Shish
Shish
Looks like another one just appeared ``` ../../../go/src/github.com/veandco/go-sdl2/sdl/log.go:55:18: could not determine kind of name for C.SDL_LogCategory ``` Using latest go-sdl2 and libsdl 2.0.10 Example of a build that was working...
Looks like I was actually ignoring `go.sum` because my github actions script installed the latest go-sdl from the main branch before it even checks out my project code ^^; (I...
Bumping go.sum to use v0.4.24 also seems to hit the same error
Actually, this happens before even getting to my code at all - just taking a fresh github actions VM, running `sudo apt-get update && sudo apt-get install -y golang libsdl2-dev`...
I'm not sure where you're seeing ubuntu-18.04 / golang 1.10 -- I was using the ubuntu-20.04 base with golang 1.13 :S (See the "install deps" logs in https://github.com/shish/rosettaboy/runs/7602639263?check_suite_focus=true ) However,...
I'm seeing the same as in saily's issue -- I can see the source for my pep8 warnings, but not my jslint ones
EDIT: actually, Pep8parser overrides getFileModel locally, which explains the differing paramaters The main difference I can see is that Pep8Parser does this: ``` FullFileModel fileModel = getFileModel(model, pep8Violation.getFileName(), absoluteFileFinder.getFileForName(pep8Violation.getFileName())); ```...
Doing a clean build from latest master, no luck :( ``` $ git pull $ git clean -fdx $ cmake -S . -B build -DZIG_STATIC_LLVM=ON -DCMAKE_PREFIX_PATH="$HOME/homebrew" $ cmake --build build...
Also no :( (Does anyone know how the "path to libz3.dylib" is calculated - so we can at least figure out if this is "a problem for all people who...
Testing on real hardware - freshly-sync'ed devices are +/-10ms, but they only sync once per day, and after a day of drifting they can be out by ~200ms D: