Commit Graph

  • 19c292f9a2 Improve let-expression examples (#680) release/0.26 ManuW 2024-10-14 13:21:08 +02:00
  • bc9d526b7a Update DEVELOPMENT.adoc (#682) translatenix 2024-10-14 02:00:16 -07:00
  • 3600582908 Add .vscode and .pkl-lsp to gitignore (#677) Daniel Chao 2024-10-11 07:59:35 -07:00
  • 1e63c48ce4 Add String.splitLimit API (#666) Josh B 2024-10-07 07:28:19 -07:00
  • 9e7e42eb53 add jbang catalog (#655) Max Rydahl Andersen 2024-10-07 13:13:38 +02:00
  • b072794d0d Handle null contents gracefully in message passing API (#657) Josh B 2024-10-01 12:54:06 -07:00
  • cc1e432a30 Add PklProject.deps.json file with newline for POSIX compliance (#664) Philip K.F. Hölzenspies 2024-10-01 20:00:46 +01:00
  • 47f2143e0d Fix PklBugException when reading local package assets (#642) Daniel Chao 2024-09-10 05:51:34 -07:00
  • 7868d9d9c8 Typecheck Mapping/Listing members lazily (#628) Daniel Chao 2024-09-06 15:05:23 -07:00
  • d720f21149 [docs] Add documentation for new keyword (#624) Josh B 2024-08-29 15:25:14 -07:00
  • b28cdcd631 [docs] Improve searchability of "Methods" section (#625) Josh B 2024-08-19 15:54:46 -07:00
  • 825135a0f8 Correct the link for ANTLR 4 Documentation (#623) LamTrinh.Dev 2024-08-16 10:15:26 +07:00
  • 63b92ec72b [docs] Document the class-as-a-function pattern (#614) Josh B 2024-08-15 17:06:56 -07:00
  • 3125fc4678 [docs] Document hidden equality/hashing behavior (#618) Josh B 2024-08-13 00:56:15 -07:00
  • 4bb6890621 [docs] Add mention of "optional" to nullably types section (#613) Josh B 2024-08-07 12:18:50 -07:00
  • 7001a42149 [docs] Add documentation for new keyword (#624) Josh B 2024-08-29 15:25:14 -07:00
  • a8f24c9f13 Fix parsing of external property values containing = (#631) Philip K.F. Hölzenspies 2024-08-20 13:28:13 +01:00
  • e5b7e046d9 [docs] Improve searchability of "Methods" section (#625) Josh B 2024-08-19 15:54:46 -07:00
  • ef0433a9ba Correct the link for ANTLR 4 Documentation (#623) LamTrinh.Dev 2024-08-16 10:15:26 +07:00
  • a9c4963a4a [docs] Document the class-as-a-function pattern (#614) Josh B 2024-08-15 17:06:56 -07:00
  • e21db76efe Remove const from reserved keywords (remnant) (#626) Philip K.F. Hölzenspies 2024-08-14 14:48:49 +01:00
  • bbdc45656c [docs] Document hidden equality/hashing behavior (#618) Josh B 2024-08-13 00:56:15 -07:00
  • c445770261 [docs] Add mention of "optional" to nullably types section (#613) Josh B 2024-08-07 12:18:50 -07:00
  • b1c2015321 Cherry pick 0.26.3 release notes (#615) Daniel Chao 2024-08-06 12:08:44 -07:00
  • 8e15556201 Prepare 0.26.3 release 0.26.3 Dan Chao 2024-08-06 09:58:31 -07:00
  • 2fb17fd283 Add release notes for 0.26.3 (#612) Daniel Chao 2024-08-06 09:56:00 -07:00
  • f4983c51be Fix: globbing--read extra storage from owner instead of receiver (#607) Daniel Chao 2024-08-05 10:27:50 -07:00
  • 2cd2712589 Fix property parsing bug in the cli (#596) Islon Scherer 2024-07-25 09:27:38 +02:00
  • 7c4904429f Fix: make Gradle tests compatible with Gradle 8.1 (#610) Daniel Chao 2024-08-06 07:55:13 -07:00
  • f9a3fc88fd Fix usage of file() notation with Pkl Gradle plugin on Windows (#611) Daniel Chao 2024-08-06 07:54:52 -07:00
  • d5e86ed077 Fix: globbing--read extra storage from owner instead of receiver (#607) Daniel Chao 2024-08-05 10:27:50 -07:00
  • 604b042d1b Make EvalTask track resolved output paths and fix file() notation on Gradle on Windows (#403) Daniel Chao 2024-07-25 17:41:03 -07:00
  • e3133f604b Fix property parsing bug in the cli (#596) Islon Scherer 2024-07-25 09:27:38 +02:00
  • bfc2d7abbf refactor: Simplify regex pattern for code block matching (#592) XIAO YU 2024-07-24 23:13:49 +09:00
  • 0704b8cd83 Remove redundant suppression (#594) XIAO YU 2024-07-23 09:14:54 +09:00
  • e81a47a038 Import release notes for 0.26.2 (#587) Daniel Chao 2024-07-18 09:39:13 -07:00
  • d097341abd Prepare 0.26.2 release 0.26.2 Dan Chao 2024-07-18 09:13:58 -07:00
  • 0eab5fb552 Add release notes for 0.26.2 (#586) Daniel Chao 2024-07-18 09:13:11 -07:00
  • 7c3787396e Fix race condition when concurrently downloading packages (#584) Daniel Chao 2024-07-18 09:11:25 -07:00
  • 176ede0002 Fix race condition when concurrently downloading packages (#584) Daniel Chao 2024-07-18 09:11:25 -07:00
  • 24cc95abcc Support _ in String[toInt|toIntOrNull|toFloat|toFloatOrNull] (#580) Islon Scherer 2024-07-16 19:24:59 +02:00
  • b5e011dae1 Allow to toInt() to parse a string including "__" (#578) Taichi Ishitani 2024-07-15 17:39:17 +09:00
  • cdf548cad0 Add CSS to make top doc box have a fade, rather than hard cutoff (#570) Thomas Purchas 2024-07-08 15:12:24 +01:00
  • 5cc2ea2d00 Revert error coloring (for development on dedicated branch) (#565) Philip K.F. Hölzenspies 2024-07-03 17:25:06 +01:00
  • 527d236ba4 Add Git ignore-revs file Dan Chao 2024-07-01 09:10:07 -07:00
  • 8c1c10528f Run spotless apply Dan Chao 2024-07-01 09:08:06 -07:00
  • 7a9b571f6e Use spotless to format remaining Kotlin files Dan Chao 2024-06-29 07:36:07 -07:00
  • 3659ad8b7a Add test for colour outputs Thomas Purchas 2024-06-27 16:10:19 +01:00
  • 0d7b95d3ff Add colours to Pkl errors in Cli output Thomas Purchas 2024-06-26 23:15:05 +01:00
  • 49aaf288cc Cherry-pick release notes for 0.26.1 (#557) Daniel Chao 2024-06-28 10:23:24 -07:00
  • 57df7995fd Prepare 0.26.1 release 0.26.1 Dan Chao 2024-06-28 09:25:22 -07:00
  • 6c97b09c29 Add notes for 0.26.1 (#556) Daniel Chao 2024-06-28 09:28:23 -07:00
  • da19c3971e Do not enable TLS certificate revocation checks by default (#553) Daniel Chao 2024-06-28 08:57:46 -07:00
  • efad356b7b Only run Gradle compatibility tests against releases in CI (#554) Daniel Chao 2024-06-28 07:57:27 -07:00
  • 261a2260a1 Use compatible architecture in native executables (#551) Daniel Chao 2024-06-27 07:39:17 -07:00
  • 204c6b16c3 Resolve project dirs from working dir by default Philip K.F. Hölzenspies 2024-06-19 17:12:14 +01:00
  • 51d7265ec6 Do not enable TLS certificate revocation checks by default (#553) Daniel Chao 2024-06-28 08:57:46 -07:00
  • 420336dc78 Only run Gradle compatibility tests against releases in CI (#554) Daniel Chao 2024-06-28 07:57:27 -07:00
  • 70e77347f3 Use compatible architecture in native executables (#551) Daniel Chao 2024-06-27 07:39:17 -07:00
  • 3b786878fd Pass HOMEBREW_* environment variables on through native_image Philip K.F. Hölzenspies 2024-06-18 15:48:40 +01:00
  • 64bfcfdc4f Resolve project dirs from working dir by default Philip K.F. Hölzenspies 2024-06-19 17:12:14 +01:00
  • f91f91fd30 docs: add contributor for 0.26 release (#546) Daniel Chao 2024-06-24 07:47:26 -07:00
  • 5c950d2e73 docs: add contributor for 0.26 release (#546) Daniel Chao 2024-06-24 07:47:26 -07:00
  • 0ef22a73fb Start next dev iteration Philip K.F. Hölzenspies 2024-06-17 19:30:57 +01:00
  • 4a27ac5bda Prepare 0.26.0 release Philip K.F. Hölzenspies 2024-06-17 18:00:06 +01:00
  • 309fb49fa1 Prepare 0.26.0 release 0.26.0 Philip K.F. Hölzenspies 2024-06-17 18:00:06 +01:00
  • 570c2085b3 Recover if rm command removes no files (#538) Daniel Chao 2024-06-17 10:47:58 -07:00
  • d55866a04b Fix commitish detection in LanguageSnippetTest to also cover release versions (#537) Philip K.F. Hölzenspies 2024-06-17 18:21:22 +01:00
  • 600939457a Set Windows build to use compatibility mode for native-image builds (#536) Philip K.F. Hölzenspies 2024-06-17 17:25:17 +01:00
  • e996a342cc Remove links from headers in release notes (#535) Philip K.F. Hölzenspies 2024-06-17 16:43:22 +01:00
  • 00c2e00bb9 Add release notes for 0.26 (#529) Daniel Chao 2024-06-17 08:03:41 -07:00
  • bcee291fdc Fix release build gradle setup (#533) Philip K.F. Hölzenspies 2024-06-17 16:01:28 +01:00
  • 4a7f90157a Documentation fix: const cannot be assigned/amended (#485) Alan Scherger 2024-06-14 12:10:41 -05:00
  • f15ad6ec06 Change CLI flag and Gradle name for proxy options (#526) Daniel Chao 2024-06-14 08:08:21 -07:00
  • 380095c8a7 Change Gradle property to "rename" (#528) Daniel Chao 2024-06-14 07:36:28 -07:00
  • 9c287a2e48 Catch PklException errors coming from project load (#527) Daniel Chao 2024-06-14 07:33:44 -07:00
  • 3bd9214858 Adjust docs for proxying (#523) Daniel Chao 2024-06-13 09:46:21 -07:00
  • 919de4838c Improve handling of CA certificates (#518) Daniel Chao 2024-06-12 17:53:03 -07:00
  • d7a1778199 Allow renaming Java/Kotlin classes/packages during code generation (#499) Vladimir Matveev 2024-06-12 15:43:43 -07:00
  • b03530ed1f Add support for HTTP proxying (#506) Philip K.F. Hölzenspies 2024-06-12 19:54:22 +01:00
  • a520ae7d04 Fix missing paragraph in Windows installation docs (#520) Daniel Chao 2024-06-11 08:00:37 -07:00
  • 21749f5c82 Use Pkl syntax highlighting instead of Groovy (#519) Daniel Chao 2024-06-11 07:58:24 -07:00
  • a4c0a271b4 Require references from typealiases to be const (#516) Daniel Chao 2024-06-10 09:01:05 -07:00
  • 9cc9816440 Fix native tests in CircleCI (#514) Daniel Chao 2024-06-05 09:05:16 -07:00
  • d5ba8fa736 Support scheme-agnostic projects (#486) Daniel Chao 2024-06-04 16:52:20 -07:00
  • c0a7080287 Fix line endings (#513) Daniel Chao 2024-06-04 07:55:33 -07:00
  • 207d0c78f0 Fix globbed read/import bugs (#449) translatenix 2024-06-03 17:10:56 -07:00
  • d81a12352c Improve configuration and tests for native-image (#509) Daniel Chao 2024-06-03 17:08:30 -07:00
  • a48748cb9c Remove documentation references to packageInfos (#512) Kushal Pisavadia 2024-06-03 17:19:28 +01:00
  • 5b7123131f Change line endings from CRLF to LF (#511) Daniel Chao 2024-05-30 08:41:21 -07:00
  • 8ec06e631f Add support for Windows (#492) Daniel Chao 2024-05-28 15:56:20 -07:00
  • 5e4ccfd4e8 Omit showing stdlib as dependency in pkldoc (#503) Daniel Chao 2024-05-28 13:42:57 -07:00
  • 47f161a211 Clean up unnecessary CI (#502) Daniel Chao 2024-05-21 08:48:02 -07:00
  • c1949a99b0 Update amending example in tutorial (#491) Nikola Irinchev 2024-05-17 14:05:28 +02:00
  • d0def765a2 Make http(s) URIs their own module key (#495) Daniel Chao 2024-05-16 08:38:43 -07:00
  • 5f4d475d84 Fix local dependency globbing (#496) Daniel Chao 2024-05-16 08:36:37 -07:00
  • a5c13e325a Encode filepaths to be safe on Windows Dan Chao 2024-04-26 07:34:31 -07:00
  • 110dc89e86 Improve URI encoding in pkldoc Dan Chao 2024-05-13 11:34:20 -07:00
  • 2d31bc5ef5 Adjust filename according to style guide (#484) Gary Sassano 2024-05-13 19:09:43 +02:00
  • 7da643fc8f Handle null pathElements gracefully in message passing API (#480) Daniel Chao 2024-05-08 07:22:57 -07:00