Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
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 #695HT154 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
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
HT154 pushed 1 commit to handle-overridden-module-output HT154/pkl
- Update EvaluatorImpl.java Co-authored-by: translatenix <[email protected]> 9d40f6d
HT154 pushed 1 commit to handle-overridden-module-output HT154/pkl
- Update EvaluatorImpl.java Co-authored-by: translatenix <[email protected]> cb37adb
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 parse-dynamic-disallow-default HT154/pkl
- Apply suggestions from code review Co-authored-by: Philip K.F. Hölzenspies <[email protected]> 916a5b6