-
When I compile from source from VS-Code, the following build error happens:
```
../../../../../.dub/packages/dub-1.1.0-beta.1/dub/source/dub/internal/sdlang/lexer.d(16,8): Error: module stream is in …
p0nce updated
7 years ago
-
```
$ dub add-override dchip 0.1.2 ./dchip-0.1.2/
Added override dchip 0.1.2 => ./dchip-0.1.2/
$ dub build
Package override dchip 0.1.2 -> ./dchip-0.1.2/ doesn't reference an existing package.
```
F…
-
I tried every way without success:
**Automatic Installation:**
`install.bat`
`all`
output:
```
Using existing git repository for workspace-d
Compiling...
$ dub upgrade
Upgrading project in D:\wor…
-
Scientific notation of floating point numbers is used for output but not recognized on input.
Consider the following program:
``` D
import std.stdio;
import sdlang;
void main()
{
Tag root = par…
-
The build fails with the following error:
../../.dub/packages/dub-1.1.0-beta.1/dub/source/dub/internal/sdlang/lexer.d(16,8): Error: module stream is in file 'std/stream.d' which cannot be read
I…
-
We might want to add a little asterisk/footnote citation to "Who uses SDLang?" citing http://sdl.ikayzo.org/display/SDL/Projects+Using+SDL (mirrored at https://web.archive.org/web/20140814033017/http:…
-
Don't yet understand why I get this error only locally but not on Travis-CI.
https://travis-ci.org/dlang/dub/jobs/164950627
The std.stream module was removed, but SDL still depends on it to strip BOM…
-
When using sdlang-d 0.9.5 I found that `call()` inside `InputVisitor` fails unless I give more memory to the Fiber. This happens only in 64 bit mode.
Here is my test case: https://gist.github.com/MrSm…
-
This is dedicated ticket for "case 8" in Issue #9:
SDLang-D silently ignores all of these and does not throw an error. Currently this is invalid SDL, but it may become valid in SDLv2 as a way of esca…
-
I can't build latest version. The error is next:
```
WARNING: no Visual Studio installation detected
OPTLINK (R) for Win32 Release 8.00.17
Copyright (C) Digital Mars 1989-2013 All rights reserved.
…