dwatzke (David Watzke)
- Login: dwatzke
- Registered on: 06/01/2016
- Last sign in: 09/07/2016
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
06/01/2016
-
04:58 PM Ruby Bug #12451 (Rejected): ruby yaml strangely parses string as fixnum
- Hi, I have stumbled upon a weird behavior of the yaml parser in ruby - older versions (1.8.7, 2.1.5), even latest 2.3.1.
The value 1,2 should be a string even if unquoted as the quotes are optional for strings. However in ruby this is...