[#82706] [Ruby trunk Bug#13851] getting "can't modify string; temporarily locked" on non-frozen instances — cardoso_tiago@...
Issue #13851 has been updated by chucke (Tiago Cardoso).
3 messages
2017/09/07
[#82853] [Ruby trunk Bug#13916] Race condition when sending a signal to a new fork — russell.davis@...
Issue #13916 has been reported by russelldavis (Russell Davis).
3 messages
2017/09/19
[#82892] [Ruby trunk Bug#13921] buffered read_nonblock doesn't work as expected using SSLSocket — cardoso_tiago@...
Issue #13921 has been updated by chucke (Tiago Cardoso).
3 messages
2017/09/20
[ruby-core:83052] [Ruby trunk Bug#13947] Incorreсt string parsing in Date.parse
From:
shevegen@...
Date:
2017-09-28 19:19:00 UTC
List:
ruby-core #83052
Issue #13947 has been updated by shevegen (Robert A. Heiler).
On my system ruby 2.4.2p198 (2017-09-14 revision 59899) [x86_64-linux] I get:
Date.parse('Some random string')
# ArgumentError: invalid date
Date.parse('Repellendus Sint sunt quae molestiae dolor illo inventore ea')
# => #<Date: 2017-09-24 ((2458021j,0s,0n),+0s,2299161j)>
So I assume that the first has changed. I have no idea why the latter works
though - I agree. That is weird, unless it is some hidden time info ... but
to my untrained eyes, it looks like an inconsistency. :D
Given that the behaviour between 2.3.3 and 2.4.x is different in the first
case, I assume that this was not deliberate, so, yep probably a bug.
----------------------------------------
Bug #13947: Incorreсt string parsing in Date.parse
https://bugs.ruby-lang.org/issues/13947#change-66978
* Author: gregory (Gregory Tereshko)
* Status: Open
* Priority: Normal
* Assignee:
* Target version:
* ruby -v: 2.3.3
* Backport: 2.3: UNKNOWN, 2.4: UNKNOWN
----------------------------------------
There is no exception when parsing random lorem ipsum string to date. But if parse any another string everithing works smoothly.
The income string is - "Repellendus Sint sunt quae molestiae dolor illo inventore ea"


**UPD:**
It reacts on "sun" in that string
--
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>