misfo (Trent Ogren)
- Login: misfo
- Email: me@trentogren.com
- Registered on: 07/24/2012
- Last sign in: 10/18/2014
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 2 | 2 |
Activity
08/09/2013
-
12:50 AM Ruby Bug #8756 (Closed): SEGFAULT caused by `p Struct.new(:q?).instance_methods`
- Printing the instance methods for a Struct with a member name ending in a question mark causes a seg fault. I've confirmed this using the 2.0.0p247 on OS X and linux.
Here's the minimal test case for reproducing from a shell:
$ rub...
03/16/2013
-
10:20 AM Ruby Bug #8103 (Closed): Fix for URI.decode_www_form ArgumentError
- URI.decode_www_form pukes out an ArgumentError if passed any parameter names that aren't followed by an equals sign. Because of this it can't decode some of the strings that were encoded with URI.encode_www_form:
irb> require 'uri'
=...