-
Notifications
You must be signed in to change notification settings - Fork 161
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
Support removal of arrays #14
base: master
Are you sure you want to change the base?
Conversation
Just fixed a little error, sorry about that |
c4b8604
to
cbc0b3b
Compare
I am getting this error:
|
Oops I think I had pasted the patch via the web interface... Looks like I forgot something. I'll edit soon |
Match patterns such as "string-array" that would previously only return "array", and subsequently fail in `remove_resource_value` Add string-array to test app
I added the missing lines but that's broken the unit tests... I'll have to take a look later as I don't have time at the moment. Feel free to fix it up yourself and close the PR if you have time |
Hi @timrae |
@philippb sorry I don't have time at the moment. I briefly looked into it at the time of posting and it seemed non-trivial so I never ended up getting around to it. I might do it sometime next year if I end up needing to use the script again. I'd recommend fixing it yourself if you have the time and motivation! |
@timrae thanks for the reply. We'll look into it. |
Right now we don't have the time to fix this, it's worth looking into in the future |
Match patterns such as "string-array" that would previously only return "array", and subsequently fail in
remove_resource_value