Alexandre Archambault
Alexandre Archambault
That could probably be minimized a little. It seems zio prints some ANSI output, and [fansi](https://github.com/com-lihaoyi/fansi) seems to choke on it. That probably can be reproduced by creating a string...
> Any update on this ? That seems to be specific to Arch Linux. Someone running Arch Linux should probably pick it up, and fix it or find a workaround.
That looks more like a JDK > 11 issue rather than an Ammonite or almond one. Do you get the same error with JDK 8?
I think it should work, yes. What JDK version were you using?
@rolisv Would it work for you if the version would default to a literal `X.Y.Z` instead of requiring users to set `RELEASE_ARCHIVE_VERSION`? This shouldn't be much of a problem, unless...
This needs an integration test with a `scala.sc` file, like in https://github.com/com-lihaoyi/Ammonite/issues/1277.
Thanks for opening this @pbvie! It seems what this links to is actually stale, `ammonite.Main` [exists](https://github.com/lihaoyi/Ammonite/blob/1d5868d0dce6bbf9c11ad00c92916ee0938ba3b1/amm/src/main/scala/ammonite/Main.scala), whereas `ammonite.repl.Main` doesn't anymore. @lihaoyi Are the [API docs](http://ammonite.io/api/repl/index.html#ammonite.repl.Main) under http://ammonite.io/api supposed to be...
@schlichtanders Ammonite isn't really ready for spark yet. spark needs to be passed a bunch of classpath info from Ammonite to work propery. For that to work, Ammonite itself has...
[ammonite-spark](https://github.com/alexarchambault/ammonite-spark) is now out, and allows to run spark calculations from Ammonite.
This is kind of the same issue as https://github.com/lihaoyi/Ammonite/issues/433 (whose fix was lost at some point, it seems). I guess we can get rid of the `ivyCache` of Ammonite altogether…...