-
Notifications
You must be signed in to change notification settings - Fork 370
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
Need to change Sort.foo imports #243
Comments
I think it's from this: I assume someone will clarify this later today. |
Shall I commit these changes? |
If they're needed to get the package to work at all, please go ahead and commit the changes. @kmsquire is the real expert on sorting and will have the most useful insight into this. |
I think that @StefanKarpinski needs to weigh in, since he is the last person to have overhauled the sort stuff. It is worth checking if the sorting documentation has kept up with the implementation. |
As pointed out by @tshort, this is related to JuliaLang/julia#2375, and isn't related to sorting at all. Basically the issue is that modules defined in For sorting to work properly for (Jeff, this has come up a few times, so it would probably be good to announce it on julia-dev, if you haven't already.) |
"isn't related to sorting" -> "isn't _specifically_ related to sorting" |
Fixed via 5517155 |
Thanks! |
Fixed via b936f7119eb52322dfd142bc70df3d387b14119e |
Suddenly this morning I needed to remove lines of
in src/pooleddataarray.jl and
in src/dataframe.jl and then add
in src/DataFrames.jl to get the DataFrames package to load.
I didn't see any changes in either the DataFrames package or Julia herself that should have caused this change. Am I doing something wrong with versions or should I commit these changes?
The text was updated successfully, but these errors were encountered: