ylecuyer (Yoann Lecuyer)
- Login: ylecuyer
- Registered on: 09/08/2020
- Last sign in: 11/04/2024
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 0 | 0 |
Activity
05/01/2024
-
10:04 PM Ruby Bug #20451: Bad Ruby 3.1.5 backport causes fiddle to fail to build
- I tested both PR with ol8/ol9 using the attached dockerfile and they both work OK
I'll close my PR in favor of yours as it is more complete regarding the backport. -
04:01 PM Ruby Bug #20451: Bad Ruby 3.1.5 backport causes fiddle to fail to build
- I went ahead and created https://github.com/ruby/ruby/pull/10695 to revert the faulty backport
@unak who you mind review it and release the patch version if accepted?
I checked the repro https://github.com/ruby/fiddle/issues/102#is...
04/29/2024
-
12:48 PM Ruby Bug #20451: Bad Ruby 3.1.5 backport causes fiddle to fail to build
- Additional information:
From fiddle extconf:
``` ruby
case
when $mswin, $mingw, (libffi_version && (libffi_version <=> [3, 2]) >= 0)
$defs << "-DUSE_FFI_CLOSURE_ALLOC=1"
when (libffi_version && (libffi_version <=> [3, 2]) < 0...
09/08/2020
-
09:41 PM Ruby Feature #17039: Remove Time#succ
- I gave it a try: https://github.com/ruby/ruby/pull/3525