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

Move null checks to asserts as rascal tends to catch these already and they were showing up in profiles #244

Merged
merged 2 commits into from
Feb 28, 2024

Conversation

DavyLandman
Copy link
Member

The asserts should still trigger during our unit tests.

Fixes #233

…d they were showing up in profiles

The asserts should still trigger during our unit tests.

Fixes #233
@DavyLandman DavyLandman force-pushed the move-is-null-checks-to-assert branch from 7fdb016 to 446e7c2 Compare February 21, 2024 10:45
Copy link

github-actions bot commented Feb 21, 2024

Test Results

     96 files  ±0       96 suites  ±0   7m 13s ⏱️ -6s
242 291 tests ±0  242 290 ✅ ±0  1 💤 ±0  0 ❌ ±0 
726 960 runs  ±0  726 957 ✅ ±0  3 💤 ±0  0 ❌ ±0 

Results for commit ad5772c. ± Comparison against base commit a07b754.

♻️ This comment has been updated with latest results.

Copy link
Member

@jurgenvinju jurgenvinju left a comment

Choose a reason for hiding this comment

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

👍

@jurgenvinju jurgenvinju merged commit 4ddaf6e into main Feb 28, 2024
9 checks passed
@jurgenvinju jurgenvinju deleted the move-is-null-checks-to-assert branch February 28, 2024 14:42
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.

TypeFactory use of checkNull shows up on profiles
2 participants