Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
HT154 pushed 2 commits to external-readers HT154/pkl
- Improve backcompat for new language binding libs on old pkl versions Box Bytes, fix error CLI handling during projec... 60da0f9
- Apply suggestions from code review Co-authored-by: Daniel Chao <[email protected]> Apply suggestions from cod... e561cc3
HT154 pushed 6 commits to external-readers HT154/pkl
- Implement SPICE-0009 External Readers [SPICE-0009](https://github.com/apple/pkl-evolution/pull/10) New close flow 477b454
- docs b9c7a19
- Add ExternalReaderRuntime, lots of test coverage 6920775
- Add doc comments to new public APIs bac0086
- Improve backcompat for new language binding libs on old pkl versions Box Bytes, fix error CLI handling during projec... be40970
- Apply suggestions from code review Co-authored-by: Daniel Chao <[email protected]> Apply suggestions from cod... 9323690
HT154 pushed 25 commits to external-readers HT154/pkl
- 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
- Refactor message-passing logic into pkl-core This is preparatory work for [SPICE-0009](https://github.com/apple/pkl-... 28cdbbf
- Split server-specific messages/encoding/decoding back into pkl-server 87016a7
- Implement SPICE-0009 External Readers [SPICE-0009](https://github.com/apple/pkl-evolution/pull/10) 30312a1
- New close flow e4d2651
- docs 70c91cf
- Add ExternalReaderRuntime, lots of test coverage 9bc3cc3
- Add doc comments to new public APIs 99aba3d
- Improve backcompat for new language binding libs on old pkl versions bdb3c5a
- Box Bytes, fix error CLI handling during project load 9d705dc
- Apply suggestions from code review Co-authored-by: Daniel Chao <[email protected]> da6f7cf
- Apply suggestions from code review Co-authored-by: Daniel Chao <[email protected]> ff28289
- Rename --external-* CLI flags to --external-*-reader 0c9ef1f
- and 5 more ...
HT154 pushed 11 commits to nihongjouzu HT154/pkl
- 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
- Fix handling of file: module URIs with non-ASCII characters Closes #653 d91e9b5
- Refactor to IoUtils; Cover FileResolver, StackFrameTransformer; more tests 0a2c4d6
- Hopefully fix windows support 02d193e
HT154 pushed 8 commits to parse-dynamic-disallow-default HT154/pkl
- 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
- Error when JSON/YAML parsing would set property `default` in a Dynamic Resolves #561 ea57d3b
- Improved error messages ed92c3e