Andrei Horodniceanu
Andrei Horodniceanu
I'm hitting this on Gentoo as well: ``` LLD 17.0.6 Lit version: 17.0.6dev -- Testing: 2 tests, 2 workers -- FAIL: LDC :: debuginfo/print_gdb.d (1 of 2) ******************** TEST 'LDC...
> Not sure if it's worth it, but we could extend For me it's good enough to know that they are expected to fail on certain versions of gdb and...
I ask for this change because of the layout of the linux source archives at https://downloads.dlang.org where the 3 main components of dmd (the compiler, druntime and phobos) are found...
In the end this is a bug in dmd so no need to change the code, it's my view at least. I did just debug some of it and I...
There is a bug open in dmd about this issue: https://issues.dlang.org/show_bug.cgi?id=20668. I've commented that tilix is affected but that's pretty much all I can do.
> Hmm, interesting. Please write about this bug and `-allinst` flag in the build guide. Thanks! > > I also suggest you move the build guide from the readme to...
I've made the PR in order to be able to run tests on aarch64. There, ldc2 handles -m64 and probably ignores it, but gdc fails with an unrecognized option. I've...
> Thanks, could you please also submit this [upstream](https://github.com/CyberShadow/DustMite)? It seems it has been fixed in https://github.com/CyberShadow/DustMite/commit/b8703eb98e93c063d8c7c75e964f5625b1200f16
> 1. `rdmd` and GDC are both very old, why is this change needed now? Has it never worked with GDC? The tests fail with gdc so I guess not....
> can you add the test to github actions? It would be my first time touching CI but I can certainly try. It just needs to be one compilation +...