Skip to content

Missing JAR file in Dotty release 0.18.1-RC1 ?! #7146

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

Closed
michelou opened this issue Aug 30, 2019 · 2 comments · Fixed by #7148
Closed

Missing JAR file in Dotty release 0.18.1-RC1 ?! #7146

michelou opened this issue Aug 30, 2019 · 2 comments · Fixed by #7148

Comments

@michelou
Copy link
Contributor

michelou commented Aug 30, 2019

The following JAR file is missing in Dotty release 0.18.1-RC1:

lib/dotty-staging_0.18-0.18.1-RC1.jar

but is available from the Maven Central Repository:

https://search.maven.org/artifact/ch.epfl.lamp/dotty-staging_0.18/0.18.1-RC1/jar

Indeed, one can read the following in shell script bin/common:

110: DOTTY_STAGING=$(find_lib "*dotty-staging*")

and a variable $PSEP is missing on line 105 in shell script bin/dotr (before variable $DOTTY_STAGING):

105:    cp_arg+="$PSEP$DOTTY_COMP$PSEP$DOTTY_INTF$PSEP$SCALA_ASM$DOTTY_STAGING"
                                                                ^^^^^^
@bishabosha
Copy link
Member

bishabosha commented Aug 31, 2019

dotty staging is now a separate module as of #7080, you can add it to your dependencies

libraryDependencies += "ch.epfl.lamp" %% "dotty-staging" % scalaVersion.value

@michelou
Copy link
Contributor Author

@bishabosha And what about the reference to $DOTTY_STAGING in the two shell scripts bin/common and bin/dotr ??!!

@liufengyun liufengyun reopened this Aug 31, 2019
@michelou michelou changed the title Missing JAR file in Dotty release 0.18.1-RC1 Missing JAR file in Dotty release 0.18.1-RC1 ?! Aug 31, 2019
liufengyun added a commit to dotty-staging/dotty that referenced this issue Aug 31, 2019
nicolasstucki added a commit that referenced this issue Sep 1, 2019
Fix #7146: make dotty-staging available in REPL
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

Successfully merging a pull request may close this issue.

3 participants