Jump to page: 1 2
Thread overview
[Issue 19463] DIP1008 - _d_newclass is called instead of _d_newThrowable
[Issue 19463] DIP1008 is broken
Dec 03, 2018
Atila Neves
Jan 31, 2019
John Colvin
Mar 24, 2019
Walter Bright
Mar 24, 2019
Dlang Bot
Mar 24, 2019
Walter Bright
Mar 24, 2019
Walter Bright
Mar 26, 2019
Walter Bright
Mar 26, 2019
Dlang Bot
December 03, 2018
https://issues.dlang.org/show_bug.cgi?id=19463

Илья Ярошенко <ilyayaroshenko@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ilyayaroshenko@gmail.com

--- Comment #1 from Илья Ярошенко <ilyayaroshenko@gmail.com> ---
Confirmed for LDC too. _d_allocclass is called on Windows and Linux.

--
December 03, 2018
https://issues.dlang.org/show_bug.cgi?id=19463

Atila Neves <atila.neves@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |atila.neves@gmail.com

--- Comment #2 from Atila Neves <atila.neves@gmail.com> ---
I looked into this as well with dmd 2.083.0. The `d_newThrowable` symbol doesn't even show up in the final binary, much less get called.

--
December 03, 2018
https://issues.dlang.org/show_bug.cgi?id=19463

Илья Ярошенко <ilyayaroshenko@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |wrong-code

--
December 03, 2018
https://issues.dlang.org/show_bug.cgi?id=19463

Илья Ярошенко <ilyayaroshenko@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |EH

--
January 31, 2019
https://issues.dlang.org/show_bug.cgi?id=19463

John Colvin <john.loughran.colvin@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |industry
                 CC|                            |john.loughran.colvin@gmail.
                   |                            |com

--
March 24, 2019
https://issues.dlang.org/show_bug.cgi?id=19463

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com
            Summary|DIP1008 is broken           |DIP1008 - _d_newclass is
                   |                            |called instead of
                   |                            |_d_newThrowable

--
March 24, 2019
https://issues.dlang.org/show_bug.cgi?id=19463

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright created dlang/dmd pull request #9481 "fix Issue 19463 - DIP1008 - _d_newclass is called instead of _d_newTh…" fixing this issue:

- fix Issue 19463 - DIP1008 - _d_newclass is called instead of _d_newThrowable

https://github.com/dlang/dmd/pull/9481

--
March 24, 2019
https://issues.dlang.org/show_bug.cgi?id=19463

--- Comment #4 from Walter Bright <bugzilla@digitalmars.com> ---
https://github.com/dlang/dmd/pull/9481

--
March 24, 2019
https://issues.dlang.org/show_bug.cgi?id=19463

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=19317

--
March 26, 2019
https://issues.dlang.org/show_bug.cgi?id=19463

--- Comment #5 from Walter Bright <bugzilla@digitalmars.com> ---
*** Issue 19317 has been marked as a duplicate of this issue. ***

--
« First   ‹ Prev
1 2