diadbrown (Dave Brown)
- Login: diadbrown
- Registered on: 11/19/2021
- Last sign in: 11/22/2021
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
11/22/2021
-
04:57 PM Ruby Bug #18350: String with foreign character results in: TypeError (nil can't be coerced into Integer)
- @jeremyevans0 I found the issue: https://github.com/ruby/irb/issues/261
This fixed it.
-
02:29 PM Ruby Bug #18350: String with foreign character results in: TypeError (nil can't be coerced into Integer)
- @jeremyevans0 I don't have 3.0.0 here, and since my Mac is somewhat old I can't get it to install. Maybe someone else on Mac with 3.0.0 can try?
jeremyevans0 (Jeremy Evans) wrote in #note-1:
> I cannot reproduce this on Windows using...
11/19/2021
-
06:34 PM Ruby Bug #18350 (Closed): String with foreign character results in: TypeError (nil can't be coerced into Integer)
- ``` ruby
2.7.2 :001 > s = "Púrpura"
Traceback (most recent call last):
7: from /Users/xxx/.rvm/rubies/ruby-2.7.2/bin/irb:23:in `<main>'
6: from /Users/xxx/.rvm/rubies/ruby-2.7.2/bin/irb:23:in `load'
5: from /...