Search

March 12, 2021
Issues »
...to compile, with the following error message:

---
bug.d(13): Error: template `std.typecons.Nullable...
March 11, 2021
Learn »
...b');
    assert(pos == 1);

    return 0;
}


Linker error message:

Linking...
/usr/bin/ld: .dub/build...
March 10, 2021
Issues »
...ID: 21699
           Summary: Duplicate error for index out...somehow misses the double message. I have used...
March 10, 2021
Issues »
https://issues.dlang.org/show_bug.cgi?id=21697

Paul Backus <snarwin+bugzilla@gmail.com...
March 10, 2021
Issues »
...no "Error
instantiating" message??
    //runInsideTemplateIndirect!bar2(); // Error: need this, but no "Error
instantiating" message??
    //runOutsideTemplateDirect...
March 10, 2021
Learn »
Now that you mention it, I'm pretty sure I've run into this before...
March 10, 2021
Learn »
From the language spec [1]:

So, inside the invariant, the object is treated as const...
March 10, 2021
Learn »
...122;

    bool alive = true;
    int age = 0;
    //Error: mutable method onlineapp.Human.checkAge is not...
March 10, 2021
Issues »
...Error
                run!(() { foo(); })();
        }
}

The limitation of the 3rd syntax seems rather arbitrary. The error message...
March 09, 2021
Issues »
...Issue ID: 21694
           Summary: Misleading error message and invalid goto error
           Product: D
           Version: D2...
137 138 139 140 141 142 143 144 145 146 147
Next ›   Last »