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
Refine external reader API
Thanks to @translatenix for identifying these in #759. This is the subset of items that were either low-hanging fruit or definitely need be addressed before this becomes public API. * Encapsulat...HT154 created a branch on HT154/pkl
external-reader-api-refinement - A configuration as code language with rich validation and tooling.
HT154 pushed 3 commits to main HT154/pkl
HT154 pushed 1 commit to executor-exception-consistency HT154/pkl
- Update ExecutorSpiImpl.java Co-authored-by: Daniel Chao <[email protected]> 523ebdc
HT154 created a branch on HT154/pkl
executor-exception-consistency - A configuration as code language with rich validation and tooling.
HT154 pushed 5 commits to parse-dynamic-disallow-default HT154/pkl
- Implement SPICE-0009 External Readers (#660) This adds a new feature, which allows Pkl to read resources and modules... 666f8c3
- Polish test result running and reporting (#738) Changes: * Move class `TestResults` to package `org.pkl.core`, beca... acd2222
- Error when JSON/YAML parsing would set property `default` in a Dynamic Resolves #561 2d25e42
- Improved error messages 792cef3
- Apply suggestions from code review Co-authored-by: Philip K.F. Hölzenspies <[email protected]> 9ee33e3
HT154 pushed 41 commits to main HT154/pkl
- Add .vscode and .pkl-lsp to gitignore (#677) 3600582
- Update DEVELOPMENT.adoc (#682) bc9d526
- Don't run native Windows tests during pkl-core:test (#686) b76ff0f
- Update Windows and Mac development instructions (#685) 2961cda
- Update Gradle to 8.10.2 (#684) Verify wrapper JAR according to: https://docs.gradle.org/current/userguide/gradle_wr... 4854027
- Use case-insensitive comparison for module URI schemes (#688) Previously, some factories used case-sensitive compari... 7f26592
- Fix dangling Javadoc reference (#687) d00c466
- Set lower limit for glob pattern resolution in test mode (#693) Motivation: Speed up the test that verifies enforce... 475f29c
- Improve let-expression examples (#680) (#699) Because I did not understand what a `Let Expression` should be and the... 421711b
- Replace some usages of java.lang.String.replaceAll with String.replace (#701) Both methods replace all occurrences. ... 1022cf3
- Fix invalid syntax in doc comments of pkl:reflect members (#703) 7ac51f1
- Fix formatting of let expressions (#702) 2add291
- Fix error in spread documentation (#704) 9b5c5a5
- Fix double unary minus (#697) Fix an issue where doubly unary minus (e.g. `--1`) on int/float literals are incorrect... 62c796a
- Update dependencies (#689) - Update dependencies by deleting lock files and regenerating them with `gw updateDepende... d271b62
- 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
- and 21 more ...