Search

July 15
DIP Ideas »
...c
#include <alloca.h>
#include <stdio.h>

struct A{ int a,b,c,d,e...
July 14
Announce »
...X" errors. Looks like redub doesn't include the local dependency.

```json
"dependencies": {
    "cosma": { "path...
July 14
Learn »
Seeing ``_d_arraybounds_slice`` missing sounds like druntime...of ldc doesn't include a static build...
July 10
General »
...c
#include <stddef.h>
#include <stdio.h>
#include...d
dmd -run test.c
0
8
```

```d...
July 05
Issues »
...a loop is needlessly hard in D. Examples include cases where the (inclusive) upper bound...
June 29
Issues »
...error
  D.insert(c + 1);  // OK
  D.insert(c + c);  // error
}
```

with errors:

```
/usr/include...
June 25
Learn »
...d\n", foo.x.saa->aa);
	printf("%d...cat shared_aa.cpp
#include <stdio.h>

class...
June 24
Issues »
...1.38.0/include/dlang/ldc/core/internal/traits.d(818)
test.d(13): Error...
June 23
Learn »
...compiler... Why not? :D

The nearest thing I've found is the "include file contents...
June 22
Learn »
...you want: https://github.com/dlang/dub/blob/a8da51eb8a5485956622282f2339ec5a39c8c761/source/dub/recipe/json.d#L233
1 2 3 4 5 6 7 8 9
Next ›   Last »