[#70257] [Ruby trunk - Feature #11420] [Open] Introduce ID key table into MRI — ko1@...

Issue #11420 has been reported by Koichi Sasada.

11 messages 2015/08/06

[ruby-core:70345] [Ruby trunk - Bug #11436] [Open] Date parsing probably doesn't match for the longest regular expression

From: dragan.glumac@...
Date: 2015-08-12 09:12:37 UTC
List: ruby-core #70345
Issue #11436 has been reported by Dragan Glumac.

----------------------------------------
Bug #11436: Date parsing probably doesn't match for the longest regular expression
https://bugs.ruby-lang.org/issues/11436

* Author: Dragan Glumac
* Status: Open
* Priority: Normal
* Assignee: 
* ruby -v: 
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN
----------------------------------------
If you parse a string 'Edinburg Fringe' with the Date::parse method, you'll get the date of next Friday in Edinburgh time zone.

Some of our tests are failing for this reason. I expect that parse is matching the argument via a regular expression, but it's greedy so perhaps RegEx needs a minor update.

In any case, if you wanted to reproduce this defect I've attached the script.

Hope that helps

Dragan

---Files--------------------------------
edinburgh_fringe.rb (183 Bytes)


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

In This Thread

Prev Next