General

Profile

jonwolski (Jon Wolski)

  • Login: jonwolski
  • Email: jonwolski@gmail.com
  • Registered on: 01/16/2014
  • Last sign in: 12/11/2017

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

12/11/2017

10:00 PM Ruby Bug #12285: Date.iso8601 does not properly handle partial date strings
I had submitted a patch to an issue that got marked as a 'duplicate' (though it is still "open"). My ticket is not "assigned," so maybe it would help to add the patch here as well. Also, the corresponding pull-request on GitHub is https:... jonwolski (Jon Wolski)

10/20/2016

02:42 AM Ruby Bug #12833: incorrect iso8601 parsing of YYYY-MM format
I have a pull request at https://github.com/ruby/ruby/pull/1463. I can make a patch if that is preferable (though this is a very small change).
Since this ticket is marked duplicate, should my patch go on the ticket that this one dup...
jonwolski (Jon Wolski)

10/14/2016

01:04 AM Ruby Bug #12833: incorrect iso8601 parsing of YYYY-MM format
I searched for this issue, before filing this ticket. However, I just discovered https://bugs.ruby-lang.org/issues/12285 which reports this same issue. jonwolski (Jon Wolski)

10/13/2016

01:17 AM Ruby Bug #12833 (Closed): incorrect iso8601 parsing of YYYY-MM format
## Duplicate
This ticket duplicates https://bugs.ruby-lang.org/issues/12285
## Expected
`DateTime.iso8601('2016-10')` parses the input string as four-digit year and two-digit month.
```sh
$ ruby -r date -e "puts DateTime.iso...
jonwolski (Jon Wolski)

Also available in: Atom