jeremyevans0 (Jeremy Evans)
12/20/2024
-
05:51 AM
Ruby master
Feature #20971: Deprecate `rb_path_check`
- nobu (Nobuyoshi Nakada) wrote in #note-3:
> I mean this warning went away since 2.7, which should be unrelated to ta...
jeremyevans0 (Jeremy Evans)
-
01:57 AM
Ruby master
Feature #20971: Deprecate `rb_path_check`
- From looking at the history, `rb_path_check` was originally used by `rb_env path_tainted`, presumably to check whethe...
jeremyevans0 (Jeremy Evans)
12/19/2024
-
07:03 PM
Ruby master
Bug #20961 (Closed): MMTk build on macOS missing librubygc.mmtk.bundle
-
jeremyevans0 (Jeremy Evans)
-
06:20 AM
Ruby master
Bug #20968: `Array#fetch_values` unexpected method name in stack trace
- This doesn't seem like a bug to me. `Array#fetch_values` is in the backtrace, just not the top frame.
This isn't ...
jeremyevans0 (Jeremy Evans)
12/13/2024
-
08:53 PM
Ruby master
Bug #20952: A weird error message for []= with keyword arguments
- Same is true for block arguments:
```
$ ruby34 -c -e "matrix[5, &block] = 8"
Syntax OK
$ ruby34 --parser=p...
jeremyevans0 (Jeremy Evans)
-
08:01 PM
Ruby master
Bug #20952: A weird error message for []= with keyword arguments
- This is a bug in prism. The expected behavior is parse.y's behavior of raising a syntax error:
```
$ ruby34 -c -...
jeremyevans0 (Jeremy Evans)
12/11/2024
-
05:01 PM
Ruby master
Bug #20945 (Rejected): Behaviour mismatch between parse.y and prism with character literals AST nodes
-
jeremyevans0 (Jeremy Evans)
11/20/2024
-
01:12 AM
Ruby master
Bug #20871: Including methods in Enumerable doesn't make them available in Array
- I had some extra time today, and I was able to find the cause, and once I found the cause, the fix was trivial: https...
jeremyevans0 (Jeremy Evans)
11/19/2024
-
08:35 PM
Ruby master
Bug #20871: Including methods in Enumerable doesn't make them available in Array
- I was able to reproduce this but in Ruby 3.2.6, 3.3.6, and master. Backing out commit:6118e8a47394409b53164b60e79fad...
jeremyevans0 (Jeremy Evans)
-
03:36 PM
Ruby master
Bug #20871 (Open): Including methods in Enumerable doesn't make them available in Array
- sanderd17 (Sander Deryckere) wrote in #note-6:
> Thanks @rolf and @tdeo for finding minimal examples!
>
> Why is ...
jeremyevans0 (Jeremy Evans)
Also available in: Atom
Loading...