He-Pin(kerr)
He-Pin(kerr)
what about the sjsonnet?
@Duologic Thank you , when test your code, I found a bug in sjsonnet;)
Nice, I have just submitted this to a `task` related thing too. https://github.com/modelcontextprotocol/modelcontextprotocol/pull/1831
https://github.com/databricks/sjsonnet/releases/tag/0.5.0 @CertainLach It's been published.
``` hepin@Mac ~ % time jrsonnet test.jsonnet >> null jrsonnet test.jsonnet >> null 0.52s user 0.03s system 96% cpu 0.574 total hepin@Mac ~ % time ./sjsonnet test.jsonnet >> null ./sjsonnet...
Most people will use jsonnet/jrsonnet/sjsonnet from the command line, so I agree with @CertainLach here.
@CertainLach 0.5.2 Just released, which includes the server and client jars.
When debugging, seems it not working as expected. ```scala name: $[?search(@ ,'[a-z]+')] selector: space between arg and comma isInValid: false java.lang.ClassCastException: class com.alibaba.ultramax.mtop.jsonpath.ast.Expression$ValueExpression$PathValueExpression cannot be cast to class scala.collection.mutable.Builder (com.alibaba.ultramax.mtop.jsonpath.ast.Expression$ValueExpression$PathValueExpression...
switch to something: ```scala private def functionParametersParser[_: P](parameterTypeItr: util.Iterator[FunctionType], resultList: util.ArrayList[Expression]): P[java.util.List[Expression]] = P { if (parameterTypeItr.hasNext) { val parameterType = parameterTypeItr.next() getArgumentParser(parameterType).flatMap { arg => resultList.add(arg) functionParametersParser(parameterTypeItr, resultList) }...
@tgodzik Thanks, I'm A java developer, and using IDEA :(, does Metals support the Scala Maven plugin? We are using Maven at work.