Search

May 12, 2021
Issues »
...cgi?id=21916

          Issue ID: 21916
           Summary: Error message is obfuscated when using wrong format...
May 12, 2021
Learn »
...3)
    {
    }

You get the following error message:

    onlineapp.d(18): Error: template `onlineapp.f` cannot...
May 11, 2021
General »
...a potentially confusing situation for users. The error message indicates that `f6` should be a...
May 11, 2021
Issues »
https://issues.dlang.org/show_bug.cgi?id=10478

RazvanN <razvan.nitu1305@gmail.com> changed...
May 11, 2021
Issues »
https://issues.dlang.org/show_bug.cgi?id=10278

RazvanN <razvan.nitu1305@gmail.com> changed...
May 11, 2021
Issues »
...Today's compiler yields:

onlineapp.d(6): Error: function `string onlineapp.B.filename()` does not...
May 10, 2021
Learn »
...s scope
                auto m = Message(...);

                switch(code)
                {
                    case...break;
                    default: assert(0, "error");
                }
};
```

Usage:

```d
case...
May 10, 2021
Learn »
...s scope
                auto m = Message(...);

                switch(code)
                {
                    case...c.doSomething(m); break;
                    default: assert(0, "error");
                }
}
```
May 10, 2021
Learn »
...error message(s) when asking questions like this. In this case:

```
onlineapp.d(15): Error...
May 08, 2021
Issues »
...hidden because it is protected (though the
error message is not great, it isn't...
129 130 131 132 133 134 135 136 137 138 139
Next ›   Last »