yann.gouverneur (Yann Gouverneur)
- Login: yann.gouverneur
- Registered on: 09/06/2021
- Last sign in: 09/06/2021
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 2 | 2 |
Activity
09/14/2021
-
01:03 PM Ruby Bug #18167 (Closed): JSON.load doesn't symbolize names
- As per the documentation the JSON#load method should accept _**and use**_ the same parsing options as the JSON#parse one.
Obviously this is not the case:
```
$ ./json_parse_vs_load.rb
JSON.load, no symbolize => OK
{"a"=>1, "b"=>...
09/06/2021
-
07:07 PM Ruby Feature #18151 (Closed): Incorrect Resolv result when DNS server is unreachable
- The Resolv class has an incorrect behavior when the DNS server can't be reached.
The attached script highlight the issue which - depending on your needs in resolving host names - could be really problematic.
Here's the output of th...