Vladimir Panteleev
Vladimir Panteleev
Particularly, without `-f`, if the website or an intermediary generates an error page, that will be piped into `bash`. That would be very bad.
Actually this is still missing something: ```d int i = 0_0_1; // compiles, but invalid according to grammar ```
An instance in DMD's test suite: https://github.com/dlang/dmd/blob/master/test/runnable/sdtor.d#L1062
Yep, definitely will get to this - sorry, this just caused a bit of yak shaving with me trying to approach this "properly".
Yes, sorry. It's just that the project which would allow me to properly review this is not at the top of my stack at the moment. I understand that by...
Honestly I feel like we are over-engineering this. It would have been simpler to just come up with a different test :)
We're *probably* not affected but it's still an obviously good idea to update. However, this updates across *two* major versions, which IIRC have breaking changes. We should either test thoroughly...
You need to update posix.mak BTW.
No idea what's wrong, it works with both dmd and ldmd2 on my machine. gdmd fails with an unrelated error: ``` gdc: error: unrecognized command line option ‘-fd-verbose’; did you...
Sorry, I don't follow. How would you then tell rdmd to put the object files in one directory, and the final executable in another?