Sam Gammon
Sam Gammon
@goaway friendly ping
If you can figure out why the hashes changed, I'm up against the same issue in #204. I wonder if hashes broke in the same way for both of us?
There's also the need to parse the strings, and of course string paths can interfere on Windows...
@translatenix From the issue, this: ```kotlin testResults.from("${layout.buildDirectory.get().asFile}/test-results/testIntegration/binary") ``` Can actually be: ```kotlin testResults.from(layout.buildDirectory.dir("test-results/testIntegration/binary")) ```
@translatenix I was just trying to make a case that it can be slightly less verbose than expressed in that issue. ``` args("--output-dir", "build/testConfigClasses") args(fileTree("src/test/resources/codegenPkl")) ``` and ``` argumentProviders.add(CommandLineArgumentProvider {...
In any case, I'm just another PR filer / user, my only intent is to offer a less verbose route in case it is less of a change / less...
@translatenix Ha! Our web designer is a theme from Webflow but that is very kind of you. Buildless is open and can be self-hosted. We'd be happy to give Pkl...
Well I will still give you an instance if you want one, just fill in the form and we can get you in the next beta wave 😎. I am...
@bioball 👀 if you'd have us we'd be glad! But anyway, it's not right to talk about buildless on your PR 😄 thanks for the Gradle upgrade because it will...
@lihaoyi Hey there. We make [Buildless](https://less.build), I saw your comment in the discussion. We'd love to help test this on the server implementation side. Our gRPC services for Bazel should...