Brian Fiete

Results 101 comments of Brian Fiete

I believe this are all addressed here d57e790a9aea0faf9fe1da5b763a9845987f2140

Note that you also cannot index with `uint` in C#...

The opposite is true in C++- a `std::vector` takes a `size_t` indexer, so if you try to index with an `intptr_t` then you get `warning C4365: 'argument': conversion from 'intptr_t'...

Two general features could enable `ConditionalAttribute` directly: 1) Allow `ApplyToMethod` to directly set attributes on a method such as `SkipCall`. 2) Allow checking preprocessor defines in `System.Compiler`

I think languages like Rust manage to generate iOS-compatible obj/bitcode with the standard LLVM. Here's an old issue describing some of the bitcode generation issues: https://github.com/rust-lang/rust/issues/35968

This isn't sufficient information to reproduce the bug.

This is a good idea