@bioball commented on GitHub (Feb 14, 2024):
Yup, @translatenix is right. We're aiming to support Windows in our next release (0.26, targeted for June).
For now, to use Pkl on Windows, the best method is to run it via WSL.
Closing this as a duplicate of #20
You can likely do what you want currently see https://github.com/apple/pkl-jvm-examples/pull/9 and #237 it is for java codegen but I can't imagine it is any different. For one your absolute windows paths starting with c: will likely not work, and for another all slashes must be forward slashes.
@mitchcapper commented on GitHub (Feb 23, 2024):
You can likely do what you want currently see https://github.com/apple/pkl-jvm-examples/pull/9 and #237 it is for java codegen but I can't imagine it is any different. For one your absolute windows paths starting with `c:` will likely not work, and for another all slashes must be forward slashes.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @ghost on GitHub (Feb 11, 2024).
I have explained it here: https://github.com/apple/pkl-jvm-examples/issues/6
@odenix commented on GitHub (Feb 14, 2024):
The likely reason is that Pkl doesn’t yet support Windows. But I think it’s on the roadmap (see #20).
@bioball commented on GitHub (Feb 14, 2024):
Yup, @translatenix is right. We're aiming to support Windows in our next release (0.26, targeted for June).
For now, to use Pkl on Windows, the best method is to run it via WSL.
Closing this as a duplicate of #20
@mitchcapper commented on GitHub (Feb 23, 2024):
You can likely do what you want currently see https://github.com/apple/pkl-jvm-examples/pull/9 and #237 it is for java codegen but I can't imagine it is any different. For one your absolute windows paths starting with
c:will likely not work, and for another all slashes must be forward slashes.