4.X Regression: Windows support broken
See original GitHub issueWhile older versions were running e.g. on git-bash, this fails with 4.x
kscript "println(1+1)"
[kscript] [ERROR] compilation of scriplet failed
[kscript] [ERROR] Command : bash -c kotlinc -d 'C:\Users\brandl\.kscript\cache\jar_2ccd53e06b0355d3573a4ae8698398fe\scriplet.jar' C:\Users\brandl\.kscript\cache\jar_2ccd53e06b0355d3573a4ae8698398fe\Scriplet.kts C:\Users\brandl\.kscript\cache\jar_2ccd53e06b0355d3573a4ae8698398fe\Main_Scriplet.kt
[kscript] [ERROR] Exit Code : 1
[kscript] [ERROR] Stdout :
[kscript] [ERROR] Stderr :
[kscript] [ERROR] error: source file or directory not found: C:Usersbrandl.kscriptcachejar_2ccd53e06b0355d3573a4ae8698398feScriplet.kts
[kscript] [ERROR] error: source file or directory not found: C:Usersbrandl.kscriptcachejar_2ccd53e06b0355d3573a4ae8698398feMain_Scriplet.kt
[kscript] [ERROR] .stderr
Not sure why, because the preparation of the commands looks pretty mach the same as before
FYI @aartiPl
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:14 (1 by maintainers)
Top Results From Across the Web
netTcpBinding - regression in default values for listenBacklog ...
In a .NET WCF client configuration file, netTcpBinding has various configuration attributes including listenBacklog and maxConnections.
Read more >Regression in 15.6: nUnit TestCase support broken
6, support for nUnit 2 tests that use TestCase is broken. Visual Studio Test Explorer finds tests that use TestCase just fine. When...
Read more >583571 - Regression:Arrow button appears broken after re ...
3.Click on 'Run' button and resize the devtools window to R.H.S and observe arrow button for 'network utilization' & 'web page...' Actual: Arrow ......
Read more >Windows 10 October 2018 update may break network access ...
This issue is a result of a regression bug in Windows 10. ... can modify the network access profile and change the Use...
Read more >Calculating and displaying regression statistics in Excel
These instructions apply to Excel for Windows. You will need to have the Data Analysis add-in installed to your version of Excel to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I have applied already some patches to improve Windows support. But first I have to solve #345 as it breaks kscript on my computer. Adding proper support for Cygwin/Mingw/Windows shouldn’t be that difficult in new code. Only testing on different environments might require more work…
Fixed and tested in kscript 4.1 branch.