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

ensure all parse-time errors show line/col in YAML #14

Merged
merged 1 commit into from
Aug 12, 2023
Merged

Conversation

jaypipes
Copy link
Member

To give users the most useful information about a syntax or parse-time error in their gdt tests, make sure that all parse-time error functions accept a *yaml.Node parameter that we can grab line/column information.`

To give users the most useful information about a syntax or parse-time
error in their gdt tests, make sure that all parse-time error functions
accept a `*yaml.Node` parameter that we can grab line/column
information.`

Signed-off-by: Jay Pipes <jaypipes@gmail.com>
@jaypipes jaypipes requested a review from a-hilaly August 11, 2023 17:46
Copy link
Member

@a-hilaly a-hilaly left a comment

Choose a reason for hiding this comment

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

Nice!

@a-hilaly a-hilaly merged commit c7111ed into main Aug 12, 2023
6 checks passed
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