General

Profile

herwin (Herwin W)

  • Login: herwin
  • Registered on: 02/26/2016
  • Last sign in: 06/30/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 herwin (Herwin W)
12:06 PM Ruby master Revision 6184882b (git): [ruby/prism] Document MultiTargetNode
https://github.com/ruby/prism/commit/b817cd25c5 herwin (Herwin W)

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... herwin (Herwin W)

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... herwin (Herwin W)
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...
herwin (Herwin W)

05/28/2024

03:28 PM Ruby master Revision 61e2916d (git): [ruby/prism] Typo fix: poitive => positive
https://github.com/ruby/prism/commit/d13a05252d herwin (Herwin W)

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...
herwin (Herwin W)

10/19/2023

10:18 PM Ruby master Revision 34673554 (git): [DOC] Fix typo in docs of Regexp#deconstruct_keys
of => if herwin (Herwin W)

10/04/2023

02:02 PM Ruby master Revision cd0b8d24 (git): [DOC] Fix typo in docs of IO: `#.` -> `$.`
herwin (Herwin W)

09/13/2023

05:37 PM Ruby master Revision 7f6c0efa (git): Fix hyperlink for Script Encoding
herwin (Herwin W)

Also available in: Atom