Eregon (Benoit Daloze)
- Login: Eregon
- Registered on: 07/30/2009
- Last sign in: 11/08/2024
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 1 | 59 | 60 |
Reported issues | 20 | 186 | 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/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 (Open): 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...
-
11:48 AM Ruby master Feature #20912: Add warning when redefining __id__ as well as object_id
- mame (Yusuke Endoh) wrote in #note-5:
> I think it's a good idea to warn against redefining `__id__`, but I think we ...
11/13/2024
-
07:42 PM Ruby master Bug #20714: Handle optional dependencies in `bundled_gems.rb`
- I think https://github.com/ruby/ruby/pull/11545 is a good change and worth merging.
It doesn't hide any warning, but...
Also available in: Atom