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

update DataFrames and CategoricalArrays dependencies #261

Closed
wants to merge 3 commits into from

Conversation

ExpandingMan
Copy link
Contributor

I don't really think this is going to work, because I was only able to do the postgres tests locally and they're not all the same, but I wanted to see what would happen.

I expect that the DataFrames update is fine and won't break anything since this package only uses constructors, but I imagine that the new CategoricalArrays (which DataFrames depends on) will break things spectacularly.

I know @quinnj is working on a real overhaul of this package, but it's currently blocking dataframes for me and I thought it might not actually be difficult to get this working on modern packages (certainly true of DataFrames, likely not of CategoricalArrays).

Anyway, let's see what travis looks like... does this stuff even really get tested on travis? I guess we're about to find out...

@ExpandingMan
Copy link
Contributor Author

Ah, cool, I'll remove the deprecations and then we should be good to go... that is, assuming there's not stuff in the MS SQL tests that's vital (there really shouldn't be).

@codecov-io
Copy link

codecov-io commented May 13, 2020

Codecov Report

Merging #261 into master will decrease coverage by 5.08%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #261      +/-   ##
==========================================
- Coverage   57.17%   52.08%   -5.09%     
==========================================
  Files           6        6              
  Lines         523      576      +53     
==========================================
+ Hits          299      300       +1     
- Misses        224      276      +52     
Impacted Files Coverage Δ
src/API.jl 21.35% <0.00%> (-13.02%) ⬇️
src/types.jl 50.00% <0.00%> (-1.86%) ⬇️
src/Query.jl 72.58% <0.00%> (-1.09%) ⬇️
src/Sink.jl 0.00% <0.00%> (ø)
src/sqlreplmode.jl 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b8271f1...4c55107. Read the comment docs.

@ExpandingMan
Copy link
Contributor Author

Oops, I had broken a test.

I've now restored the compat section in Project.toml and bumped the package version.

@ExpandingMan ExpandingMan changed the title well, let's see what happens update DataFrames and CategoricalArrays dependencies May 13, 2020
@quinnj
Copy link
Member

quinnj commented May 23, 2020

Sorry for the slowness here; due to #263 being merged, I created a separate v0.9 branch and backported these commits to it and tagged a new release.

@quinnj quinnj closed this May 23, 2020
@quinnj
Copy link
Member

quinnj commented May 23, 2020

For reference: 3ebc0a8

@ExpandingMan
Copy link
Contributor Author

Wow, glad the big rewrite was merged already, looking forward to checking it out! Yeah, it's good of you to do backports, I probably wouldn't have even bothered 😄

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

3 participants