[Issue 12331] Wrong error message for undefined identifier at compile-time

2020-03-20 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12331

Basile-z  changed:

   What|Removed |Added

 CC|b2.t...@gmx.com |

--


[Issue 12331] Wrong error message for undefined identifier at compile-time

2019-03-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12331

Basile-z  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||b2.t...@gmx.com
 Resolution|--- |WORKSFORME

--- Comment #2 from Basile-z  ---
the message is good now

--


[Issue 12331] Wrong error message for undefined identifier at compile-time

2017-04-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12331

Nick Treleaven  changed:

   What|Removed |Added

 CC||n...@geany.org

--- Comment #1 from Nick Treleaven  ---
DMD 2.073.2 gives:
f625.d(6): Error: circular initialization of variable 'f625.r'

foo is allowed to read global enum r, so this seems correct behaviour. What
else should be done?

--