-
Notifications
You must be signed in to change notification settings - Fork 52
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
Travis tests failing: Unsatistfiable requirements for TableTraits #88
Comments
The interesting part from the log was left out here, the problem is: https://github.com/JuliaRegistries/General/blob/17357a5c1c15c67fa8ec591c82f3263af6befbef/Q/QueryOperators/Compat.toml#L20 |
Looks like it's caused by JuliaLang/Pkg.jl#110. So the only solution is to port QueryOperators to IteratorInterfaceExtensions 1.0. @davidanthoff Is that going to take a lot of work? |
ActuallyQueryOperators already supports IteratorInterfaceExtensions 1.0: its Project.toml file doesn't have an upper bound, and tests pass. See JuliaRegistries/General#494. |
Closing since this isn't a Tables.jl issue. |
From this build attempt:
The text was updated successfully, but these errors were encountered: