Daniel Chao
e5a81b6803
Fix amending module with abstract class ( #319 )
...
This fixes an assertion error that gets thrown if:
1. A module declares a class as abstract
2. An amending module does not use that abstract class as a type
Underneath the hood, the modifiers of the class/typelias object member
is considered different from the modifiers on the VmClass/VmTypeAlias
values.
The object model skips forcing any explicitly members that are explicitly
declared hidden, abstract, or local.
However, it _should_ evaluate any abstract classes found in a module.
So, it's incorrect to apply the same modifiers on the class to the object member.
2024-03-20 11:45:50 -07:00
Daniel Chao
441bc5861a
Use smaller compute resource for patch test ( #315 )
...
Change resource size to "small".
2024-03-20 11:45:39 -07:00
Daniel Chao
de4f0e995b
Docs fix: Container is not a type, add more types ( #282 )
...
Adjusts documentation to remove legacy `Container` type,
and add the rest of the generic types in the stdlib.
2024-03-20 11:45:02 -07:00
Daniel Chao
346880f9cf
Docs fix: Java 8 is not supported ( #283 )
...
Java 11 is the minimum version, rather than 8.
2024-03-20 11:44:58 -07:00
Daniel Chao
906111d327
Fix: add missing "const" and "fixed" modifiers to reflect API ( #265 )
...
This fixes an issue where the reflect API does not show fixed or const modifiers on a property.
2024-03-20 11:44:29 -07:00
Daniel Chao
08be512fe1
Add approval for release/x.x branch ( #338 )
...
Temporary workaround for now because our CI policy requires it.
2024-03-20 11:44:07 -07:00
Daniel Chao
6b04e1d606
Add CI to release/x.x branch ( #333 )
...
Adds logic to build (but not deploy) commits on the release branch.
This is so we have CI coverage for new patch releases of older versions.
2024-03-20 11:44:01 -07:00
Daniel Chao
1452dc5af3
Improve CircleCI builds ( #294 )
...
* Prevent build_artifacts.txt files from being published as
GitHub releases
* Bump version to 1.0.2; make PRBs not depend on flakey pr-approval job
2024-03-20 11:43:52 -07:00
Daniel Chao
3421a97478
Add CI check to test patch file ( #253 )
...
This tests that the patch file can apply in CI.
2024-03-20 11:43:41 -07:00
Daniel Chao
8209ea78bd
Add homebrew instructions to docs ( #270 )
2024-02-29 11:07:01 -08:00
Daniel Chao
d9f8b8efa9
Add specification for language binding API ( #257 )
...
This adds documentation for how the language bindings works, for those that wish to create their own bindings.
2024-02-28 09:33:13 -08:00
Daniel Chao
56d88c9efc
Fix docs pointing to wrong maven repo ( #106 )
2024-02-12 21:29:22 -08:00
Dan Chao
f260c8553c
Remove line from changelog
...
This change got reverted prior to the release.
2024-02-08 17:30:08 -08:00
Dan Chao
c1a9e9e12f
Prepare 0.25.2 release
2024-02-08 15:53:05 -08:00
Dan Chao
c60db2a450
Update changelog for release 0.25.2
2024-02-08 15:53:05 -08:00
Dan Chao
5379263839
Revert "remove duplicate publishing of pkl-cli-java ( #98 )"
...
This reverts commit 8e6ddfb9b7 .
2024-02-08 15:53:05 -08:00
Daniel Chao
e8a1213217
Fix more links ( #104 )
...
This fixes more documentation links that are producing 404's.
2024-02-08 15:50:42 -08:00
Daniel Chao
dd9b47097f
Fixes for pkldoc ( #96 )
...
* Add URI encoding to paths and fragments
* Render quotes around identifiers when appropriate
2024-02-08 15:50:42 -08:00
Daniel Chao
bb90343ae0
Use packages for CircleCI definition ( #95 )
2024-02-08 15:50:42 -08:00
Daniel Chao
c6a9859969
Reword verbage to "pantry" ( #64 )
...
* Reword verbage to "pantry"
* Fix verbage
2024-02-08 15:50:42 -08:00
Daniel Chao
9e987b3523
Fix documentation homepage ( #81 )
...
This adds a trailing slash that was missing from the documentation
homepage.
2024-02-08 15:50:42 -08:00
Dan Chao
ffd0b8a17b
Fix broken search on pkldoc
2024-02-08 15:50:42 -08:00
Daniel Chao
42c32a1ad3
Fix download instructions ( #21 )
...
This fixes the download URLs for the pkl CLI
2024-02-08 15:50:42 -08:00
Dan Chao
a5a00639ed
Polish release notes
2024-02-08 15:50:42 -08:00
Dan Chao
bf90b41069
Prepare 0.25.1 release
2024-02-08 15:50:42 -08:00
Dan Chao
ba8279aeee
Add dummy javadoc to pkl-tools
2024-02-08 15:50:42 -08:00
Dan Chao
4676f379f9
Fix: pkl-tools should publish fat jar
2024-02-01 17:13:50 -08:00
Dan Chao
3f4932fcb6
Prepare 0.25.0 release
2024-02-01 14:00:51 -08:00