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

feat: Include manifest file name into error output #778

Merged
merged 1 commit into from
Sep 21, 2022

Conversation

etehtsea
Copy link
Contributor

@etehtsea etehtsea commented Sep 21, 2022

Before:

$ ../../target/debug/spin build
Error: expected a comma, found an identifier at line 9 column 28

After:

$ ../../target/debug/spin build
Error: Cannot read manifest file from "spin.toml"

Caused by:
    expected a comma, found an identifier at line 9 column 28

Refs: #769
Signed-off-by: Konstantin Shabanov mail@etehtsea.me

Copy link
Member

@radu-matei radu-matei left a comment

Choose a reason for hiding this comment

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

This is great, thank you for your fix!

LGTM

Before:

$ ../../target/debug/spin build
Error: expected a comma, found an identifier at line 9 column 28

After:

$ ../../target/debug/spin build
Error: Cannot read manifest file from "spin.toml"

Caused by:
    expected a comma, found an identifier at line 9 column 28

Refs: fermyon#769
Signed-off-by: Konstantin Shabanov <mail@etehtsea.me>
Copy link
Contributor

@itowlson itowlson left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

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.

3 participants