General

Profile

mmb (Matthew Boedicker)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 4 4

Activity

11/18/2016

04:42 AM Ruby master Bug #12951 (Third Party's Issue): JSON.parse allows invalid string escapes
According to jq and jsonlint, the following JSON is invalid:
~~~
{"x":"\$"}
~~~
but JSON.parse will parse it ...
mmb (Matthew Boedicker)

07/17/2013

02:10 PM Ruby master Feature #8649 (Closed): Make ENV.fetch KeyError give key name in error message.
The KeyError raised by ENV.fetch('test') when the 'test' key does not exist does not give the name of the key in the ... mmb (Matthew Boedicker)

12/06/2009

10:08 AM Ruby master Bug #2446 (Closed): documentation fix for strftime %l
=begin
%l should be 1..12 instead of 0..12
=end
mmb (Matthew Boedicker)

09/20/2009

07:26 AM Backport187 Bug #2124: CGI module Set-Cookie header parsing
=begin
Attached patch of how I think it should behave.
=end
mmb (Matthew Boedicker)
05:29 AM Backport187 Bug #2124 (Rejected): CGI module Set-Cookie header parsing
=begin
Having a couple issues with parsing Set-Cookie headers.

CGI::Cookie::parse('k=v; expires=Mon, 19-Sep-201...
mmb (Matthew Boedicker)

Also available in: Atom