Max Haughton
Max Haughton
## Description D's error messages are of sufficient quality to get by, however they are fairly uninspiring compared to what is available in other languages with similar aims (C++, Rust...
## Description SDC is an attempt to do a good clean D compiler. Compilers need infrastructure like CI, test runners, unit testing etc. SDC has these but they could and...
## Description dmd allocates too much memory. Certain classes need to be made more efficient, and allocated less. If time permits simple tooling for guiding similar efforts could be developed....
### Feature description Currently the authentication with gitlab is done such that the final token only has scopes that let it read and write repositories, it would be useful if...