Eregon (Benoit Daloze)
- Login: Eregon
- Registered on: 07/30/2009
- Last sign in: 12/19/2024
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 1 | 59 | 60 |
Reported issues | 19 | 187 | 206 |
Projects
Project | Roles | Registered on |
---|---|---|
Ruby | Committer | 08/02/2012 |
Backport187 | Committer | 06/18/2013 |
Backport191 | Committer | 08/02/2012 |
Backport192 | Committer | 08/02/2012 |
Backport193 | Committer | 08/02/2012 |
Backport200 | Committer | 02/17/2013 |
Backport21 | Committer | 12/21/2013 |
Backport22 | Committer | 12/19/2014 |
Ruby 1.8 | Committer | 08/02/2012 |
Ruby master | Committer | 08/02/2012 |
Like
Activity
12/24/2024
- 01:24 PM Ruby master Feature #20971: Deprecate `rb_path_check`
- That warning is pretty annoying in e.g. single-user Docker images where permissions might be 777 for convenience yet ...
- 12:52 PM Ruby master Bug #20970: `it /1/i` raises undefined method 'it' for main (NoMethodError) even if binding.local_variables includes `it`
- k0kubun (Takashi Kokubun) wrote in #note-7:
> The same applies to `[1].each { p it; [5].each { p it } }`. Prism didn...
12/16/2024
- 09:44 PM Ruby master Revision b72e8ab8 (git): Add back summary table for pack/unpack directives (#12349)
- * Add back summary table for pack/unpack directives
* This concise summary is very helpful e.g. to find the right Int...
12/14/2024
- 10:48 PM Ruby master Bug #20948: Constant references incorrectly cached in `module (expr)::Foo`
- There used to be a similar bug a while ago and IIRC some specs were added, @ko1 maybe you remember it and could link ...
- 10:40 PM Ruby master Feature #6648: Provide a standard API for retrieving all command-line flags passed to Ruby
- nobu (Nobuyoshi Nakada) wrote in #note-45:
> Removed or renamed.
> It can rerun fine by removing `-C` options and s...
12/09/2024
- 12:09 PM Ruby master Feature #20875: Atomic initialization for Ractor local storage
- ko1 (Koichi Sasada) wrote in #note-9:
> can be acceptable if returning the assigned value is out-of-scope, even if i...
12/06/2024
- 06:14 PM Ruby master Bug #20930: Different semantics for nested `it` and `_1`
- I think it's OK for `it` to always use the innermost block, but it should be a conscious choice and ideally documente...
12/04/2024
- 09:26 PM Ruby master Bug #20930: Different semantics for nested `it` and `_1`
- With `--parser=parse.y`:
```
$ ruby --parser=parse.y -ve '[1].each { p it; [5].each { p it } }'
ruby 3.4.0dev (202... - 09:18 PM Ruby master Bug #20930 (Rejected): Different semantics for nested `it` and `_1`
- With --parser=parse.y:
```
$ ruby --parser=parse.y -ve '[1].each { p it; [5].each { p it } }'
ruby 3.4.0dev (202...
11/28/2024
- 11:55 AM Ruby master Bug #20917: redo/next in nested begin block causes wrong order of execution
- Indeed, it seems like a bug, I think as well the "redo jump/unwind/exception" should run ensure's and get to the "bre...
Also available in: Atom