General

Profile

etienne (Étienne Barrié)

  • Login: etienne
  • Registered on: 12/04/2014
  • Last sign in: 04/11/2026

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 3 3

Activity

05/07/2026

10:31 AM Ruby Revision e8a09f9a (git): Remove unused variable warning in imemo_fields_free
etienne (Étienne Barrié)

04/27/2026

03:51 PM Ruby Revision ef758280 (git): Remove warning in TestISeq#test_compile_file_options
etienne (Étienne Barrié)

04/22/2026

07:45 AM Ruby Revision 42b3cdc5 (git): Remove discard qualifiers warning with C23 strchr
C23 has qualifier-preserving standard library functions, so calling
strchr with a `const char *` will return a `const char *`. We can change
the type of the local variables because we don't mutate the strings.
etienne (Étienne Barrié)

03/09/2026

12:09 PM Ruby Revision 4ce8515c (git): [ruby/timeout] Remove warnings
https://github.com/ruby/timeout/commit/9b935535ff etienne (Étienne Barrié)

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.
etienne (Étienne Barrié)

02/28/2026

06:59 PM Ruby Revision 19b636d3 (git): Remove unused variable
etienne (Étienne Barrié)

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...
etienne (Étienne Barrié)

02/19/2026

03:57 PM Ruby Revision b9dc0a2b (git): Add regression test for module prepend crash
etienne (Étienne Barrié)

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 ...
etienne (Étienne Barrié)
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...
etienne (Étienne Barrié)

Also available in: Atom