mjrzasa (Maciek Rząsa)
- Login: mjrzasa
- Registered on: 11/18/2022
- Last sign in: 02/29/2024
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 0 | 0 | 0 |
Activity
02/06/2024
- 08:33 PM Ruby master Bug #18009: Regexps \w and \W with /i option and /u option produce inconsistent results under nested negation and intersection
- One more case:
```
[26] pry(main)> ("a".."z").to_a.join.scan(/[\W]/iu)
=> ["st"]
```
02/17/2023
- 05:46 PM Ruby master Revision 36e3d46d (git): [ruby/bigdecimal] Handle correctly #remainder with infinity. Fixes
- https://github.com/ruby/bigdecimal/pull/187
https://github.com/ruby/bigdecimal/commit/4b8572d452
11/19/2022
- 02:38 AM Ruby master Revision 50c6caba (git): [DOC] Change formatting in the exec docs
- The last part of the sentence was accidentally put in enumeration, It
made an impression that it's one of the rules, ...
11/18/2022
- 09:53 AM Ruby master Bug #19130: MRI failing when executing shell builtin commands with Errno::ENOENT
- I've reproduced it on MRI 2.7.0, but not for all built-ins, just ones that are Bash-specific as per these lists:
* h...
10/08/2022
- 10:30 AM Ruby master Revision 0f231f2b (git): [ruby/optparse] Don't treat empty string as an option description
- https://github.com/ruby/optparse/commit/078638ee6d
09/28/2022
- 12:29 AM Ruby master Revision b8e804e4 (git): [ruby/bigdecimal] Document precision=0 and ndigits=0 for converting from Float
- https://github.com/ruby/bigdecimal/commit/4f0894c6c0
09/25/2022
- 07:51 AM Ruby master Revision 8e2c4251 (git): [ruby/bigdecimal] Improve documentation of BigDecimal#sign
- Fixes https://github.com/ruby/bigdecimal/issues/78 by describing behaviour for positive and negative zero in the docs...
Also available in: Atom