[#84867] [Ruby trunk Bug#14357] thread_safe tests suite segfaults — v.ondruch@...

Issue #14357 has been reported by vo.x (Vit Ondruch).

11 messages 2018/01/15
[#85364] Re: [Ruby trunk Bug#14357] thread_safe tests suite segfaults — Eric Wong <normalperson@...> 2018/02/03

v.ondruch@tiscali.cz wrote:

[#84980] [Ruby trunk Feature#13618][Assigned] [PATCH] auto fiber schedule for rb_wait_for_single_fd and rb_waitpid — hsbt@...

Issue #13618 has been updated by hsbt (Hiroshi SHIBATA).

10 messages 2018/01/23
[#85012] Re: [Ruby trunk Feature#13618][Assigned] [PATCH] auto fiber schedule for rb_wait_for_single_fd and rb_waitpid — Eric Wong <normalperson@...> 2018/01/23

hsbt@ruby-lang.org wrote:

[ruby-core:84649] [Ruby trunk Bug#14317] Date.strptime(..., "%U") fails if first day of the week is not in the 0th week.

From: julien.bake@...
Date: 2018-01-05 16:03:07 UTC
List: ruby-core #84649
Issue #14317 has been reported by jbake (Julien Bake).

----------------------------------------
Bug #14317: Date.strptime(..., "%U") fails if  first day of the week is not in the 0th week.
https://bugs.ruby-lang.org/issues/14317

* Author: jbake (Julien Bake)
* Status: Open
* Priority: Normal
* Assignee: 
* Target version: 
* ruby -v: 
* Backport: 2.3: UNKNOWN, 2.4: UNKNOWN, 2.5: UNKNOWN
----------------------------------------
Date.new(2018,1,1)
=> Mon, 01 Jan 2018

Date.new(2018,1,1).strftime("%U %Y")
=> "00 2018"

Date.strptime("00 2018", "%U %Y")
ArgumentError: invalid date

 Date.strptime("1 0 2018", "%u %U %Y")
=> Mon, 01 Jan 2018

i would expect to get the first valid date that is in the 0th week (1.1.2018) from Date.strptime("00 2018", "%U %Y") even if the first day (sunday) of the 0th week is not existing / in the last year.



-- 
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