pb (pumbur _)
- Login: pb
- Registered on: 02/23/2018
- Last sign in: 02/02/2022
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 1 | 2 | 3 |
Activity
03/10/2019
-
02:33 PM Ruby Bug #15651 (Closed): infinite loop in int_pow
- `[1].repeated_permutation(1).size` goes into infinite loop.
03/04/2018
-
03:57 AM Ruby Feature #14574: percent literals and binary encoding strings
- oops. well, that certainly closes first part for me, the one that agitated me to write issue.
there still was cases where i wanted to define other string literals, but i'm not sure its worth it.
sorry for bothering, if no one has t... -
02:05 AM Ruby Feature #14574 (Open): percent literals and binary encoding strings
- coding `"\x00".force_encoding('binary')` or `["\x00"].pack('a*')` is a hassle, is there a chance to have special percent literal for it?
i.e: `%b"\x00"` would return binary string. (note, signle-character \x00 there is accidental, the i...
02/23/2018
-
07:28 PM Ruby Bug #14547 (Closed): segfault on Rational() with positive exponent in a string
- ~~~ ruby
Rational('1.11e1')
~~~
results in segmentation fault