Max Rydahl Andersen

Results 279 issues of Max Rydahl Andersen

usecase is to allow use jbang resolution together with existing toolchains. i.e. today `jbang export portable ` assumes there always is a scriptref to start with. what if you could...

ideas

today only %{deps:} is allowed but really could use %{deps:} worked. ie. instead of requiring: ``` jbang --javaagent=byteman@bytemanproject=script:filedelete.btm,boot:`jbang info classpath byteman@bytemanproject`,prop:org.jboss.byteman.ext=txt del.java ``` I would like that to be: ```...

ideas

originally for jbang I was thinking we should allow `//DEPS log4j,xchart` as a shorthand for adding the "sensible default set " of dependencies for a java app. I never did...

ideas

if you run with `JBANG_JAVA_OPTIONS=-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5555` an error occurs like: ``` /Users/manderse/code/jbangdev/jbang/build/install/jbang/bin/jbang: line 230: exec: Listening: not found ``` because the output contains the following: ``` Listening for transport dt_socket at...

bug

not sure how I missed this when I did pom dependency import. truffle uses pom dependencies, which is handled as depend on the pom and get all its dependencies `//...

bug

we have a check against absolute paths so currently you can't write `//FILES /=../resources` though `//FILES ../resources` *is* allowed Alternatively could be to allow `//FILES .=./resources` but that fails because...

bug

take the code from #1596 and run `jbang build` and have it fail and it will delete the generated files leaving you without ability to to figure out what caused...

ideas

`//FILES templates=../resources/templates` results in a DirNotFoundException rather than informing user that it is trying to copy a dir rather than a file.

bug

Why: * jbang-action is hardcoded to use a specific java version requiring users to download new java version * nicer if can have a docker images that has the java...

its a bit verbose so probably not worth adding on everything but if one do this: ``` //usr/bin/env echo ' /**** BOOTSTRAP jbang ****\'>/dev/null command -v jbang >/dev/null 2>&1 ||...

ideas