sanderd17 (Sander Deryckere)
- Login: sanderd17
- Registered on: 11/05/2024
- Last sign in: 11/20/2024
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
11/20/2024
-
06:23 PM Ruby Bug #20871: Including methods in Enumerable doesn't make them available in Array
- So the bug has always been present, but was hidden by a different caching issue.
Great find, wouldn't have known where to start.
Thank you so much for taking this up so quickly!
11/19/2024
-
02:37 PM Ruby Bug #20871: Including methods in Enumerable doesn't make them available in Array
- Thanks @rolf and @tdeo for finding minimal examples!
Why is this ticket marked as `closed` now?
11/05/2024
-
08:25 PM Ruby Bug #20871: Including methods in Enumerable doesn't make them available in Array
- Forgot to mention.
We use the `parallel_tests` gem to speed up our specs in CI.
On my local environment, with synchronous tests, I haven't been able to reproduce the same behaviour either. -
08:09 PM Ruby Bug #20871 (Closed): Including methods in Enumerable doesn't make them available in Array
- Today, our CI pipeline started failing after the automatic update from v3.3.5 to v3.3.6.
After researching, it turned out that our core extensions to the `Array` class weren't loaded anymore.
The core-extensions code looks like thi...