9 hours ago Issues » [Issue 11870] replace dynamic symbol table (--export-dynamic) for backtraces | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=11870 --- Comment #8 from dlangBugzillaToGithub <robert.schadek... | |||
2 days ago Issues » [Issue 24891] Two scope attributes emitted as part of .di generation | |||
|---|---|---|---|
| |||
...scope const typeof(this) other); ``` And: ```d export: nothrow @safe: @disable this(ref return scope... | |||
2 days ago Issues » [Issue 24891] New: Two scope attributes emitted as part of .di generation | |||
|---|---|---|---|
| |||
...str.d
```d
module str;
struct String {
export:
nothrow @nogc:
@safe:
this(return scope ref... | |||
November 30 Learn » Re: raylib-d how to program a simple moving circle. | |||
|---|---|---|---|
| |||
...g -m64 -Xlinker --no-as-needed -Xlinker --export-dynamic -Xlinker -rpath=/usr/lib/dmd/2... | |||
November 16 Issues » [Issue 24863] New: DMD v2.109.0 on OpenBSD out of memory when attempting to compile OneDrive for Linux | |||
|---|---|---|---|
| |||
...lib -L-L/usr/local/lib -L--export-dynamic -fPIC --- core.exception.AssertError@src/dmd... | |||
November 08 Learn » Error with -betterC | |||
|---|---|---|---|
| |||
...linux/x86_64/debug/examples -m64 -Xlinker --export-dynamic -Lbuild/linux/x86_64/debug -lleo... | |||
November 06 Issues » [Issue 24845] New: Compiler error when trying to access AA value of an enum instance | |||
|---|---|---|---|
| |||
...64/../../../../../phobos/generated/linux/release/64 -L--export-dynamic -fPIC --- core.exception.AssertError@src/dmd... | |||
October 30 Issues » [Issue 24839] New: @hidden not implemented to enabling non exportation when using negative annotation | |||
|---|---|---|---|
| |||
...one needs a way to disable the export. The solution that ldc has is @hidden... | |||
October 18 Learn » Re: Scope & Structs | |||
|---|---|---|---|
| |||
...export @safe nothrow @nogc scope:
int fields;
this() {}
void method() {}
}
shared scope struct S {
export... | |||
October 17 Announce » Re: Just another QR code library | |||
|---|---|---|---|
| |||
My suggestion would be export, convert or better saveAs()... SDB@79 | |||
Copyright © 1999-2021 by the D Language Foundation