mirror of
https://github.com/apple/pkl.git
synced 2026-03-21 08:39:09 +01:00
Motivation: Speed up the test that verifies enforcement of the limit for glob pattern resolution (invalidGlobImport6.pkl). Changes: - Set a lower limit if test mode is enabled. - Change static field to static method to prevent compile-time evaluation by native-image.
Core implementation of the Pkl language. Includes Java APIs for embedding the language into JVM applications, and for building libraries and tools on top of the language.