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(dart_frog_cli): report daemon missing parameters #1050

Conversation

PiotrFLEURY
Copy link
Contributor

Status

READY

Description

Fix #913

dart_frog_cli Daemon wil now report missing parameters for dev_server and route_configuration domains

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

Sorry, something went wrong.

Copy link
Contributor

@renancaraujo renancaraujo left a comment

Choose a reason for hiding this comment

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

Can we have a test on protocol_test for at least the case of missing params ?

Everything else:

looks very good to me

@renancaraujo renancaraujo self-requested a review September 18, 2023 10:13

Unverified

This user has not yet uploaded their public signing key.
@PiotrFLEURY PiotrFLEURY force-pushed the fix/daemon_missing_parameters_report branch from b26b4dd to 0d2c145 Compare September 18, 2023 11:50
@PiotrFLEURY
Copy link
Contributor Author

Thanks for the review @renancaraujo

I just pushed the suggested modification with some bonus tests for the getParam method ✨

Feel free to ask for any new change

erickzanardo
erickzanardo previously approved these changes Sep 18, 2023

Unverified

This user has not yet uploaded their public signing key.
renancaraujo
renancaraujo previously approved these changes Sep 18, 2023
alestiago
alestiago previously approved these changes Sep 18, 2023
@renancaraujo renancaraujo dismissed stale reviews from alestiago, erickzanardo, and themself via 5797f1f September 18, 2023 14:20

Unverified

This user has not yet uploaded their public signing key.
Co-authored-by: Alejandro Santiago <dev@alestiago.com>

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.

Unverified

This user has not yet uploaded their public signing key.

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
@renancaraujo renancaraujo merged commit a79553f into VeryGoodOpenSource:main Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

fix(dart_frog_cli): daemon should report when there is missing params
4 participants