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

Wrong scala-js published filenames #1400

Closed
pityka opened this issue Sep 28, 2022 · 0 comments · Fixed by #1443
Closed

Wrong scala-js published filenames #1400

pityka opened this issue Sep 28, 2022 · 0 comments · Fixed by #1443
Assignees
Labels
bug Something isn't working publish command Scala.js
Projects

Comments

@pityka
Copy link

pityka commented Sep 28, 2022

Version(s)
0.1.14

Describe the bug
scala-cli publish local --js seems to write files with pattern {name}_2.13_sjs1.jar while sbt publishLocal writes with pattern {name}_sjs1_2.13.jar , i.e. the sjs1 and the 2_13 parts are swapped.

To Reproduce
scala-cli publish local somefile.scala --js --version someversionstring

Expected behaviour
Same pattern as sbt is producing (and expects when looks for the artifact with %%% ).

@Gedochao Gedochao added bug Something isn't working publish command labels Sep 29, 2022
@lwronski lwronski self-assigned this Oct 11, 2022
@lwronski lwronski added this to In progress in Issue Board Oct 12, 2022
@lwronski lwronski moved this from In progress to Done in Issue Board Oct 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working publish command Scala.js
Projects
Development

Successfully merging a pull request may close this issue.

4 participants