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

refactor(shorebird_cli): AotTools process execution and error reporting #2503

Merged
merged 2 commits into from
Sep 30, 2024

Conversation

felangel
Copy link
Contributor

Description

  • refactor(shorebird_cli): AotTools process execution and error reporting

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore
  • 🧪 Tests

@felangel felangel self-assigned this Sep 30, 2024
Copy link

codecov bot commented Sep 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

📢 Thoughts on this report? Let us know!

/// {@template aot_tools_execution_failure}
/// Exception thrown when aot_tools execution exits with a non-zero exit code.
/// {@endtemplate}
class AotToolsExecutionFailure implements Exception {
Copy link
Contributor

Choose a reason for hiding this comment

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

This has really little to do with aottools, but it's fine to start with something specific for now and make it generic later.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yup happy to look at the rest of our wrappers and see if we can unify things a bit more in a subsequent PR 👍

@felangel felangel merged commit cf617ae into main Sep 30, 2024
11 checks passed
@felangel felangel deleted the refactor/shorebird-cli-aot-tools-execution branch September 30, 2024 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants