translatenix
277f1e0cdb
Mark generated/truffle as generated source dir in IntelliJ
...
This fixes many "unknown symbol" errors in Java source files.
2024-02-20 15:18:39 +00: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
Kushal Pisavadia
699cdc623e
Update GraalVM to 22.3.3 (from 22.3.1) ( #156 )
...
This bumps GraalVM's version.
References:
- https://github.com/graalvm/graalvm-ce-builds/releases/tag/vm-22.3.3
- https://github.com/oracle/graal/compare/vm-22.3.1...vm-22.3.3
- https://www.graalvm.org/release-notes/22_3/
2024-02-15 09:48:15 -08:00
translatenix
c3473cc626
Add Gradle task "testNative"
...
Support running native tests with "gw testNative" for consistency with "gw test".
2024-02-14 19:53:40 +00:00
Philip K.F. Hölzenspies
aa98123c93
Update pkl-core/src/test/kotlin/org/pkl/core/LanguageSnippetTestsEngine.kt
2024-02-13 20:53:29 +00:00
translatenix
da597d838d
Don't run JUnit tests for non-existing native executables
...
This allows to "Run all Tests" in IntelliJ without getting lots of test errors because "pkl-alpine-linux-amd64" etc. doesn't exist.
2024-02-13 20:53:29 +00: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
translatenix
77d0f5b8ca
Only build static executable if musl toolchain is installed ( #83 )
...
This improves the development experience for (WSL) Linux users.
They can now run "./gradlew buildNative" without having a musl toolchain installed.
In this case, only the dynamically linked executable will be built.
2024-02-07 20:57:53 -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