Tako Schotanus
Tako Schotanus
While I do understand your frustration, the thing is that there should be no space for *any* of the directives, not just `//DEPS`. So how do we make that clear?...
Sorry for dragging you into this issue @cstamas :-) But with MIMA I'm not 100% sure anymore how this should work. Is this because if you specify `//REPO` lines in...
@cstamas look at the "blame" on those lines ;-) But I'm guessing you implemented that to reproduce what we were already doing before. Thing is, I _think_ what we were...
Yeah, it's somewhat clear. But wouldn't that temporary context also include the default Central one? If so, we'd have to ignore that one, and merge the remining ones with the...
Ok, thanks for the explanation! 👍
> I'm wondering if in fact the Camel JBang is not using yet another dependency resolution as a second step and it is this one which is affected I think...
Having a section for versions was indeed something I thought of as well. Although I'm not sure why you chose to go with fatjars? Committing binaries alongside code is somewhat...
So in case of having your catalog on Github/Gitlab/etc we could imagine extending the above with something like this: ```json "tulip-cli": { "script-ref": "scripts/tulip-cli.kt", "description": "Tulip CLI command", "versions": {...
But I know @maxandersen doesn't like the idea of having to supply/maintain all the versions (there could be hundreds of them and the people generating those versions might not be...
> Some scripts uses the //SOURCE tag to reference multiple additional source files that are part of the script program. We cannot rename these files as they are imported using...