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

[Fix] Roll back lint coalescing bugs #11757

Merged
merged 3 commits into from
Oct 16, 2024
Merged

[Fix] Roll back lint coalescing bugs #11757

merged 3 commits into from
Oct 16, 2024

Conversation

petertgiles
Copy link
Contributor

@petertgiles petertgiles commented Oct 15, 2024

🤖 Related to PR #11651

👋 Introduction

After finding a few bugs from #11651:

I took another look at that PR and identified a few more. These are all places where boolean OR comparisons were improperly changed to null coalesces.

🕵️ Details

🧪 Testing

  1. Rebuild the app
  2. Check the places touched by this PR (EE dialog, table download, etc)

@brindasasi
Copy link
Contributor

I think we should be getting this into the release if we want to try the re-deploy v2.33.1 tonight or tmo.

Copy link
Member

@tristan-orourke tristan-orourke left a comment

Choose a reason for hiding this comment

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

All these changes make sense!

@petertgiles petertgiles added this pull request to the merge queue Oct 16, 2024
Merged via the queue into main with commit 1d9e2f0 Oct 16, 2024
10 of 11 checks passed
@petertgiles petertgiles deleted the 11651-fix-pr-bugs branch October 16, 2024 15:48
brindasasi pushed a commit that referenced this pull request Oct 16, 2024
* Fix lint coalescing bugs

* type to boolean

* type coercion to boolean

(cherry picked from commit 1d9e2f0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

3 participants