mirror of
https://github.com/apple/pkl.git
synced 2026-05-25 08:09:17 +02:00
1b6e89c971
run() now creates and closes a default Executor per call. This is fine because there is no good reason to call this method multiple times. run(Executor) now lets callers provide their own Executor, which is customary for a well-behaved library. Also: Fix IntelliJ warning by calling toSet() Closes #1583