etienne (Étienne Barrié)
- Login: etienne
- Registered on: 12/04/2014
- Last sign in: 02/04/2026
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 3 | 3 |
Activity
03/09/2026
-
12:09 PM Ruby Revision 4ce8515c (git): [ruby/timeout] Remove warnings
- https://github.com/ruby/timeout/commit/9b935535ff
03/06/2026
-
02:42 AM Ruby Revision a6cb8f07 (git): Check for -fdeclspec consistently
- When checking whether CXXFLAGS is valid, we try to compile with a stdio
include which causes a warning.
This does the same when we check whether "-fdeclspec" can be used, that
way the flag is not added if it would lead to a warning later.
02/28/2026
-
06:59 PM Ruby Revision 19b636d3 (git): Remove unused variable
02/20/2026
-
11:18 AM Ruby Revision ee2d9029 (git): [ruby/json] Use single quotes for allow_invalid_escape doc
- Instead of using %{} which works like double-quoted string and allows
escape sequences and in which "other escaped characters (a backslash
followed by a character) are interpreted as the character", change the
examples for `allow_invalid...
02/19/2026
02/18/2026
-
01:05 PM Ruby Bug #19831 (Closed): warning message of linker with macOS Sonoma beta
- Applied in changeset commit:git|d256629bf9e194838d1837be74dcc0b8ff0bcfd6.
----------
[Bug #19831] Remove duplicate library warning
When building on macOS, we get a warning about duplicate libraries
ld: warning: ignoring duplicate ... -
01:04 PM Ruby Revision d256629b (git): [Bug #19831] Remove duplicate library warning
- When building on macOS, we get a warning about duplicate libraries
ld: warning: ignoring duplicate libraries: '-ldl', '-lobjc', '-lpthread'
To fix it, we now append $(MAINLIBS) to LIBRUBYARG_SHARED (when shared
is enabled), matchin...
02/14/2026
02/12/2026
-
02:52 PM Ruby Revision 23ca981e (git): [ruby/json] Remove unused method in JSONGeneratorTest
- https://github.com/ruby/json/commit/9602edb255
-
02:52 PM Ruby Revision b5d2c6ee (git): [ruby/json] Remove bignum warnings
- test/json/json_parser_test.rb:141: warning: Integer out of Float range
lib/json/common.rb:353: warning: Float https://github.com/ruby/json/commit/123456789012... out of range
https://github.com/ruby/json/commit/e7245b714a