[dmd-internals] Failed dmd tests
Michel Fortin
michel.fortin at michelf.com
Sun Jan 30 10:22:30 PST 2011
Le 2011-01-30 à 12:01, Andrei Alexandrescu a écrit :
> I recall that is a nonstandard gnu extension of head. It could be simulated with
>
> head -n $(( `wc -l < file` - 1 )) file
Thanks Andrei. I've fixed the tests in my own clone of the DMD repository.
<https://github.com/michelf/dmd/commit/31205c13800b452b68b02382e80206f601438382>
Now it'd be nice if someone with write access to the main repo could merge it so I'm not the only one to benefit from it. :-)
--
Michel Fortin
michel.fortin at michelf.com
http://michelf.com/
More information about the dmd-internals
mailing list