Results 144 comments of gingerBill

Is this needed any more since `@(init)` must be `proc "contextless" ()`?

This is less of a bug, but just because of how the evaluation of the thing works. I can make it work, but sometimes flag order SHOULD matter. I am...

This is mostly the case as enumerated arrays are not really meant to be treated this way in the first place.

The problem you have here is wanting to use Odin without Administration privileges. Using the Mingw tooling is a "possible" approach to this but we do not want to support...

There are a few things failing because of missing `import`s.

The catching of duplicates is pretty much only possible with basic types, and anythinc compound like that because nigh impossible in the general case. The hack with the hash can...

So this fix doesn't fix the underlying problem. It should work with VS2017 in the first place, and that a linking error is happening suggests something else is going on....

Can we just not add this manually and provide our own "crt" for darwin?

My assumption is that there is some code is that is assuming `ptr` rather than `i8*`, but it'll be hard to verify and replicated.

So this is kind of a chicken and egg problem. It's saying it is not used because it technically isn't. But it cannot know that because `non_existing` doesn't exist.