herwin (Herwin W)
- Login: herwin
- Registered on: 02/26/2016
- Last sign in: 11/03/2024
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 0 | 8 | 8 |
Activity
06/15/2024
- 03:03 PM Ruby master Revision 84947c51 (git): [ruby/prism] Document MultiWriteNode fields
- https://github.com/ruby/prism/commit/b6a97a43c2
- 12:06 PM Ruby master Revision 6184882b (git): [ruby/prism] Document MultiTargetNode
- https://github.com/ruby/prism/commit/b817cd25c5
06/07/2024
- 06:11 AM Ruby master Bug #20561: Segfault with attr_writer, safe navigation and an "in" loop
- Just tried it with the latest git version (ruby 3.4.0dev (2024-06-07T04:38:11Z master a279463d0e) [x86_64-linux]), it...
06/06/2024
- 05:12 PM Ruby master Bug #20561: Segfault with attr_writer, safe navigation and an "in" loop
- I tried a few more Ruby versions. JRuby 9.4.7.0 works, but it results in an error when `foo = nil`. MRuby 3.3.0 and T...
- 05:11 PM Ruby master Bug #20561 (Closed): Segfault with attr_writer, safe navigation and an "in" loop
- ```ruby
class Foo
attr_accessor :bar
end
foo = Foo.new
for foo&.bar in [1,2,3]
p foo
end
```
This code...
05/28/2024
- 03:28 PM Ruby master Revision 61e2916d (git): [ruby/prism] Typo fix: poitive => positive
- https://github.com/ruby/prism/commit/d13a05252d
10/20/2023
- 09:26 AM Ruby master Revision 8b3d0440 (git): [DOC] Indentation fix in comments of MatchData#inspect
- The old version did not add syntax highlighting to the code block, and
included the "Related:" line in the code block...
10/19/2023
- 10:18 PM Ruby master Revision 34673554 (git): [DOC] Fix typo in docs of Regexp#deconstruct_keys
- of => if
10/04/2023
- 02:02 PM Ruby master Revision cd0b8d24 (git): [DOC] Fix typo in docs of IO: `#.` -> `$.`
09/13/2023
- 05:37 PM Ruby master Revision 7f6c0efa (git): Fix hyperlink for Script Encoding
Also available in: Atom