[Issue 14332] support with statement and :

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14332

Iain Buclaw  changed:

   What|Removed |Added

   Priority|P1  |P4

--


[Issue 14332] support with statement and :

2015-03-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14332

--- Comment #3 from deadalnix  ---
if/else/while actually DO something.

With simply change the identifier resolution rules. In fact, thinking about it,
it should even be required that with is a statement.

--


[Issue 14332] support with statement and :

2015-03-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14332

Orvid King  changed:

   What|Removed |Added

 CC||blah38...@gmail.com

--- Comment #2 from Orvid King  ---
Going by that same definition, wouldn't:

if (true):
else:

foreach (v; arr):


etc. also be allowed? I don't believe this should be the case.

--


[Issue 14332] support with statement and :

2015-03-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14332

Ketmar Dark  changed:

   What|Removed |Added

 CC||ket...@ketmar.no-ip.org

--- Comment #1 from Ketmar Dark  ---
where in specs ':' is specified as scope start?

--