-
Notifications
You must be signed in to change notification settings - Fork 34
add insert! #376
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 insert! #376
Conversation
@nalimilan - I have added |
@@ -232,6 +234,31 @@ using CategoricalArrays: DefaultRefType, leveltype | |||
@test x.pool.levels == x2.pool.levels | |||
@test x.pool.invindex == x2.pool.invindex | |||
|
|||
x = y |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add the equivalent code to 12_missingarray.jl? These files should be kept in sync. (Or just leave both files alone as tests in 13_arraycommon.jl may be enough.)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added
Thanks! If you like we can make a minor release, otherwise we can wait a bit more until we have other features to ship. |
No rush. For your reference I have opened the PR because users wanted to |
fixes #375