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

add only #2449

Merged
merged 4 commits into from
Sep 24, 2020
Merged

add only #2449

merged 4 commits into from
Sep 24, 2020

Conversation

bkamins
Copy link
Member

@bkamins bkamins commented Sep 22, 2020

Following discussion on Slack I think it is good to add only to complement first and last.

@bkamins bkamins added feature non-breaking The proposed change is not breaking labels Sep 22, 2020
@bkamins bkamins added this to the 1.x milestone Sep 22, 2020
src/DataFrames.jl Outdated Show resolved Hide resolved
bkamins and others added 2 commits September 23, 2020 08:08
Co-authored-by: Alex Arslan <ararslan@comcast.net>
@bkamins
Copy link
Member Author

bkamins commented Sep 23, 2020

only coverage and nightly fails now

src/DataFrames.jl Outdated Show resolved Hide resolved
Co-authored-by: Alex Arslan <ararslan@comcast.net>
Copy link
Member

@ararslan ararslan left a comment

Choose a reason for hiding this comment

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

I was wanting this just yesterday! 😄

@bkamins
Copy link
Member Author

bkamins commented Sep 24, 2020

@nalimilan - OK to merge?

@@ -80,6 +80,13 @@ if VERSION < v"1.2"
export hasproperty
end

if isdefined(Base, :only) # Introduced in 1.4.0
Copy link
Member

Choose a reason for hiding this comment

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

I don't to prefer explicit VERSION checks, which Femtocleaner can automatically remove once we drop support for 1.4, but as you like.

@bkamins bkamins merged commit 8ea2edf into JuliaData:master Sep 24, 2020
@bkamins bkamins deleted the add_only branch September 24, 2020 08:20
@bkamins
Copy link
Member Author

bkamins commented Sep 24, 2020

Thank you! I leave it as is. When we will move to a new LTS I will have to review the whole package anyway.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature non-breaking The proposed change is not breaking
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants