-
Notifications
You must be signed in to change notification settings - Fork 53
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
add allowscalar #200
add allowscalar #200
Conversation
Codecov Report
@@ Coverage Diff @@
## main #200 +/- ##
==========================================
+ Coverage 91.85% 92.13% +0.27%
==========================================
Files 11 11
Lines 7118 7167 +49
==========================================
+ Hits 6538 6603 +65
+ Misses 580 564 -16
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
You mean it causes a 2% slow down? |
no it does not, Chris said that adding a flag for scalar (with a global |
Are we doing both the static type and the macro? |
what static type? |
bump |
Was waiting on the update in base to go through. I think the |
closes #189
the only downside is that revise might act a bit weird.
also maybe RCI should call
@eval
onexp
direclty instead of returningexp
?another detail is that should this also block stuff like
or just the ones i marked?
This does NOT cause any degradation in any way, unlike adding a state variable.