Marcin Kuszczak
Marcin Kuszczak
I have checked kscript 3.1.0 on Cygwin and I have problems configuring it on git-bash and on Cygwin: ... $ kscript kscript - Enhanced scripting support for Kotlin on *nix-based...
@jayvdb - good point I was able to rename bash.exe from System32 folder using the following commands from win command line (as an admin): .... takeown /F C:\Windows\System32\bash.exe icacls C:\Windows\System32\bash.exe...
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...
I have merged to master the first part of the changes for multiplatform support. With kscript from master, I can execute simple scripts from linux/mingw/cygwin. There are still needed additional...
Yes, that would be nice. I have just merged additional changes for better OS compatibility and reverted one incompatible change introduced by me previously. Current status: * I think that...
@-here - there is a new version of kscript available: 4.0.2 - please retest with the new version.
Fixed and tested in kscript 4.1 branch.
Hi @meztihn! The patch looks really great - I basically can not find anything which could be improved. Thanks a lot for your effort! I will test the patch locally...
Unfortunately getting right OSTYPE proves to be complex with so many different types reported by OS'es... :-( Nevertheless, I will try to create a fix and publish it soon. @holgerbrandl...
This problem is already fixed in master. Unfortunately, I can not do the releases yet. @holgerbrandl - can you please help here?