Daniel Chao
Daniel Chao
This seems like a hard problem. You would need to understand how a Pkl program turns into data, which is non-trivial. For example: ```ts local nums = List(1, 2, 3)...
> @bioball thanks for resubmitting! Small question, does pkl have any command line autocompletion for fish, zsh, and/or bash? @onedr0p not currently.
This is mostly working now, but I'm not really sure how to fix the test failures. On Linux, this is failing because: ``` Full linkage --test pkl output Unwanted system...
Okay, I think I have this pretty much ready. One CI error here: ``` Full audit pkl --online --new output pkl * Formulae should not require patches to build. Patches...
For why that patch exists: it applies changes that are only desired for building macOS on Apple Silicon, _and_ those changes are not desired in our other builds (because Pkl...
@SMillerDev: let me know if you need anything else here. Asides from the one CI complaint about our patch block, this should be all set.
@SMillerDev: pinging again here for whenever you get the chance to take a look.
We are considering supporting something like "latest". The tricky bit is that right now, our `package:` protocol does not have the concept of an index, nor a registry.
Modules are special in that they are both classes and regular objects. You can use a module as if it were another regular class. For example: Person.pkl ```groovy module Person...
I think we need to bump the version of google-java-format. Error: ``` Caused by: java.lang.reflect.InvocationTargetException at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118) at com.diffplug.spotless.java.GoogleJavaFormatStep$State.lambda$constructRemoveUnusedFunction$4(GoogleJavaFormatStep.java:211) at com.diffplug.spotless.java.GoogleJavaFormatStep$State.lambda$createFormat$1(GoogleJavaFormatStep.java:178) at com.diffplug.spotless.FormatterFunc.apply(FormatterFunc.java:32) at com.diffplug.spotless.FormatterStepImpl$Standard.format(FormatterStepImpl.java:82) at com.diffplug.spotless.FormatterStep$Strict.format(FormatterStep.java:88) at com.diffplug.spotless.Formatter.compute(Formatter.java:230) ......