Alexander Bryan
Alexander Bryan
The program could have an ignore list similar to a `.gitignore`. You could have `.*` `*.pyc` `*.o` etc be ignored and then throw in `!.gitignore` `!.ssh` `!.bash_profile` to have them...
In gdc, it appears -Iinclude_path works, though it is undocumented
Tested (on my machine) with ldc2 1.35.0 based on DMD v2.105.2 Moving on to adding a test case to $REPO/test. Will the automatic test runner be running with a new...
> Looks like the test is failing ? The test script attempts a build of a dummy project first with dmd, then with ldc via dub's --compiler flag. The jobs...
> > Do the jobs labeled with a certain compiler not have any of the other compilers installed? > > That's correct, to prevent those kinds of mistake. So if...
Ok, so the only builds that are failing at the moment are windows builds with dmd. Here is the relevant output: ``` [INFO] Building /d/a/dub/dub/test/issue2698-cimportpaths-broken-with-dmd-ldc/... Starting Performing "debug" build using...
> @apbryan : I took the liberty to rebase your PR and try a solution to the problem. That didn't quite work, I'll try a few more things tonight. Wonderful....
Looks like one automated test failed (buildkite/dub) because whatever box/VM it was running on didn't have a new enough version of LLVM to build ldc with. From the log: CMake...
I can confirm this bug on linux as well. I also confirmed the bug is present in the case when all of the variables are static ones inside of the...
Here is what I think you actually wanted: ``` alex@compy programming/ldc-bug-test2 tree 22:57:55 25-01-20 . ├── dub.sdl ├── foo │ ├── dub.sdl │ ├── libfoo.a │ └── source │ └──...