Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
HT154 pushed 5 commits to main HT154/pkl
- Allow jar:nested: URIs in default security manager (#895) Nested jars built by spring boot can possibly represent cl... 257bd6f
- Revert "Upgrade Kotlin to 1.7.21 (#887)" (#896) This reverts commit 273d1219a6e32f93bb00ed83634964148be4719d. 2a9b100
- Import release notes for 0.27.2 (#897) 29049ac
- Only run Gradle compatibility tests against minimum and maximum release (#898) Currently, we run against every relea... cdd6d52
- Update Kotlin to 2.0 (#900) - update Kotlin from 1.7.10 to 2.0.21 - Kotlin 1.6 dependencies in Gradle lock files a... 258eda8
HT154 pushed 10 commits to main HT154/pkl
- Make Test Report locale independent (#868) Format numbers with `.` decimals 467e64f
- Update license year (#871) * Update license header file spec to use placeholder year * Update spotless to use ratche... f6c74e9
- Fix page size for Linux AArch64 native executables (#875) Graal Native Image is assuming 4k page size here, which is... 267de3c
- YamlRenderer: allow all primitive scalar types as map keys (#879) 160e4a5
- Fix NPE when handling ExternalReader specs with null arguments (#882) 3296dd8
- Support jpkl executable for Windows (#872) This updates the script used to start the executable to support Windows a... 100dd05
- Update gradle to 8.12 (#884) 3096da1
- Update dependencies (#883) Most of these dependencies are test dependencies. ec7d726
- Upgrade Kotlin to 1.7.21 (#887) What's new: https://kotlinlang.org/docs/whatsnew1720.html Releases -------- -... 273d121
- Document where to find all keywords (#892) 75bd214
HT154 created a comment on a pull request on apple/pkl-swift
This should be all set now! Probably best to merge after https://github.com/apple/pkl/pull/882 lands and Pkl 0.27.2 is published and added to CI.
HT154 pushed 1 commit to external-readers HT154/pkl-swift
- Fix testing on pre-0.27 Pkl versions bc2d6c9
HT154 created a review comment on a pull request on apple/pkl-swift
Encoders are much simpler to debug when they tell you where they're at :)
HT154 pushed 1 commit to external-readers HT154/pkl-swift
- Fix CreateEvaluatorRequest decoding when request specifies external reader with null arguments 1ab5471
HT154 opened a pull request on apple/pkl
Fix NPE when handling ExternalReader specs with null arguments
HT154 opened a pull request on apple/pkl
`YamlRenderer`: allow all primitive scalar types as map keys
[YAML (1.2) explicitly allows _any_ value as a mapping key](https://yaml.org/spec/1.2.2/#3211-nodes), just like Pkl! This PR allows all of Pkl's primitive scalars (those that can already be nativel...HT154 opened a pull request on apple/pkl
Fix page size for Linux AArch64 native executables
Graal Native Image is assuming 4k page size here, which is a naughty assumption to make in the modern Linux-on-ARM landscape. Two very common hardware configurations require 16k minumum page size: ...HT154 created a branch on HT154/pkl
aarch64-page-size-fix - A configuration as code language with rich validation and tooling.