Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

HT154

HT154 created a review on a pull request on apple/pkl-go

View on GitHub

HT154 pushed 1 commit to external-readers HT154/pkl-go
  • Fix deadlocks when running external readers under pkl-go evaluators 8e26b0b

View on GitHub

HT154 pushed 1 commit to external-readers HT154/pkl-go
  • Fix deadlocks when running external readers under pkl-go evaluators f54d81b

View on GitHub

HT154 pushed 6 commits to main HT154/pkl
  • Update SnakeYAML Engine to 2.8 (#813) Changes: - update version selector and lock files - adapt code to breaking c... e6c1e14
  • Switch from com.squareup.javapoet to com.palantir.javapoet (#790) Motivation: com.squareup.javapoet is EOL. com.pa... 45302c8
  • Fix possible stack overflow in Listing/Mapping type checking (#826) 1abd174
  • Update Gradle to 8.11 (#800) Changes: - Update wrapper by running the following command: ./gradlew wrapper --gra... ad06a96
  • Improve lazy type checking of listings and mappings (#789) Motivation: - simplify implementation of lazy type check... 1bc473b
  • Add release notes for 0.27.1 (#840) Co-authored-by: Philip K.F. Hölzenspies <[email protected]> 70aaa63

View on GitHub

HT154 pushed 1 commit to external-readers HT154/pkl-go

View on GitHub

HT154 pushed 1 commit to external-readers HT154/pkl-go

View on GitHub

HT154 pushed 1 commit to external-readers HT154/pkl-go

View on GitHub

HT154 pushed 1 commit to external-readers HT154/pkl-go
  • Add end-to-end external reader test cf24b1e

View on GitHub

HT154 pushed 1 commit to external-readers HT154/pkl-go

View on GitHub

HT154 pushed 1 commit to external-readers HT154/pkl-go

View on GitHub

HT154 created a review comment on a pull request on apple/pkl-go
There's a complete example in the adoc changes in this PR. I'm not sure to what degree that can/should be mirrored inline here

View on GitHub

HT154 created a review on a pull request on apple/pkl-go

View on GitHub

HT154 created a comment on a pull request on apple/pkl-go
Thanks @bioball! > I am thinking that the external reader stuff should be moved to a sub-package. This is because it is quite a different use-case; if you are just using Pkl as application confi...

View on GitHub

HT154 pushed 1 commit to external-readers HT154/pkl-go

View on GitHub

HT154 pushed 1 commit to deeptotyped-key-rewrite HT154/pkl-pantry
  • [pkl.experimental.deepToTyped] Add support for key transformations during apply 2d7717f

View on GitHub

HT154 created a comment on an issue on apple/pkl-go
These messages are a product of a mismatch between Pkl and pkl-go versions. pkl-go v0.8.x is aligned with Pkl 0.26.x; there is no pkl-go release yet for Pkl 0.27.x. Those messages are from the bin...

View on GitHub

HT154 opened a pull request on apple/pkl-pantry
[pkl.experimental.deepToTyped] Add support for key transformations during apply
Sometimes a complex, nested Pkl class/module must be "unmarshalled" from a serialized format like JSON or YAML. `pkl.experimental.deepToTyped` is the low-boilerplate tool of choice for such transfo...
HT154 pushed 1 commit to deeptotyped-key-rewrite HT154/pkl-pantry
  • [pkl.experimental.deepToTyped] Add support for key transformations during apply 6f645db

View on GitHub

HT154 created a branch on HT154/pkl-pantry

deeptotyped-key-rewrite - Shared Pkl packages

HT154 pushed 9 commits to main HT154/pkl-pantry
  • [com.influxdata.telegraf] Add CollectdInputDataFormat (#78) 9f8e6e5
  • Add more entries to gitignore (#79) b3ddc07
  • [org.json_schema] Fix thrown error when `_inline_` is null (#80) b7ed6e6
  • Fix typo in CircleCI's `setup_remote_docker` parameter; s/docker_layer_cacheing/docker_layer_caching/ (#81) https://... f7f2569
  • [com.circleci.v2] Make `setup_remote_docker` parameters as optional (#82) According to [setup_remote_docker](https:... b76a888
  • [com.circleci.v2] Support job-level parameters (#83) Just as similar as pipeline parameters (toplevel), CircleCI als... 28aa0fa
  • Bump Pkl to 0.27 (#84) 0b01a8d
  • [com.circleci.v2] Support specifying custom job-level parameters while calling a job in a workflow (#86) So far ther... 29d5506
  • [com.circleci.v2] Support CircleCI workflow job matrix (#87) 63cbe07

View on GitHub

HT154 deleted a branch HT154/pkl-swift

tempdir-fix

HT154 pushed 28 commits to main HT154/pkl
  • Polish ANSI formatting and underlying code (#779) - change line numbers from blue to faint to improve legibility on ... 6d161ce
  • Eagerly check function arguments when called from inside iterable (#778) This mitigates an issue where lazy mappings... b402463
  • Fix equals/hashCode/hasCachedValue in delegating listings/mappings (#781) This fixes issues when a mapping/listing d... a85a173
  • Prepare 0.27.0 release notes (#756) Co-authored-by: translatenix <[email protected]> ... 7eedcf1
  • Prepare 0.27.0 release 33bffbe
  • Start next dev iteration 44fd680
  • Fix broken link to documentation site in release notes (#784) a533e53
  • Fix a possible deadlock during external reader process close (#786) * Fix a possible deadlock during external reader... 0d19989
  • Convert `org.pkl.core.util` POJOs to `record` classes (#750) ff60f61
  • Fix Javadoc warning emitted by Gradle build (#798) a22a8a8
  • Convert `org.pkl.core.resource` POJOs to `record` classes (#748) 3246a0e
  • Convert `org.pkl.core.project` POJOs to `record` classes (#749) dddbb27
  • Convert `org.pkl.core.runtime` POJOs to `record` classes (#807) 3f91824
  • Fix length of listings with computed index (#797) Motivation: The following expression evaluates to 2 instead of 1:... 9faff5e
  • codegen-kotlin: Generate toString() methods consistent with data classes (#793) Motivation: codegen-kotlin generate... b8d90ed
  • codegen-java/kotlin: Fix generation of hashCode methods (#802) codegen-java: - use `pattern.pattern()` instead of `... df38011
  • Rename JavaCodegenOptions to JavaCodeGeneratorOptions (#801) The new name is consistent with existing names JavaCode... 406fa4c
  • Convert `org.pkl.core` POJOs to `record` classes (#808) 9a27616
  • Rename snippet tests to match content: `minPklVersion` (#816) 696a325
  • Delete unused `Resource.pcl-expected.pcf` input file (#817) dda457a
  • and 8 more ...

View on GitHub

HT154 created a comment on a pull request on apple/pkl
Does this need to be backported to `release/0.27`?

View on GitHub

HT154 deleted a branch HT154/pkl

external-reader-deadlock-fix-0.27

HT154 created a branch on HT154/pkl

external-reader-deadlock-fix-0.27 - A configuration as code language with rich validation and tooling.

HT154 deleted a branch HT154/pkl

external-reader-deadlock-fix

HT154 created a review comment on a pull request on apple/pkl
Nice! Really appreciate your feedback on these. It's especially valuable in places like this where my unfamiliarity with the java stdlib really show.

View on GitHub

HT154 created a review on a pull request on apple/pkl

View on GitHub

HT154 pushed 1 commit to external-reader-deadlock-fix HT154/pkl
  • Fix a possible deadlock during external reader process close e790140

View on GitHub

Load more