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

Analysis updates #2642

Merged
merged 8 commits into from
Sep 25, 2023
Merged

Analysis updates #2642

merged 8 commits into from
Sep 25, 2023

Conversation

finestructure
Copy link
Member

Fixes #2639

@cla-bot cla-bot bot added the cla-signed label Sep 25, 2023
} catch {
throw error
guard try await Current.git.hasBranch(defaultBranch, cacheDir) else {
throw AppError.analysisError(package.model.id, "Default branch '\(defaultBranch)' does not exist in checkout")
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a check to handle this particular error. We may want to do an audit where we throw anything that isn't an AppError without an id - or simply ensure we wrap them all before we run updatePackages.

@finestructure
Copy link
Member Author

Ad hoc deploying to dev to confirm that it moves the package forward

@finestructure
Copy link
Member Author

This cleared the stuck package on dev, merging and deploying.

@finestructure finestructure merged commit 107deeb into main Sep 25, 2023
3 of 4 checks passed
@finestructure finestructure deleted the analysis-updates branch September 25, 2023 08:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Package mattpolzin/Sampleable stuck in analysis loop
2 participants