Skip to content
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

fix: shorebird flutter checkout can fail silently on Windows #2709

Closed
bryanoltman opened this issue Dec 18, 2024 · 0 comments · Fixed by #2710
Closed

fix: shorebird flutter checkout can fail silently on Windows #2709

bryanoltman opened this issue Dec 18, 2024 · 0 comments · Fixed by #2710
Assignees
Labels
bug Something isn't working

Comments

@bryanoltman
Copy link
Contributor

Description

Shorebird commands on windows are executed through shorebird\bin\shorebird.ps1. This silently performs a checkout of our Flutter fork if needed, which can fail if the paths are too long. We currently redirect this output to null, so the failure is silent. Without redirection, errors like the following are printed:

warning: unable to access 'dev/integration_tests/ios_app_with_extensions/ios/watch Extension/Assets.xcassets/Complication.complicationset/Graphic Circular.imageset/.gitattributes': Filename too long
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
1 participant