Giter VIP home page Giter VIP logo

Comments (10)

sparkprime avatar sparkprime commented on July 28, 2024

You probably have a function buried in those objects somewhere. The stacktrace should help you locate it, if not, that's a bug in itself.

from go-jsonnet.

sbarzowski avatar sbarzowski commented on July 28, 2024

Hello @PureWhiteWu,

The result of this program is a function (@sparkprime: it's not buried, the whole thing is a function). When you execute this file jsonnet wants to print the result - but it can't print functions.

If you intended this file to be a library, the idiomatic way is to wrap it in an object:

{
    my_func_name(config={}):: 
        local ....
}

You can also run the function with an argument directly from commandline using top level arguments, ex.
jsonnet --tla-code 'config={config_param: 42} your_file.jsonnet

from go-jsonnet.

sparkprime avatar sparkprime commented on July 28, 2024

If it's a function and it can be executed without arguments, you don't need to give top level arguments

dcunnin@dcunnin7:~$ jsonnet -e 'function(config={})config'
{ }

from go-jsonnet.

sbarzowski avatar sbarzowski commented on July 28, 2024

Oh, so there is a difference between Go and C++ versions. In Go it still tries to manifest this function. The C++ behavior makes more sense probably. So we gotta fix it, I guess.

For now the workaround is to provide at least one argument, through --tla-str/--tla-code.

from go-jsonnet.

PureWhiteWu avatar PureWhiteWu commented on July 28, 2024

@sbarzowski thanks very much! Can you notify me when this is fixed?
I'm not quite familiar with compilation principle so maybe not able to send prs...

from go-jsonnet.

sparkprime avatar sparkprime commented on July 28, 2024

Ah I remember us discussing this but I didn't realise there was a divergence. Also we should have a test for this case in the test_cmd suite.

dcunnin@casterly:~$ go-workspace/bin/jsonnet -e 'function(config={})config'
RUNTIME ERROR: Couldn't manifest function in JSON output.
        During manifestation

from go-jsonnet.

sparkprime avatar sparkprime commented on July 28, 2024

Test is here: google/jsonnet#428

from go-jsonnet.

sbarzowski avatar sbarzowski commented on July 28, 2024

@PureWhiteWu It is fixed on master now.

from go-jsonnet.

PureWhiteWu avatar PureWhiteWu commented on July 28, 2024

@sbarzowski okay, thanks! I will try it!

from go-jsonnet.

PureWhiteWu avatar PureWhiteWu commented on July 28, 2024

It works fine! thanks!

from go-jsonnet.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.