Search

August 29
General »
...variadic constructor with no arguments - it silently fails:

```d
struct S
{
    this(int[]...) { writeln("ctor...
August 28
Learn »
...is unspecified in C code (C often fails to specify such things in order to...
August 27
General »
...then restore that value if the operation fails.

Unfortunately, it is impossible to do this...
August 27
General »
...this classic:

[Issue 7205 - Function attribute inference fails in case of mutual dependencies ](https://issues...
August 27
Issues »
https://issues.dlang.org/show_bug.cgi?id=7205

Dennis <dkorpel@live.nl> changed:

           What...
August 24
Issues »
...main.d:
import imported;

Compiling main.d fails to build with the following message:

imported...
August 24
General »
...bool val) => expect(val, true);

if (unlikely(fails_validation))
  return -1;
if (check_for_liklely...
August 24
General »
...a fiddly
transformation, and hurts readability:

if (fails_validation)
  return -1;
if (check_for_lilely...
August 24
General »
...series of exclusionary checks framed as
`if(fails_validity_check) return;`
That flow keeps code...
August 19
Issues »
...Treleaven <nick@geany.org> ---

This line still fails, so reopening. This could be fixed in...
10 11 12 13 14 15 16 17 18 19 20 21
Next ›   Last »