Search

November 12
Issues »
...Error: sequence index `0` out of bounds `[0 .. 0]`
semantic2 app
app.d(3): Error...
November 12
Issues »
...time.d(3): Error: undefined identifier `time_t`
time.d(3): Error: undefined identifier `tm...
November 12
Issues »
...the compiler's output:

time.d(20): error : undefined identifier `tm`

Why did it complain...
November 12
Issues »
...error it's checking for _before_ the errors relating to the symptoms of the error...
November 12
Issues »
...short y = x / div + 1;
}
```

Expected behavior: Error that expression `x / div + 1` can't...
November 11
General »
...Develop additional utilities for enhanced error handling, such as customizable error messages and extended formatting...
November 11
Issues »
...S.init;
}
```

results in

```
q.d(16): Error: function `q.main.Member.opAssign` cannot be...
November 10
Issues »
...20 = bitcast i16 %18 to i32
LLVM ERROR: Broken module found, compilation aborted!
#0 0x00006535b26c02e7...
November 10
DIP Development »
...which is < initialied

// s must be >= initialized, ERROR
b = s
```

We don't need to...
November 10
DIP Development »
...always_ an error to dereference a null pointer.

It is _always_ a logic error to...
36 37 38 39 40 41 42 43 44 45 46 47
Next ›   Last »