Tako Schotanus

Results 614 comments of Tako Schotanus

This is where the [plugin system](https://github.com/jbangdev/jbang/pull/1000) I created some time ago could help. In its simplest form you could just create an alias for it named `jbang-bootstrap` and it would...

That might be doable on Linux and Mac, but _really_ hard on Windows. It's already a miracle it works on Windows anyway.

Btw, the solution is to add `quiet=y` to the options.

> looks like module list is generated based on the default java version rather than the target java version: Oops, that's quite an oversight on my part. > seems this...

Ok, so after looking at it some more I was thinking that perhaps we should simply generate a small list of default imports. My reasons are: - the list of...

@afloarea that's indeed an issue that we need to look into. For now you can work around this issue by using a "proper" java file name, eg "hello.java".

@maxandersen this is because for files with a "wrong" name we make a copy with a "correct" name and build/run the copy instead of the original. Then `edit` makes a...

> I believe we did exactly that in the past. I think the first usage of links was with `edit`, and for the longest time it wasn't used for anything...

So IMHO if we want to fix this with sym links we need to make _really_ sure that we got this rights issue on Windows solved first.

Yeah, it seems that since we tell people to use `///` instead of `#!` we could just remove that transformation. That way we can use links and make things work...