Marcelo Silva Nascimento Mancini
Marcelo Silva Nascimento Mancini
This was fixed by preprocessing the SDL file using the following code: ```d string fixSDLParsingBugs(string inputSdl) { import std.file; import std.string:replace; version(Windows) enum lb = "\r\n"; else enum lb =...
@MrKylinGithub
> I don't think we should be doing it, it will just fraction the community even more. If you want this to happen, I would try to convince Walter &...
> It took me a while to understand what the DIP was trying to solve, but I now I understand: it's about how mixin templates by nature don't have lexical...
I didn't get any stack trace somehow (I had to run on debugger), but this is a minimal reproducible example: [duberr.zip](https://github.com/user-attachments/files/17481422/duberr.zip)
I will certailny need more details, this builds fine forme, though I`m on windows
I'll test it later today against linux
I have just tested on Linux and it still builds fine for me: ``` hipreme@LinuxMint:~/test/redubug$ redub -f -v --compiler=dmd Parsing /home/hipreme/test/redubug/dub.json at /home/hipreme/test/redubug with : -c Added project redubug to...
After some tests, I've noticed: The order of source files matters for mir. This is a known bug that 0xEAB commented on D discord. The bug is also reproducible with...
@vabenil Take a look on the new version. Try it with `redub build --breadth`