Search

June 06, 2021
Learn »
...calling the superclass constructor. According to the error message, one or more of the arguments...
May 30, 2021
Learn »
...an error with an appropriate message when they do, rather than a cryptic message telling...
May 30, 2021
Issues »
...in `traits.d` prevents the invalid error message:
  ```
  Error: parameter index must be in range...
May 30, 2021
General »
...stringifyArray([1, 2, 3]);    // error!

// a useless factory...not available/accessible here
    // Message cipher;   // <-- implicit but...
May 28, 2021
Issues »
...d(1): Error: function `D main` label `findme` is undefined

The error message should print...
May 27, 2021
Issues »
...long-unsigned that have no direct assembly comparison instruction, maybe just produce an error message.

--
May 25, 2021
Issues »
...0,
};
---

With the message:
---
Error: found `==` when expecting `)`
Error: found `)` when expecting `}`
Error: `=`, `;` or `,` expected

--
May 25, 2021
Issues »
...Inner!T, T)); // error
---

The error message is:

--
bug.d(11): Error: static assert:  `is...
May 16, 2021
Learn »
...2)();

   c = d; // Error message says a thing != to a same thing
}
```

Error messages formatted...
May 16, 2021
General »
...had enough spare cash to buy indented dmd error message formatting for deep template types.
126 127 128 129 130 131 132 133 134 135 136
Next ›   Last »