Mathias LANG
Mathias LANG
Hi, Currently, you can add any project multiple time to a solution. I don't know if it's an intended behavior, but I think it doesn't make any sense to do...
I'm currently working on adding a RESTful package to userman, to support user and group management, as well as authentication using different method (my current focus is on query authentication)....
I'm using `require` extensively as I want the test to fail immediately (makes writing tests much easier). However, the test suite would time out when I started a consumer in...
Putting this up there to see how people feel about it / what breaks. Currently this switch is not usable as it creates a linker error in Phobos. Having it...
``` Currently, `extern(D)` is quite incomplete: An `extern(D)` symbol is mangled as if it was in the module it is declared in, while users usually want to declare a function...
```D private immutable bool hasPreviewIn = ((in int[256] a) { return __traits(isRef, a); })(int[256].init); ``` ```shell % generated/dscanner-d5d6920502bf1bfdb29474007a59fd606df0aadc/dsc --styleCheck foo.d foo.d(1:37)[error]: `(` expected foo.d(1:53)[error]: invalid variable declaration or function declaration...
https://github.com/dlang/dmd/pull/14569
SDC has paths only dependencies, no dependency on the registry, hence a `dub.selections.json` is useless (empty). However, since it is not present, dub always relinks, as the logic is too...