-
Notifications
You must be signed in to change notification settings - Fork 7
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
1.9 Extensions #5
1.9 Extensions #5
Conversation
I would really benefit for testing 1.9 here 😅, as the only version that uses extensions is nightly, and it seems to have an error that i cannot reproduce on 1.9 |
for some reason, the inference test on |
Ugh, I'm sorry, I tried to switch away from the old CI infrastructure hoping that might make this easier but it seems to have just introduced a new nest of problems. Maybe just rewind your branch to before my commits. |
…/Transducers.jl into transducers-1.9-ext
@MasonProtter tests pass (with the new CI). There was a genuine bug on 32 bit that was fixed and another on OnlineStatsBase. Can we merge this? |
Awesome, thank you @longemen3000! |
adds
BlockArrays
,DataFrames
,LazyArrays
,OnlineStatsBase
,Referenceables
as extensions. lets start with those, and if tests pass, then add the unconditional dependencies as extensions.