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

RFC: fixes IntSet copy!(a,a) for a === a; #14581 #14582

Merged
merged 1 commit into from
Jan 7, 2016
Merged

RFC: fixes IntSet copy!(a,a) for a === a; #14581 #14582

merged 1 commit into from
Jan 7, 2016

Conversation

zsunberg
Copy link
Contributor

@zsunberg zsunberg commented Jan 7, 2016

If an IntSet is copied into itself, it currently erases the data. Instead the function should do nothing. See #14581

@zsunberg zsunberg changed the title fixes IntSet copy!(a,a) for a === a; #14581 RFC: fixes IntSet copy!(a,a) for a === a; #14581 Jan 7, 2016
@zsunberg
Copy link
Contributor Author

zsunberg commented Jan 7, 2016

I'm new to contributing to large projects on github, so this commit is kind of a learning experiment for me. The Travis CI 32 bit build failed with

LoadError: start_watching (FileMonitor): no space left on device (ENOSPC)

Is there a way for me to tell it to try again? Is it my responsibility to try to get it to work?

@kshyatt
Copy link
Contributor

kshyatt commented Jan 7, 2016

Hi @zsunberg, I've restarted the build for you. Generally you need a project contributor to do this on Travis. Welcome to Julia! This LGTM as soon as the restarted build passes.

@JeffBezanson
Copy link
Member

Thanks for this!

JeffBezanson added a commit that referenced this pull request Jan 7, 2016
RFC: fixes IntSet copy!(a,a) for a === a; #14581
@JeffBezanson JeffBezanson merged commit 643f9b2 into JuliaLang:master Jan 7, 2016
tkelman pushed a commit that referenced this pull request Jan 9, 2016
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.

4 participants