Search

May 03
Issues »
...z;
}

void f2(){ //compiles fine
    int x;
    goto Label;
    Dummy:
    int y;
    Label:
    int z;
}

--
May 03
Issues »
...runs:

---
void main()
{
     int x;
     goto Label;
     Dummy:
     int y;
     Label:
     int z;

     import std...
May 03
Learn »
...z;
}

void f2(){ //compiles fine
    int x;
    goto Label;
    Dummy:
    int y;
    Label:
    int z;
}
```
April 06
DIP Ideas »
...top level it would probably need a dummy context and a way to be run...
April 01
Learn »
...Desktop\Code\StateMachine\D--\.dub\obj\debug\dummy\d--\d--.buildlog.html"

========== Build: 0 succeeded...
March 30
Issues »
...ExistenceChecker makeExistenceChecker(string gemName)
{
    return ExistenceChecker(() => gemName == "dummy");
}

auto checker = makeExistenceChecker("test"); // => invalid non-constant...
March 21
General »
...to make bindings anymore, just make a dummy C file with single include and start...
March 08
Issues »
...program fails to compile:

---
struct S
{
    int* dummy;
    this(ref immutable S) {}
}

void main()
{
    immutable...
March 01
Issues »
...used, but I would imagine constructing a "dummy" moduleinfo that contains only standalone ctors/dtors...
January 22, 2024
Issues »
...trying to call a regular `formattedWrite` with dummy arguments at compile time. This fails because...
1 2 3 4
Next ›   Last »