Bastiaan Veelo
Bastiaan Veelo
Self contained example: `.\dub.json`: ```json { "name": "mypkg", "targetType": "none", "subPackages": [ "sub" ], "dependencies": { "mypkg:sub": "*" }, "subConfigurations": { "mypkg:sub": "special" } } ``` `.\sub\dub.json`: ```json { "name":...
You're probably right. I am not on a Posix system. Would you be able to produce a patch that fixes this for you? This should likely be platform dependent.
Thanks a lot, Nicholas. I'll be following this eagerly.
I may be able to work around by unrolling the loop that this was reduced from. I will have a look. But there may be many such loops, and discovering...
@kinke would it be possible to release a beta, with current Dub and based on LLVM 21? Perhaps the outdated tag issue needs to be solved first (@dkorpel)?
Much appreciated, good luck.
I checked one test, and although I am not 100% sure I did it right, I believe that HEAD is shipped, but the version reported is the old tag. A...