Jump to page: 1 2
Thread overview
[Issue 12507] SysTime.init.toString should not segfault
Apr 20, 2014
Jonathan M Davis
Apr 23, 2014
Jonathan M Davis
Nov 17, 2014
David Monagle
Nov 22, 2015
Jonathan M Davis
Jul 15, 2016
Jonathan M Davis
Aug 22, 2017
Jonathan M Davis
Nov 02, 2017
Rob T
Nov 02, 2017
Rob T
Jun 13, 2018
Nathan S.
April 20, 2014
https://issues.dlang.org/show_bug.cgi?id=12507

--- Comment #4 from Jonathan M Davis <jmdavisProg@gmx.com> ---
Attempt #2: https://github.com/D-Programming-Language/phobos/pull/2088

--
April 23, 2014
https://issues.dlang.org/show_bug.cgi?id=12507

Jonathan M Davis <jmdavisProg@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Depends on|                            |12624

--
November 17, 2014
https://issues.dlang.org/show_bug.cgi?id=12507

David Monagle <david@monagle.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |david@monagle.com.au

--
November 19, 2015
https://issues.dlang.org/show_bug.cgi?id=12507

Alaksiej Stankievič <harald_zealot@tut.by> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |harald_zealot@tut.by

--- Comment #5 from Alaksiej Stankievič <harald_zealot@tut.by> ---
What is currently status of this?

I have hit this just now, and it consumes 1 hour of investigation.

--
November 22, 2015
https://issues.dlang.org/show_bug.cgi?id=12507

--- Comment #6 from Jonathan M Davis <issues.dlang@jmdavisProg.com> ---
(In reply to Alaksiej Stankievič from comment #5)
> What is currently status of this?
> 
> I have hit this just now, and it consumes 1 hour of investigation.

As the "Depends on" field indicates, it's blocked by issue# 12624. Attempting to provide a default TimeZone to SysTime won't compile on Windows due to a bug in the compiler backend.

--
April 14, 2016
https://issues.dlang.org/show_bug.cgi?id=12507
Issue 12507 depends on issue 12624, which changed state.

Issue 12624 Summary: [REG 2.064] Internal error: backend\cgobj.c 2313 with Rebindable!(immutable TimeZone) in std.datetime
https://issues.dlang.org/show_bug.cgi?id=12624

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WORKSFORME

--
July 15, 2016
https://issues.dlang.org/show_bug.cgi?id=12507

dlang.org@bregalad.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dlang.org@bregalad.de

--- Comment #7 from dlang.org@bregalad.de ---
(In reply to Jonathan M Davis from comment #6)
> (In reply to Alaksiej Stankievič from comment #5)
> > What is currently status of this?
> > 
> > I have hit this just now, and it consumes 1 hour of investigation.
> 
> As the "Depends on" field indicates, it's blocked by issue# 12624. Attempting to provide a default TimeZone to SysTime won't compile on Windows due to a bug in the compiler backend.

Since issue# 12624 has apparently been fixed, how are things looking for this issue?

--
July 15, 2016
https://issues.dlang.org/show_bug.cgi?id=12507

--- Comment #8 from Jonathan M Davis <issues.dlang@jmdavisProg.com> ---
(In reply to MichaelZ from comment #7)
> Since issue# 12624 has apparently been fixed, how are things looking for this issue?

I need to find time to dig out my previous fix and make sure that it's correct and functional, but I haven't had a lot of time for D lately and other issues have been higher priority. I expect to get to it relatively soon though.

--
August 22, 2017
https://issues.dlang.org/show_bug.cgi?id=12507

Jonathan M Davis <issues.dlang@jmdavisProg.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |code@dawg.eu

--- Comment #9 from Jonathan M Davis <issues.dlang@jmdavisProg.com> ---
*** Issue 17732 has been marked as a duplicate of this issue. ***

--
November 02, 2017
https://issues.dlang.org/show_bug.cgi?id=12507

Rob T <alanb@ucora.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alanb@ucora.com

--
« First   ‹ Prev
1 2