-
Would be good to have the empty string fix available in a tagged version, as well as the deprecation warning fixes for the latest DMD.
-
This is the first syntax highlighting for ATOM some logic was copied from the sublime one.
https://github.com/Faianca/atom-sdlang
-
I'm trying to set the font of a SourceEdit to "Source Code Pro" which works just fine when trying it out on the ML editor like this:
```
VerticalLayout {
EditBox {
fontFace: "Source Code…
-
In theory it would be possible to have a recursive loop inside `registerWebInterface` that registers every member that inherits a common class such as `WebService`, and create unique instances of the …
-
Since Sonke hasn't yet jumped in on the discussion in the D newsgroup on this, I'm creating this bug report / enhancement request to highlight the issue. But per this newsgroup discussion
http://foru…
-
```
sun@sun:~/dub$ ./build.sh
Generating version file...
Running dmd...
source/dub/internal/vibecompat/core/file.d(20): Deprecation: module std.stream is deprecated - It will be removed from Phobos in…
Passw updated
9 years ago
-
```
~/dub$ ./build.sh
Generating version file...
Running dmd...
/home/sun/INSTALL/dmd/include/d2/object.d(2329): Error: argument s.opDispatch!"__xpostblit" has no parent
/home/sun/INSTALL/dmd/include/…
Passw updated
9 years ago
-
```
parseSource(`test "\"foo\""`);
```
> core.exception.RangeError@src\sdlang\lexer.d(538): Range violation
Tested on git master.
-
Can someone provide a 16*16 icon for DUB ?
something better than
![dub_small](https://cloud.githubusercontent.com/assets/7805501/9976151/dc7dd37a-5eda-11e5-9a9a-f7b82fd58f30.png)
but still with a t…
ghost updated
9 years ago
-
Similar to issue #137, my dub binaries throw RangeErrors when they are built with GDC or DMD. When built with LDC2, everything works perfectly.
Even when building dub with dub, this error manifests..…