odenix

Results 45 issues of odenix

Before: "test" runs no tests, "unitTests" runs all tests After : "test" runs all tests

Removing the methods fixes several IntelliJ warnings. They are overridden in all subclasses.

- extend, update, and reword docs (inspired by pkl-lang.org and Project.pkl docs) - avoid duplication of docs by referring from add/get methods to set methods - add a few add/get/set...

Moving to java.net.http.HttpClient brings many benefits, including HTTP/2 support and the ability to make asynchronous requests. Major additions and changes: - Introduce a lightweight org.pkl.core.http.HttpClient API. This keeps some flexibility...

It is customary to separate elements with a semicolon.

The only call site already resolved the path against tmpDir.

Replace the legacy "compile" scope with "implementation". This matches Maven Central's recommended syntax: https://central.sonatype.com/artifact/org.pkl-lang/pkl-core

When I delete pkl-core/src/test/files/LanguageSnippetTests/output and run "gw test", most output files are regenerated, but 46 of them aren't. I assume these are stale files that should be deleted.

I just did some manual testing. Currently, Pkl handles HTTP redirects and file symlinks differently: 1. HTTP redirects: A program imports both `https://example.com/bar.pkl` and `https://example.com/redirect-to-bar.pkl`. * Each import fetches/parses/evaluates the...

This PR/commit builds on top of #227 to start from a stable Gradle 7.5 build. - Fix and clean up the pkl-commons-test build script. - Change tests to read test...