Tako Schotanus

Results 614 comments of Tako Schotanus

@wfouche you can keep hammering the Toml drum, but there's no interest from our side to go anywhere in that direction. I also see no advantage to using Toml as...

And also update to the latest JBang version (using `jbang version --update`) because I think this is using an older version of JBang.

That's too easy, yes. There's no guarantee, nor reason, to assume that the `CombinedResourceResolver` is always the "first" (or "top") resolver to be called. Right now it is, but that's...

> the gain is that you do not need //SOURCES I do want to point out that this would break any remote usage of scripts, they would no longer be...

Sure, although it seems to me it should be possible to specify a path as well. I think there won't be that many options where you have access to the...

It does when you run it with `--verbose`. But we could simply add the message of the underlying error to the warning text.

Short reproducer without having to create any files: `jbang info tools --deps org.h2database:h2:2.2.224 itests/helloworld.java`

Ok, but what do you want in that case? Add like a "dependencyResolutionError" field or something? Edit: I'm asking because normally the absence of the `resolvedDependencies` array means that something...

> I think we want to record a "errors" list in the output. Sure, we can do that. Although for tools it might not be as obvious what the error...

> for brokendeps.java, there's no error at all, just a vague warning: This is by design, if there's no "resolvedDependencies" element then something went wrong while trying to resolve the...