[Issue 5297] The lookup order of recursive with statements is undefined.

2021-01-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5297 mhh changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 5297] The lookup order of recursive with statements is undefined.

2012-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5297 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|

[Issue 5297] The lookup order of recursive with statements is undefined.

2010-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5297 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc ---

[Issue 5297] The lookup order of recursive with statements is undefined.

2010-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5297 --- Comment #3 from Simen Kjaeraas simen.kja...@gmail.com 2010-12-01 14:59:32 PST --- (In reply to comment #2) (In reply to comment #1) Symbols used in with should shadow symbols from other with statements. Do you mean shouldn't? Yes