Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Array is missing methods for mutating it #47

Open
errordeveloper opened this issue Dec 21, 2016 · 2 comments
Open

Array is missing methods for mutating it #47

errordeveloper opened this issue Dec 21, 2016 · 2 comments

Comments

@errordeveloper
Copy link

errordeveloper commented Dec 21, 2016

At the very least I need Add(item *mruby.MrbValue). Is this is problematic or simply unimplemented as it was not needed?

cc @erikh

@errordeveloper
Copy link
Author

errordeveloper commented Dec 31, 2016

Also converting Go slices to arrays should be fairly simple. I suppose we can leave []interface{} aside, just the basic slices like []string{} would be very handy. Also hashes from basic maps, like map[string]string{} shouldn't require user to implement conversion, isn't it? Or am I missing something?

@erikh
Copy link
Collaborator

erikh commented Dec 31, 2016 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants