Mike Chong

Results 124 comments of Mike Chong

@dvc94ch now #663 seems to be resolved. Could we move on this discussion? I'm happy to do whatever I can to help the iteration on mobile platforms.

Any update on this issue? I saw https://github.com/rust-lang/rust/pull/63467 has been merged a long time ago.

@terhechte Thank you so much for your reply! It helps me a lot!

I created a repo for the instructions to install the docset easily: https://github.com/imWildCat/flutter-docset

Hi @andrewcl, you can try: https://api.flutter.dev/offline/flutter.xml Reference: https://github.com/flutter/flutter/issues/9955#issuecomment-444702105

~~QQ: How to build the nightly channel locally? (resolved)~~ https://users.rust-lang.org/t/how-to-build-the-nightly-channel-locally-x-py-b-always-pick-the-beta-channel/74756 My change needs to be tested using the nightly channel because it is related to Mac Catalyst.

New question: Should I use stage 2 or stage 3 to test my change locally? I cannot build stage 3 locally. When I use stage 2 to test my change:...

Hi @terhechte! Could you please share more insights about how to test this compiler change manually? I followed the README of https://github.com/terhechte/rust-catalyst-example with this project (https://github.com/BLAKE3-team/BLAKE3.git) but it didn't work:...

Thanks @terhechte! I tried Rust libs without C and found that: without the change of this PR, everything is fine with Xcode 13.3 or 13.4. This makes me doubt the...

@wesleywiser Actually, I'm not confident about this change as pure Rust libs can compile targeting Catalyst using Clang 13+ without this PR.