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 some missing mutable operations for StringVector. Addresses https… #63

Merged
merged 3 commits into from
May 24, 2019

Conversation

quinnj
Copy link
Member

@quinnj quinnj commented May 23, 2019

…://github.com/JuliaData/CSV.jl/issues/435

cc: @nalimilan @bkamins

I haven't added tests yet, but I think this is coming together. I really think Base should make a bunch of these methods work on AbstractVector and just require mutable AbstractVectors to implement growat!, and deleteat!, but oh well.

@bkamins
Copy link
Member

bkamins commented May 23, 2019

Thank you! 👍

@quinnj quinnj merged commit 60bfb5b into master May 24, 2019
@quinnj quinnj deleted the jq/mutations branch May 24, 2019 02:21
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