[#81492] [Ruby trunk Feature#13618] [PATCH] auto fiber schedule for rb_wait_for_single_fd and rb_waitpid — normalperson@...

Issue #13618 has been reported by normalperson (Eric Wong).

12 messages 2017/06/01

[ruby-core:81683] [Ruby trunk Bug#13661] DateTime.parse parses strings with a month abbreviation after a word boundary as a valid date

From: jbcden@...
Date: 2017-06-14 22:05:28 UTC
List: ruby-core #81683
Issue #13661 has been reported by jbcden (Jacob Chae).

----------------------------------------
Bug #13661: DateTime.parse parses strings with a month abbreviation after a word boundary as a valid date
https://bugs.ruby-lang.org/issues/13661

* Author: jbcden (Jacob Chae)
* Status: Open
* Priority: Normal
* Assignee: 
* Target version: 
* ruby -v: 2.4.1
* Backport: 2.2: UNKNOWN, 2.3: UNKNOWN, 2.4: UNKNOWN
----------------------------------------
When parsing a string like "mark@gmail.com" it parses it into a DateTime i.e.:

~~~ ruby
require 'date'
DateTime.parse('mark@gmail.com')
#=> #<DateTime: 2017-03-01T00:00:00+00:00 ((2457814j,0s,0n),+0s,2299161j)>
~~~

It seems like https://github.com/ruby/ruby/blob/9c9c46e5a30fb47068337932eefde759b2763551/ext/date/date_parse.c#L1612 is the source of the issue. I think this might just require a slight tweak of the regex, it looks like things like "test.mark@gmail.com" work but not "testmark@gmail.com".




-- 
https://bugs.ruby-lang.org/

Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>

In This Thread

Prev Next