Thread overview
[Issue 19523] "undefined identifier" causes DMD crash
Feb 14, 2019
Basile-z
Feb 14, 2019
Basile-z
Feb 14, 2019
Basile-z
Feb 14, 2019
Seb
Feb 15, 2019
Dlang Bot
Mar 21, 2020
Basile-z
February 14, 2019
https://issues.dlang.org/show_bug.cgi?id=19523

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |b2.temp@gmx.com
           Hardware|x86_64                      |All
           Assignee|nobody@puremagic.com        |b2.temp@gmx.com
                 OS|Windows                     |All

--- Comment #1 from Basile-z <b2.temp@gmx.com> ---
There's an attempt to see if Terror (the return type of `{return s;}`) can be converted to `int`. I have dirty fix at late stage for this, i'll try to see if it can be prevented earlier, e.g when semantic of `{return s;}` is done, or maybe gag the error that indicates the unhelpful "_terror_".

--
February 14, 2019
https://issues.dlang.org/show_bug.cgi?id=19523

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |regression

--- Comment #2 from Basile-z <b2.temp@gmx.com> ---
reg 2.079 or 2.079.1 actually

--
February 14, 2019
https://issues.dlang.org/show_bug.cgi?id=19523

Basile-z <b2.temp@gmx.com> changed:

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

--- Comment #3 from Basile-z <b2.temp@gmx.com> ---
pull : https://github.com/dlang/dmd/pull/9360

--
February 14, 2019
https://issues.dlang.org/show_bug.cgi?id=19523

Seb <greeenify@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |greeenify@gmail.com
         Resolution|---                         |FIXED

--
February 15, 2019
https://issues.dlang.org/show_bug.cgi?id=19523

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #9364 "Merge remote-tracking branch 'upstream/stable' into merge_stable" was merged:

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

--
March 21, 2020
https://issues.dlang.org/show_bug.cgi?id=19523

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|b2.temp@gmx.com             |

--