rubenochiavone (Ruben Chiavone)
- Login: rubenochiavone
- Registered on: 03/21/2019
- Last sign in: 03/21/2019
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 0 | 0 |
Activity
03/21/2019
-
11:33 PM Ruby Bug #15718: YAML raises error when dumping strings with UTF32 encoding
- I see. There are other regexp based code similar to what `Psych::Visitors::YAMLTree.visit_String` does. Not sure if testing for encoding before matching as I initially proposed is the way to go. What else do you suggest that could be a f...
-
02:12 PM Ruby Bug #15718: YAML raises error when dumping strings with UTF32 encoding
- Since it relates to mismatch of regex and YAML text encoding a possible fix is to only attempt to match the text when encoding matches or when text encoding is `ascii_compatible?`. WDYT?
Still I'm not sure why on other versions it wor...