He-Pin(kerr)
He-Pin(kerr)
When testing `std.format` I found there are some tests been commented out. ```jsonnet std.assertEqual(std.format('%#.1g', [0.99]), '1.') && std.assertEqual(std.format('%#.1g', [1.95555]), '2.') && std.assertEqual(std.format('%#.4g', [0.99995]), '1.000') && ``` and currently the sjsonnet...
Motivation: Input: `Seq[FunctionType]` output: `P[Seq[Expr]]` When parsing the JSONPath Function, where the function is predefined, and after the function name is parsed, query the `FunctionRegistry,` which returns a function definition....
The code below will cause error on Scala 2.13.x with fastparse 3.1.1 ```scala private def `function-expr0`[_: P]: P[(PathFunctionDefinition, java.util.List[Expression])] = { P(`function-name` ~~ &("(")).flatMap { name => val function =...
Motivation: Make if guard works
Motivation: Add support for customized server and socket options of undertow Modification: Modification: add `serverOptions` and `socketOptions` method. Another option is define an `def setup(builder:Builder):Unit = ()` method.
Update .mill-version to 0.12.5
Support Javap otherwise, I have to ``` scala-cli compile X.java -p ``` and then ``` javap -c .....very long path ....class ```
# Description Use dropRepeated in pekko stream Fixes # (issue) ## Type of change Please delete options that are not relevant. - [ ] Bug fix (non-breaking change which fixes...
refs: https://github.com/google/jsonnet/pull/1261
In https://github.com/databricks/sjsonnet/issues/39, @eregon report: https://github.com/databricks/sjsonnet/issues/39#issuecomment-2910409056 I think he is right here, and I think the function name should be included in the error message, eg: ```scala test("unboundParam") { val ex...