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

Switch type comparison in BaseFn to use is_types_compatible #3461

Merged
merged 1 commit into from
Jul 4, 2024

Conversation

kddejong
Copy link
Contributor

@kddejong kddejong commented Jul 4, 2024

Issue #, if available:
fix #3458

Description of changes:

  • Switch type comparison in BaseFn to use is_types_compatible

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Copy link

codecov bot commented Jul 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.29%. Comparing base (37c53dd) to head (ab5a228).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3461      +/-   ##
==========================================
- Coverage   93.30%   93.29%   -0.01%     
==========================================
  Files         324      324              
  Lines       11058    11058              
  Branches     2318     2318              
==========================================
- Hits        10318    10317       -1     
  Misses        415      415              
- Partials      325      326       +1     
Flag Coverage Δ
unittests ?

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kddejong kddejong merged commit 07705c0 into aws-cloudformation:main Jul 4, 2024
22 checks passed
@kddejong kddejong deleted the fix/issue/3458 branch July 4, 2024 00:33
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.

E1030 error on Fn::Length while comparing with a number using Fn::Equals
1 participant