You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Change a way of executing .kts files (investigate if we can get rid of reflections)
4
+
* Passing additional information to scripts (args, script name, script path, kscript path etc.)
6
5
* Onboard on brew
7
6
* Deprecate KotlinOptions
8
7
* New package for Windows e.g. scoop
9
8
* Release scripts in Kotlin
10
9
* Windows console support requires @argfiles as kotlin/kotlinc command line might be too long to execute it from console (especially for big classpaths).
11
10
* Improve Unit tests coverage
12
-
* Improve batch file for Windows (currently it does not pass failed exitCode)
13
11
* Use compilation option -include-runtime: https://kotlinlang.org/docs/command-line.html#create-and-run-an-application
14
12
* Integration tests - more tests should be enabled;
15
13
* kscript - some features might be disabled on specific OSes - handle that on code level e.g. throw exception if for some OS feature is not available.
16
14
* Deprecate referencing script by $HOME and by '/' (it is handled now safely, but does it make sense to keep it?)
17
15
* Compatibility with Kotlin Scripting
18
-
* Consider changing a way of executing last command, so that it is not executed by shell, but is executed directly in kscript (main concern: kotlin interactive shell, but maybe this use case is not that important)
19
16
* Onboard on docker etc. and other release channels
20
-
* Abstraction for shell command (Command class containing e.g. environment variables)
17
+
* Abstraction for shell command (Command class containing e.g. environment variables)
0 commit comments