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

Short-circuit all for AbstractFill #329

Merged
merged 4 commits into from
Feb 5, 2024
Merged

Short-circuit all for AbstractFill #329

merged 4 commits into from
Feb 5, 2024

Conversation

jishnub
Copy link
Member

@jishnub jishnub commented Dec 12, 2023

This makes the following evaluate at compile time:

julia> @code_typed iszero(Zeros(3,3))
CodeInfo(
1return true
) => Bool

Copy link

codecov bot commented Dec 12, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (373183f) 99.89% compared to head (5bde556) 99.89%.
Report is 14 commits behind head on master.

❗ Current head 5bde556 differs from pull request most recent head fcabd33. Consider uploading reports for the commit fcabd33 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #329   +/-   ##
=======================================
  Coverage   99.89%   99.89%           
=======================================
  Files           8        8           
  Lines         919      927    +8     
=======================================
+ Hits          918      926    +8     
  Misses          1        1           

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

@jishnub jishnub merged commit 05804e4 into master Feb 5, 2024
16 checks passed
@jishnub jishnub deleted the jishnub/constevalall branch February 5, 2024 12:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants