July 23 General » Dub build fails to build my project on macOS with M1 chip | |||
|---|---|---|---|
| |||
...ldc compiler and 'dub build', the build fails when trying to run dmd's pregenerate... | |||
July 20 Issues » [Issue 24669] New: ImportC: C files are not compiled with '-i' flag | |||
|---|---|---|---|
| |||
...void){ puts(“foo"); }
```
`dmd -i main.d` fails with undefined reference to `foo`, indicating that... | |||
July 20 Issues » [Issue 24668] New: ImportC: C files have no way to set module name | |||
|---|---|---|---|
| |||
...foo(void){ puts(“foo”); }
```
`dmd main.d` fails due to undefined reference to foo (as... | |||
July 19 Learn » Unexpected range assignment behaviour | |||
|---|---|---|---|
| |||
...e", "f"]; lookup["test"] = dynArray[0..$]; ``` This fails at runtime with RangeError. But if I... | |||
July 18 DIP Ideas » Re: Properties | |||
|---|---|---|---|
| |||
...property float bar()=>3;
void bar(float){}// fails "property bar can not assign to itself"
``` | |||
July 18 DIP Ideas » Re: Properties | |||
|---|---|---|---|
| |||
...foo f; int=f.bar;//fails, while it detects bar(2), it fails some test } ``` | |||
July 17 DIP Ideas » Re: Returning variable-sized stack data | |||
|---|---|---|---|
| |||
...works with dmd >= 2.084.1, but fails with ldc2/old dmd for some reason... | |||
July 14 Announce » Re: Redub v1.7.1 : Even faster dependency resolution and vibe-d support | |||
|---|---|---|---|
| |||
...app using a local dependencies and it fails during the linking stage due to a... | |||
July 13 Learn » How to build a statically linked executable, before i loose my mind | |||
|---|---|---|---|
| |||
...i do not use DUB Lastly, it fails with: ``` ldmd2 -L-static ... ``` ``` /usr/bin/ld... | |||
July 13 General » Re: D not considered memory safe | |||
|---|---|---|---|
| |||
...at the top, and then everything that fails to compile gets marked @trusted. ****Eventually****, refactor... | |||
Copyright © 1999-2021 by the D Language Foundation