-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
feat: missing std features #124
feat: missing std features #124
Conversation
Upstream issue: google/go-jsonnet#683
Upstream issue: google/go-jsonnet#677
Upstream issue: google/go-jsonnet#678
Upstream issue: google/go-jsonnet#692
Upstream issue: google/go-jsonnet#699
Hey @CertainLach sorry for ping but I guess you might be interested in looking into this. Cheers |
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.
Thank you! Everything looks fine, except of std.remove
implementation, which may crash
Upstream issue: google/go-jsonnet#689
Upstream issue: google/go-jsonnet#686
c22df0f
to
150dfd2
Compare
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.
Thanks!
Hey 👋
I've implemented missing std features which were listed in the #118
You can test new features with the following jsonnet snippet:
Feel free to leave comments as that's my first time writing some Rust code.