Max Rydahl Andersen
Max Rydahl Andersen
screenshots on how it looks:
im going to temporarily not fail the dejagnu tests as not able to run dejagnu on osx. (fails when running fish)
sounds about right. pushed.
the failure on java 9 is that it does not seem available on github actions? also for java 6 is failure - but i can't reproduce locally; can one see...
I dont really know ;/ I wish copr would show when/why things starts/stop failing...as im not a daily user of it I have to relearn everytime how it works. if...
ok so it was easier than expected. though I had to ignore multiple "401 auth error" messages to get logged in :) https://github.com/jbangdev/jbang-spec is setup to send webhook to COPR...
on latest release the webhook was called but i dont see any corresponding build so I'm not sure what else to try out ;/
Another reason I keep not being a fan of //deps supporting jars. It really is --class-path and not --deps is supposed to map to.
the reason is the ordering is no longer easy to explain and there is no longer a clear link between command line arguments and jbang directives. like, whats the semantics...
The only reason you get 3 is because you expliciltiy split them, the right way and (at least to me) easier way to explain it would be: ``` //DEPS a:b:c:RELEASE,other:thing:1.2...