-
Notifications
You must be signed in to change notification settings - Fork 147
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
feat: shorebird upgrade
should compile shorebird
#289
Labels
good first issue
Good for newcomers
Comments
It should also compile
|
7 tasks
And call |
Wasn't this fixed? Hoping a simple and feasible solution is in ++ await doctor.runValidators(doctor.allValidators, applyFixes: false); // No need to apply any fixes. Just a doctor is fine like flutter does.
updateProgress.complete('Updated successfully.');
return ExitCode.success.code; |
8 tasks
Originally thought this would be part of #2184, but was wrong. Unassigning for now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I believe
flutter upgrade
does this. Right now when you runshorebird upgrade
it will replace your shorebird, but not recompile it. This means that the next time you run a shorebird command it does the compile.Maybe the fix for this and #288 is to just have it run
shorebird --version
?The text was updated successfully, but these errors were encountered: