Skip to content
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

interp: Allow and convert JQValues:s (ex decode value) in function ar… #638

Merged
merged 1 commit into from
Apr 12, 2023

Conversation

wader
Copy link
Owner

@wader wader commented Apr 12, 2023

…g objects

Before it failed when passing a decode value, like an integer, string etc, as a object value to an internal function (written in go), ex some_function({name: }).

A future improvement could be to allow an internal function to say that it wants a "raw" decode value etc and not one converted to primitive type.

…g objects

Before it failed when passing a decode value, like an integer, string etc, as a object value
to an internal function (written in go), ex some_function({name: <decode value>}).

A future improvement could be to allow an internal function to say that it wants a "raw"
decode value etc and not one converted to primitive type.
@wader wader merged commit 5c69fcc into master Apr 12, 2023
@wader wader deleted the interp-func-decode-value-struct-args branch April 12, 2023 10:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant