João Matos

Results 309 comments of João Matos

This would be very useful, I will start implementing this if no one is currently working on it. Any design directions I should have in mind?

This seems to break the build on Windows, can we keep backwards compatibility here?

Looks like the Travis Cake steps were missing the Android tests, I've sent a PR to add it.

See the new option added in `objc` branch: https://github.com/mono/Embeddinator-4000/blob/84ed9a4cb5ab0b3e6e01648b891f5239637cff6e/objcgen/driver.cs#L68

The work should be finished, I left it unmerged because I did not figure out why the Windows CI was not working and did not want to break anything.

It would be interesting to figure out where this array type is being flagged as unsupported. Can you check with a debugger around https://github.com/mono/Embeddinator-4000/blob/master/binder/Generators/AstGenerator.cs#L453 what happens to your type?

Can you guys add some public task that we can use for this? cc @jonathanpeppers @jonpryor

Please test with master (0.4.0), there are some issues updating NuGet due to the migration to MS namespace.

Can you check in the console output if the path really looks like this in the GCC invocation: ```sysroot="/Users/castaldig/userapp/android/sdk/ndk-bundle/platforms> /android-24/arch-arm" ``` Especially this part `platforms> /android-24` looks weird and not...

@spouliot No issue, it's a good idea, iirc the single arguments were added before the general `--target` option was added and don't make sense to exist anymore.