-
-
Notifications
You must be signed in to change notification settings - Fork 1
add workflows and examples, fix macos test, make enableVisibility def… #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
rainyl
commented
Feb 25, 2025
- add workflows and examples
- fix macos test
- make enableVisibility defaults to true
@dcharkes It's strange that running steps to reproduce:
P.S., To show the problem concisely, P.S.1, We can just focus on windows, since the build script is not complete, it fails on other platforms, it's expected. P.S.2, I have tried both stable (Flutter 3.29.0) and master (Flutter 3.30.0-1.0.pre.485) channels, but without luck. flutter doctor: [√] Flutter (Channel master, 3.30.0-1.0.pre.485, on Microsoft Windows [Version 10.0.26100.3323], locale zh-CN) [3.1s]
• Flutter version 3.30.0-1.0.pre.485 on channel master at C:\Users\rainy\scoop\persist\fvm\versions\master
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision 78d5a95a52 (16 hours ago), 2025-03-05 21:10:42 -0500
• Engine revision 78d5a95a52
• Dart version 3.8.0 (build 3.8.0-149.0.dev)
• DevTools version 2.43.0
[√] Windows Version (11 家庭中文版 64-bit, 24H2, 2009) [5.7s]
[√] Visual Studio - develop Windows apps (Visual Studio Community 2022 17.12.4) [100ms]
• Visual Studio at C:\Program Files\Microsoft Visual Studio\2022\Community
• Visual Studio Community 2022 version 17.12.35707.178
• Windows 10 SDK version 10.0.26100.0 |
That's curious. They should use the exact same code-path: Does this also reproduce on the And if you change the order which one gets stuck? |
Thanks for your reply 😄
I have just tried dart sdk downloaded from https://dart.dev/get-dart/archive#stable-channel but without luck.
The order of
doesn't matter, option 1 always okay and option 2 always stucks. I think this problem is same as dart-lang/native#2077 , so let's discuss there. |
… optional argument for `CMakeBuilder.run`