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

chore: hide diffs of mangled unicode strings #25912

Merged
merged 2 commits into from
Jun 15, 2023
Merged

chore: hide diffs of mangled unicode strings #25912

merged 2 commits into from
Jun 15, 2023

Commits on Mar 9, 2023

  1. fix(cli): hide diffs of mangled unicode strings

    CloudFormation's `GetStackTemplate` irrecoverably mangles any character
    not in the 7-bit ASCII range. This causes noisy output from `cdk diff`
    when a template contains non-English languages or emoji. We can detect
    this case and consider these strings equal. This can be disabled by
    passing `--strict`.
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    laverdet committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    513b248 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Configuration menu
    Copy the full SHA
    00b8610 View commit details
    Browse the repository at this point in the history