Skip to content

fix(cli): failure to load malformed YAML is swallowed#19338

Merged
mergify[bot] merged 1 commit intomasterfrom
rix0rrr-patch-1
Mar 11, 2022
Merged

fix(cli): failure to load malformed YAML is swallowed#19338
mergify[bot] merged 1 commit intomasterfrom
rix0rrr-patch-1

Conversation

@rix0rrr
Copy link
Copy Markdown
Contributor

@rix0rrr rix0rrr commented Mar 11, 2022

For some reason, we are falling back to reading JSON when loading YAML fails.

Since YAML is a superset of JSON, the only reason errors would occur because the YAML is not valid, in which case we shouldn't do this catch at all.

Fixes #19335.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

For some reason, we are falling back to reading JSON when loading YAML fails.

Since YAML is a superset of JSON, the only reason errors would occur because the YAML is not valid, in which case we shouldn't do this catch at all.
@rix0rrr rix0rrr requested a review from a team March 11, 2022 01:02
@rix0rrr rix0rrr self-assigned this Mar 11, 2022
@gitpod-io
Copy link
Copy Markdown

gitpod-io bot commented Mar 11, 2022

@github-actions github-actions bot added the package/tools Related to AWS CDK Tools or CLI label Mar 11, 2022
@mergify mergify bot added the contribution/core This is a PR that came from AWS. label Mar 11, 2022
@rix0rrr rix0rrr added the pr-linter/exempt-test The PR linter will not require test changes label Mar 11, 2022
@aws-cdk-automation
Copy link
Copy Markdown
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildProject89A8053A-LhjRyN9kxr8o
  • Commit ID: d900ef9
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@mergify
Copy link
Copy Markdown
Contributor

mergify bot commented Mar 11, 2022

Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@mergify mergify bot merged commit 1875c28 into master Mar 11, 2022
@mergify mergify bot deleted the rix0rrr-patch-1 branch March 11, 2022 01:44
TheRealAmazonKendra pushed a commit to TheRealAmazonKendra/aws-cdk that referenced this pull request Mar 11, 2022
For some reason, we are falling back to reading JSON when loading YAML fails.

Since YAML is a superset of JSON, the only reason errors would occur because the YAML is not valid, in which case we shouldn't do this catch at all.

Fixes aws#19335.

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

contribution/core This is a PR that came from AWS. package/tools Related to AWS CDK Tools or CLI pr-linter/exempt-test The PR linter will not require test changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

(core): Existing Stack fails with CDK "Unexpected token _ in JSON at position 0"

3 participants