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

Dont crash on nil in LOGICAL_OR and LOGICAL_AND #187

Merged
merged 1 commit into from
Mar 9, 2024

Conversation

ohaibbq
Copy link
Contributor

@ohaibbq ohaibbq commented Mar 2, 2024

Closes #186

@codecov-commenter
Copy link

Codecov Report

Merging #187 (b9ff4b4) into main (961ce06) will increase coverage by 0.00%.
The diff coverage is 100.00%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #187   +/-   ##
=======================================
  Coverage   46.39%   46.39%           
=======================================
  Files          47       47           
  Lines       17828    17834    +6     
=======================================
+ Hits         8271     8274    +3     
- Misses       8111     8113    +2     
- Partials     1446     1447    +1     

@goccy
Copy link
Owner

goccy commented Mar 9, 2024

Thank you for your contribution !! LGTM 👍

@goccy goccy merged commit b14ee6a into goccy:main Mar 9, 2024
6 checks passed
@ohaibbq ohaibbq deleted the dan/logical-nil branch March 28, 2024 18:12
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.

LOGICAL_OR() and LOGICAL_AND() crash on nil
3 participants