Open dxmachina opened 9 months ago
Hmmm, I have some code that imports that same file in exactly the same way and it all works fine still... Weird!
Wow, really? Hmm.
It's obviously easy enough just to use the right commit when I need to get back to that code, but I figured a lot of people are maintaining code with the same library.
I did try a bunch of path simplifying to make sure it wasn't that. This was all on macOS.
Will take another look when I have some time.
Can you try with the very latest commit, please? Unsure if it'd fix but worth a shot I guess...
Unfortunately, still an issue with the latest commit here. When I find some time I will see about debugging it here as well.
This commit specifically broke code that I'm maintaining here, possibly only related to the import of the old Big Bob math library. https://github.com/nojanath/SublimeKSP/commit/63a497fd51c7365b9a1d9c3c0685a077375b49b7
The line is simply:
import "KSPMathV702.ksp"
Yields: Syntax error! (line 2279) ../common/external/KSPMathV702.ksp:4625
Release 1.17.0 is fine