Thomas la Cour

Results 10 comments of Thomas la Cour

Merged in some old branches to avoid rewriting similar procs and types

Any chance to get this reviewed? This PR is getting old and big

fyi had the same issue the work a-round was ``` when !intrinsics.is_package_imported("raylib") { ShowCursor :: proc(bShow: BOOL) -> INT --- } ``` not ideal but usually you don't use raylib...

Here is what it looks like when you run odin_filereg.bat ``` >misc\odin_filereg.bat -add Odin file registration ODIN_ROOT=C:\dev\odin\Odin Writeing C:\dev\odin\Odin\odin.bat C:\dev\odin\Odin>reg add "HKCR\Odin.File" /ve /d "Odin source file" /f The operation...

Added 3 command so far. Not sure if this is too clunky to be useful? :p ![image](https://github.com/odin-lang/Odin/assets/5068078/a6f6c3ea-ea5a-4c37-8e51-6086bfc63cb7)

I'll rethink this and get back with a better "solution" I think we have enough in sys/windos to code this in odin instead of using .reg files.

Hey :) i have vacation soon so will see if i can get it back in track

I removed the "old" test runner stuff (I like the new style :)) There might be other things that can be tweaked (e.g. expect_value) but maybe better if you @Kelimion...

Tx! :) Last commit i added the windows tests to the ci script just see, and the test count went up with the expected 20 [ci](https://github.com/odin-lang/Odin/actions/runs/10108681345/job/27955093621?pr=3362#step:10:307) I'll consider this one...

just curious what happen if you alias "core:sys/windows" e.g. `import win32 "core:sys/windows"` ?