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

Bk/clean exports #2720

Merged
merged 5 commits into from
Apr 15, 2021
Merged

Bk/clean exports #2720

merged 5 commits into from
Apr 15, 2021

Conversation

bkamins
Copy link
Member

@bkamins bkamins commented Apr 15, 2021

No description provided.

src/other/precompile.jl Outdated Show resolved Hide resolved
@bkamins bkamins added the non-breaking The proposed change is not breaking label Apr 15, 2021
@bkamins bkamins added this to the 1.0 milestone Apr 15, 2021
@bkamins bkamins requested a review from nalimilan April 15, 2021 07:16
Comment on lines 1582 to 1585
combine(groupby(DataFrame(v1=Int[]), :v1), identity, :v1 => sum)
innerjoin(DataFrame(v1=Int[]), DataFrame(v1=Int[]), on=:v1)
outerjoin(DataFrame(v1=Int[]), DataFrame(v1=Int[]), on=:v1)
end
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you do this, maybe also include a String and a PooledArray{String} column? Could also use e.g. :v1 => identity to cover the fallback.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I went for an almost full sweep then.

src/other/precompile.jl Outdated Show resolved Hide resolved
src/other/precompile.jl Outdated Show resolved Hide resolved
Co-authored-by: Milan Bouchet-Valat <nalimilan@club.fr>
@bkamins bkamins merged commit ff0d799 into main Apr 15, 2021
@bkamins bkamins deleted the bk/clean_exports branch April 15, 2021 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
non-breaking The proposed change is not breaking
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants