You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
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?
Agree with the collection methods, but I think personally that string
coercion should be left up to the user. Just offering my opinion.
Would you be willing to patch in the collection methods? I can help you on
irc or something if you wanted.
On Sat, Dec 31, 2016 at 2:51 PM, Ilya Dmitrichenko ***@***.*** > wrote:
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?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#47 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABJ6yqExn5OdiYQOg-o7QzxgkQtBjrsks5rNl3FgaJpZM4LTULz>
.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
At the very least I need
Add(item *mruby.MrbValue)
. Is this is problematic or simply unimplemented as it was not needed?cc @erikh
The text was updated successfully, but these errors were encountered: