-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document how to use from Typelevel toolkit from REPL #121
Comments
What is the incantation for this? ❯ scala-cli repl --with-toolkit=typelevel:toolkit
Downloading 3 dependencies and 2 internal dependencies
[error] Error downloading org.typelevel:toolkit_3:toolkit
[error] not found: /home/rishi/.ivy2/local/org.typelevel/toolkit_3/toolkit/ivys/ivy.xml
[error] not found: https://repo1.maven.org/maven2/org/typelevel/toolkit_3/toolkit/toolkit_3-toolkit.pom
[error] not found: /home/rishi/.cache/scalacli/local-repo/1.0.5/org.typelevel/toolkit_3/toolkit/ivys/ivy.xml
[error] No fallback URL found
[error] COMMAND_LINE
[error] Error downloading org.typelevel:toolkit-test_3:toolkit
[error] not found: /home/rishi/.ivy2/local/org.typelevel/toolkit-test_3/toolkit/ivys/ivy.xml
[error] not found: https://repo1.maven.org/maven2/org/typelevel/toolkit-test_3/toolkit/toolkit-test_3-toolkit.pom
[error] not found: /home/rishi/.cache/scalacli/local-repo/1.0.5/org.typelevel/toolkit-test_3/toolkit/ivys/ivy.xml
[error] No fallback URL found EDIT: got it!
|
WOW! we definitively need that kitchen sink import now :D |
This was exactly my first thought as well!! How cool of a reply experience would that be. Tho I believe we still need to do |
Yeah, this is annoying 😒 it's just how it is tho. I guess the REPL-sink import should bring in the implicit runtime that it Just Works:tm:. |
We can probably namespace the imports then: we can have an And now we just need finishing the discussion in #2 :D [EDIT] There won't be anything preventing the users from importing the |
It might still be worth it imho, e.g. imagine being able to use it in Markdown: https://scala-cli.virtuslab.org/docs/guides/markdown/ and then you could have some runbook that deploys stuff in the markdown file with docs etc all using |
The text was updated successfully, but these errors were encountered: