Ecosyste.ms: Timeline

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

HT154

HT154 opened a pull request on apple/pkl
Fix test failures on main
Just rebased some PRs on main and they're all failing in the pkl-gradle tests. This PR fixes the expectations, which changed with what I think is #695
HT154 created a branch on HT154/pkl

fix-pkl-grade-tests-test - A configuration as code language with rich validation and tooling.

HT154 pushed 17 commits to parse-dynamic-disallow-default HT154/pkl
  • codegen-kotlin: Fix generation of copy() methods (#705) - don't generate copy methods for abstract classes - precis... 84f4ec8
  • List Pkl GitHub repositories in README (#715) 9abf1de
  • Fix build performance issues of spotless tasks (#722) Using more efficient glob expressions and removing `targetExcl... 5057bb5
  • Add support for const object members (#678) This adds support for adding the `const` modifier to object members. ... 0ee3d37
  • Remove `isMappingDefault` on `VmNull` (#724) This method is unused. a7cc098
  • Add version of resolved Pkl distribution to `ExecutorException` (#719) * Add version of resolved Pkl distribution to... 0aa4819
  • Change license header from doc- to block-comment (#730) * Change license header from doc to block comment * Apply... eb3891b
  • Add analyze imports libs (SPICE-0001) (#695) This adds a new feature to build a dependency graph of Pkl programs, fo... ce25cb8
  • Fix typecheck error on Listing/Mapping (#725) The addresses the following case: local l1: Listing<String> = n... 9d10832
  • Fix formatting issues (#733) 5a654e4
  • Fix handling of `file:` module URIs with non-ASCII characters (#696) Addresses an issue where Pkl cannot evaluate fi... f9fe226
  • codegen-kotlin: Don't generate equals/hashCode/toString/copy/:Serializable for abstract classes (#714) * codegen-kot... 7302578
  • codegen-java: Change condition for generating equals/hashCode/toString/with/Serializable (#710) Motivation: - Curre... 2040f14
  • Improve testing with stats and errors per test section (#498) * Emojis are moves to the left to be aligned * A summ... 86d870b
  • Error when JSON/YAML parsing would set property `default` in a Dynamic Resolves #561 e8ee462
  • Improved error messages 06191b5
  • Apply suggestions from code review Co-authored-by: Philip K.F. Hölzenspies <[email protected]> 98d2711

View on GitHub

HT154 pushed 17 commits to handle-overridden-module-output HT154/pkl
  • codegen-kotlin: Fix generation of copy() methods (#705) - don't generate copy methods for abstract classes - precis... 84f4ec8
  • List Pkl GitHub repositories in README (#715) 9abf1de
  • Fix build performance issues of spotless tasks (#722) Using more efficient glob expressions and removing `targetExcl... 5057bb5
  • Add support for const object members (#678) This adds support for adding the `const` modifier to object members. ... 0ee3d37
  • Remove `isMappingDefault` on `VmNull` (#724) This method is unused. a7cc098
  • Add version of resolved Pkl distribution to `ExecutorException` (#719) * Add version of resolved Pkl distribution to... 0aa4819
  • Change license header from doc- to block-comment (#730) * Change license header from doc to block comment * Apply... eb3891b
  • Add analyze imports libs (SPICE-0001) (#695) This adds a new feature to build a dependency graph of Pkl programs, fo... ce25cb8
  • Fix typecheck error on Listing/Mapping (#725) The addresses the following case: local l1: Listing<String> = n... 9d10832
  • Fix formatting issues (#733) 5a654e4
  • Fix handling of `file:` module URIs with non-ASCII characters (#696) Addresses an issue where Pkl cannot evaluate fi... f9fe226
  • codegen-kotlin: Don't generate equals/hashCode/toString/copy/:Serializable for abstract classes (#714) * codegen-kot... 7302578
  • codegen-java: Change condition for generating equals/hashCode/toString/with/Serializable (#710) Motivation: - Curre... 2040f14
  • Improve testing with stats and errors per test section (#498) * Emojis are moves to the left to be aligned * A summ... 86d870b
  • Produce more helpful output when module output is overwritten 93044eb
  • Update EvaluatorImpl.java Co-authored-by: translatenix <[email protected]> 6becf21
  • Move snippet tests to errors, avoid reusing moduleOutputValueTypeMismatch 8cbfdc0

View on GitHub

HT154 pushed 1 commit to handle-overridden-module-output HT154/pkl
  • Move snippet tests to errors, avoid reusing moduleOutputValueTypeMismatch a961bcc

View on GitHub

HT154 pushed 1 commit to handle-overridden-module-output HT154/pkl
  • Move snippet tests to errors, avoid reusing moduleOutputValueTypeMismatch db862d7

View on GitHub

HT154 deleted a branch HT154/pkl

nihongjouzu

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

View on GitHub

HT154 created a comment on an issue on apple/pkl
Pkl's HTTP proxy support is for `CONNECT`-based HTTP forward proxies. These work very differently from something like an Artifactory remote repo, which is a read-through caching reverse proxy. S...

View on GitHub

HT154 created a comment on an issue on apple/pkl
I do this because I'm REPL-averse (it's a personal failing, not Pkl's) and have a ton of jq muscle memory. Most of what I actually use this for are quick "how does Pkl handle XYZ?" checks that are ...

View on GitHub

HT154 pushed 1 commit to handle-overridden-module-output HT154/pkl

View on GitHub

HT154 pushed 1 commit to handle-overridden-module-output HT154/pkl

View on GitHub

HT154 pushed 1 commit to handle-overridden-module-output HT154/pkl
  • Produce more helpful output when module output is overwritten e756a15

View on GitHub

HT154 pushed 1 commit to handle-overridden-module-output HT154/pkl
  • Produce more helpful output when module output is overwritten c030424

View on GitHub

HT154 opened a pull request on apple/pkl
Produce more helpful output when module output is overwritten
Evaluating this module: ```pkl output: String = "abc" ``` Now produces ``` –– Pkl Error –– Expected `output` of module `file:///$snippetsDir/input/modules/invalidOutput1.pkl` to be of type...
HT154 created a branch on HT154/pkl

handle-overridden-module-output - A configuration as code language with rich validation and tooling.

HT154 pushed 1 commit to nihongjouzu HT154/pkl

View on GitHub

HT154 pushed 1 commit to nihongjouzu HT154/pkl

View on GitHub

HT154 created a comment on an issue on apple/pkl
My motivation for opening this is actually described exactly in https://github.com/apple/pkl-pantry/issues/40 This is definitely something I'd discourage in normal use of Pkl, but when used as a t...

View on GitHub

HT154 pushed 1 commit to external-readers HT154/pkl
  • Update naming for resource readers, module key + factory; Move external resolvers into module/resource packages f5ba7c7

View on GitHub

HT154 created a review comment on a pull request on apple/pkl
Updated!

View on GitHub

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

View on GitHub

HT154 pushed 1 commit to external-readers HT154/pkl
  • Update message type codes e4403d1

View on GitHub

HT154 pushed 1 commit to external-readers HT154/pkl-go
  • Update message type codes 655c534

View on GitHub

HT154 pushed 1 commit to external-readers HT154/pkl-swift
  • Update message type codes 5ed4926

View on GitHub

HT154 pushed 1 commit to parse-dynamic-disallow-default HT154/pkl

View on GitHub

HT154 created a review comment on a pull request on apple/pkl
I took a look at what this would take and figured it was a small enough effort and a large enough breaking change to be worth doing now!

View on GitHub

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

View on GitHub

HT154 pushed 1 commit to external-readers HT154/pkl
  • Use records for message types 01db901

View on GitHub

HT154 pushed 1 commit to external-readers HT154/pkl

View on GitHub

Load more