Laytan
Laytan
I have the same issue on SteamOS, heroic flatpack v2.3.9. I believe it has something to do with the log file location. When I go to settings -> logs the...
I did some digging to see what is going on and found some more information: Under the hood, the plugin has to enter visual mode to make our precise selection...
There wasn't really a good example here but it is a real issue, here is a better reproduction: ```odin package main import "core:fmt" import "core:container/queue" main :: proc() { pool:...
#3307 is an attempt at fixing this
Interesting test failure, must have to do with incrementing the minimum alignment? All the other changes are only applied if llvm 18 is used and CI is still on 17...
Yep I am going to look at the test failures on Linux with optimizations, if you enable optimizations on all the tests it currently fails on: - test_core_hash.test_xxhash_vectors:323 (segfault) (something...
These test failures are real head scratchers, only happening on optimised builds so it is hard to debug, I have ruled out that it is sroa by turning it off...
Fixed the last test failure, there was an unaligned load because of the packed struct field being loaded on the types original alignment, we know track if a type is...
~~This PR is now ready to review/merge~~
Windows is technically supported here too, @JesseRMeyer has been test driving that this week. It just requires updating the dll and headers when we want to. Added benefit of updating...