translatenix
32bc75bf50
Add targets for org.pkl.core.util.Nullable ( #235 )
...
Also, change `java.time.@Nullable Duration` to `@Nullable java.time.Duration` to reduce the chance
of false positive errors in IDEs.
2024-02-23 07:07:08 -08:00
translatenix
21e0e149ac
Tweak User-Agent header
...
It is customary to separate elements with a semicolon.
2024-02-21 11:40:46 +00:00
translatenix
91367ed065
Fix unnecessary temp path resolution in PackageResolvers ( #219 )
...
The only call site already resolved the path against tmpDir.
2024-02-20 20:47:28 -08:00
translatenix
ffc629f28f
Fix concurrency bug in PackageResolvers ( #220 )
...
Access to field "isClosed" must be guarded.
2024-02-20 16:46:09 -08:00
translatenix
50a006b1b5
Simplify code in ResourceReaders ( #175 )
2024-02-19 13:48:56 +01:00
Kushal Pisavadia
3d1db25864
Fix name resolution in typealias with constraint ( #144 )
...
The body of a typealias gets inlined into wherever the typealias
is used. This fixes a bug where the references in the typealias body can
resolve to the wrong value.
2024-02-15 13:28:10 -08:00
translatenix
1c29287344
Fix usage of wrong lock object ( #163 )
...
This changes the lock object to `lock`, which every other method is locking on.
2024-02-15 13:25:43 -08:00
shubham gupta
db55c527c6
logical and fix in mathUtils ( #102 )
2024-02-08 21:21:49 -08:00
Daniel Chao
dddae1190f
Fixes for pkldoc ( #96 )
...
* Add URI encoding to paths and fragments
* Render quotes around identifiers when appropriate
2024-02-08 11:28:34 -08:00
Shubham Gupta
5a8d8680c4
fix mangled url
...
Crash help text has mangled URL #61
2024-02-07 20:12:23 +00:00
Daniel Chao
9f4fd58577
Fix documentation homepage ( #81 )
...
This adds a trailing slash that was missing from the documentation
homepage.
2024-02-07 07:33:19 -08:00
Dimitris Apostolou
80aff3afad
Fix typos
2024-02-04 18:55:08 +02:00
Dan Chao
ce65290aae
Start next dev iteration
2024-02-01 20:55:37 -08:00
Dan Chao
3f4932fcb6
Prepare 0.25.0 release
2024-02-01 14:00:51 -08:00
Peter Niederwieser
ecad035dca
Initial commit
2024-02-01 14:00:22 -08:00