Phil H
Phil H
This is the offending commit: https://github.com/odin-lang/Odin/commit/4d06a54c0ce7266d8f30c0f6b10dd527c3f9d8c6 The code works as expected before this one.
From Counter: seems like you need that specific combination of a generic $T and a defaulted #any_int to make the compiler crash silently foo :: proc($T: typeid, #any_int a :=...
Strangely, running `odin doc core/runtime` from the root `odin` directory results in no output. From all other locations, the above error output is the result.
I think fixing this issue will improve OLS as go-to-definition is often broken for stuff in runtime. The same error output above occurs with `odin check runtime`
Fixed up the whitespace and squashed to a single commit
+1 For being able to save filters. I'm also looking for a Windows desktop equivalent of simpletask android and this is the main missing feature right now. Couldn't find anything...
Ah interesting. Odin has the build flag `-target:js_wasm32` to compile for wasm. I believe there is some extra work that will need to be done to setup the Odin runtime...
I can repro this without `-debug` . Any directory specified besides `.` seems to reproduce this. As another data point, I am not calling the portable MSVC script. I call...
`odin build testing` ``` [DEBUG] build_paths[0]: C:/windrunner/testing/ [DEBUG] build_paths[1]: [DEBUG] build_paths[2]: [DEBUG] build_paths[3]: C:/Program Files (x86)/Windows Kits/10/Lib/10.0.19041.0/ [DEBUG] build_paths[4]: C:/Program Files (x86)/Windows Kits/10/Lib/10.0.19041.0/um/x64/ [DEBUG] build_paths[5]: C:/Program Files (x86)/Windows Kits/10/Lib/10.0.19041.0/ucrt/x64/ [DEBUG]...
fwiw doing `odin build ../windrunner/testing/` worked just fine. It seems to be that when it's a single directory or `../testing` that it fails