Skip to content
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

Publish for Scala Native 0.5.x #171

Open
Gedochao opened this issue Apr 18, 2024 · 1 comment
Open

Publish for Scala Native 0.5.x #171

Gedochao opened this issue Apr 18, 2024 · 1 comment

Comments

@Gedochao
Copy link

It'd be cool if the toolkit could work with Scala Native 0.5.x (0.5.1 as of me writing this)

scala-cli -e 'println("Hello")' --toolkit typelevel:0.1.25 --native --native-version 0.5.1
# Downloading compiler plugin org.scala-native:::nscplugin:0.5.1
# Downloading Scala Native CLI
# Downloading 4 dependencies and 2 internal dependencies
# [error]  Error downloading org.typelevel:toolkit_native0.5_3:0.1.25
# [error]   not found: /Users/pchabelski/.ivy2/local/org.typelevel/toolkit_native0.5_3/0.1.25/ivys/ivy.xml
# [error]   not found: https://repo1.maven.org/maven2/org/typelevel/toolkit_native0.5_3/0.1.25/toolkit_native0.5_3-0.1.25.pom
# [error]   not found: /Users/pchabelski/Library/Caches/ScalaCli/local-repo/1.2.2/org.typelevel/toolkit_native0.5_3/0.1.25/ivys/ivy.xml
# [error]   No fallback URL found
# [error] COMMAND_LINE
@TonioGela
Copy link
Member

Hey @Gedochao, I totally agree with you! At the moment we're tracking the status of the migration towards Scala Native 0.5.x for the whole ecosystem here: https://github.com/orgs/typelevel/projects/2

We will soon publish everything up until Cats really soon, but then we'll have to decide what to do with Cats Effect, if releasing a native version that still works single-threadedly or waiting for intelligent people like @djspiewak to craft something multi-threaded.

Given that the toolkit depends on a lot of stuff it's the last piece that will get published for sn 0.5, as we'll have to wait for things like http4s.

Thanks for being so interested :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants