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

Add a preference system for turning on/off slow fallbacks #402

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ChrisRackauckas
Copy link
Member

This gives a good way to balance development vs usage. For development, you want to just error if you hit any slower path. But for users, code should just work. Thus the slower fallbacks were given a preference system for allowing error throwing, without forcing all users to have to always see errors on new types just for more optimizations.

This gives a good way to balance development vs usage. For development, you want to just error if you hit any slower path. But for users, code should just work. Thus the slower fallbacks were given a preference system for allowing error throwing, without forcing all users to have to always see errors on new types just for more optimizations.
@codecov
Copy link

codecov bot commented Mar 26, 2023

Codecov Report

Merging #402 (4258a60) into master (e1870b7) will decrease coverage by 75.32%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           master    #402       +/-   ##
==========================================
- Coverage   75.31%   0.00%   -75.32%     
==========================================
  Files           7       7               
  Lines         563     550       -13     
==========================================
- Hits          424       0      -424     
- Misses        139     550      +411     
Impacted Files Coverage Δ
src/ArrayInterface.jl 0.00% <0.00%> (-74.40%) ⬇️

... and 4 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

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.

None yet

2 participants