General

Profile

herwin (Herwin W)

  • Login: herwin
  • Registered on: 02/26/2016
  • Last sign in: 12/30/2023

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 7 7

Activity

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)

09/10/2023

10:33 AM Ruby master Revision b926ac51 (git): [DOC] Fix a typo in "Open Options" section of IO
The word "and" was missing. herwin (Herwin W)

09/02/2023

04:49 PM Ruby master Revision f867e936 (git): [DOC] Fix layout in documentation of IO#fcntl
herwin (Herwin W)

02/05/2023

12:40 PM Ruby master Bug #19416 (Closed): Inconsistent behaviour for Struct.new without any member_names
When I simply declare a Struct without any arguments, I get an error:
```
irb(main):001:0> Struct.new
(irb):1:in `...
herwin (Herwin W)

01/17/2023

06:07 PM Ruby master Bug #19349: Kernel.Integer silently discards base argument that does not have a #to_int
And likely related: in case the output of the call to `to_int` returns something that is not an integer, it gets disc... herwin (Herwin W)
05:59 PM Ruby master Bug #19349 (Closed): Kernel.Integer silently discards base argument that does not have a #to_int
The method `Kernel.Integer` has an optional argument `base`, which is the base to convert the input to:
```
irb(mai...
herwin (Herwin W)

03/12/2018

08:42 PM Ruby master Feature #11210: IPAddr has no public method to get the current subnet mask
https://github.com/ruby/ipaddr/commit/293ad5ac6ed704f91d418ecaf24ae58156a587e7 fixes this in the ipaddr gem. Good eno... herwin (Herwin W)

Also available in: Atom