Skip to content

Commit

Permalink
add a note about process handling
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin committed Nov 22, 2024
1 parent cf660af commit 7eaf033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/post/2024-11-21_state-of-kotlin-scripting.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ For the sake of completeness, and despite being a huge fan, I'll mention the cur
2. [Including scripts from other scripts has issues](https://youtrack.jetbrains.com/issue/KT-42101).
3. [The resolver does not understand Gradle metadata](https://youtrack.jetbrains.com/issue/KT-42775/Kotlin-Scripts-Gradle-metadata-support-for-dependencies-resolution).
4. You have to manually reload the dependencies when adding/removing them.
5. Process redirection is a bit awkward.
5. Process redirection and signal handling is a bit awkward.

I'm quite happy with the kotlin vs shell tradeoff at the moment and the lost time in compile time and writing `ProcessBuilders` is more than made up with Kotlin syntax and IDE support.

Expand Down

0 comments on commit 7eaf033

Please sign in to comment.