Marcin Kuszczak

Results 75 comments of Marcin Kuszczak

I don't know if-- interactive mode was ever intended to resolve pieces of the code in the script. In my understanding, it is only for resolving dependencies and putting them...

Please explain what you mean by "variable substitution for repositories no longer works"? Is it a user code problem or in kscript itself?

Ok, I see. Your approach to changing templates from {{}} to '$' makes sense to me. The only drawback I see now is that IntelliJ will try to resolve a...

Well, they are saying that there are no stupid questions. And I kind of agree with that :-D In the case of kscript, you can do something similar by calling...

Should we suppress the error message completely, even in silent mode? I think it would be better to print a single line with an error message even if silent mode...

@cgruber - I am concentrating on another project, which you might also be interested in, according to what you say above. The new project will allow access from scripts to...

I even think that the -s, --silent should be the default (so in fact this option should be removed), and then if the user needs additional logging he/she needs to...

I remember it is possible, but I need to remember how. That was a suggestion, so feel free to skip it, as it won't change anything in the current kscript...

Yes, your comment is entirely valid. My ultimate goal is to switch to Kotlin scripting backend while keeping all the excellent features of KScript (like interoperability with shell, caching, etc.)....

Yes, because --idea creates IntelliJ project, which is intended for debugging, not as a runtime environment. The project is located in the cache, so you must copy the data file...