MetaLang

Results 4 issues of MetaLang

The following is taken from a documented unittest for std.string.lineSplitter: ``` /// @safe pure unittest { import std.array : array; string s = "Hello\nmy\rname\nis"; /* notice the call to `array`...

The exception message: ``` An error occurred: dvm.dvm.Exceptions.InvalidOptionException@dvm\util\OptionParser.d(97): unexpected argument 'i' < stack trace follows > ```

bug

I'm on Windows, so dvm currently installs the compiler binaries in C:\Users\AppData\Roaming\dvm\compilers. It'd be nice for me to keep my current D directory layout while still having dvm manage installed...

enhancement