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

Flip the concatenation switch #15921

Merged
merged 1 commit into from
Apr 19, 2016
Merged

Flip the concatenation switch #15921

merged 1 commit into from
Apr 19, 2016

Conversation

timholy
Copy link
Member

@timholy timholy commented Apr 18, 2016

# TODO: this is currently much faster. should figure out why. not clear.
copy!(Array(T,length(X)), X)
end
const _oldstyle_array_vcat_ = false # TODO: deprecate/remove in 0.6
Copy link
Contributor

Choose a reason for hiding this comment

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

move it to deprecated.jl if it's really just an appendix for the sake of letting people check it?

Copy link
Member Author

Choose a reason for hiding this comment

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

Maybe I was being overzealous, but I was thinking that we might need to wait until the next release cycle: the whole point of adding this must have been to allow people to check, and it seems unfair to immediately issue a deprecation warning the moment anyone actually gets benefit from having used it. It doesn't seem to hurt anything to wait until another release cycle before deprecating this binding.

Copy link
Contributor

Choose a reason for hiding this comment

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

I just mean moving the definition to deprecated.jl so we remember to delete it eventually

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 see. My biggest concern is whether someone will just nuke the old deprecations when starting on the next cycle. But I could move it and have a HUGE comment explaining my intentions.

@timholy timholy merged commit b0e098a into master Apr 19, 2016
@timholy timholy deleted the teh/concat branch April 19, 2016 15:51
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.

2 participants