[Issue 13512] dmd cannot compile perfectly valid code with shebang

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sat Sep 20 18:49:04 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=13512

--- Comment #4 from Ketmar Dark <ketmar at ketmar.no-ip.org> ---
i'm not also expecting correct EBCDIC decoding. but it's not UTF-16 file, and
ahering the standard is easy in this case: just stop validating things that
should not be validated. i.e. either kill shebang feature entirely or do it
right.

and yes, trying to validate comments drives me mad too. i mean hey, this is
comment, just skip it and allow me to write any BS there.

i know how i can workaround this, but i completely refuse to understand why
this workaround is necessary at the first place. it's complete nonsence.

yes, it's a very minor ussue, but i want this bug to be officially fixed or
marked as WONTFIX to clarify some of my inner thoughts.

--


More information about the Digitalmars-d-bugs mailing list