You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used embedded Ammonite-REPL with Scala 2.x successfully, but after migrating to Scala 3 I'm having trouble to compile the code using the guide from documentation:
It looks that Scala 3 doesn't like either the implicit conversion in ammonite.util.Bind#ammoniteReplArrowBinder or how it uses the TypeTag stuff (which AFAIK is not in Scala 3).
My question is, is Ammonite-REPL supposed to work embedded from Scala 3 code and if yes, what should I do to make it work?
The text was updated successfully, but these errors were encountered:
I used embedded Ammonite-REPL with Scala 2.x successfully, but after migrating to Scala 3 I'm having trouble to compile the code using the guide from documentation:
Then in code
and I'm getting compile error:
It looks that Scala 3 doesn't like either the implicit conversion in
ammonite.util.Bind#ammoniteReplArrowBinder
or how it uses theTypeTag
stuff (which AFAIK is not in Scala 3).My question is, is Ammonite-REPL supposed to work embedded from Scala 3 code and if yes, what should I do to make it work?
The text was updated successfully, but these errors were encountered: