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

Fix Intellij highlight errors #13

Closed
xeno-by opened this issue Nov 16, 2017 · 3 comments
Closed

Fix Intellij highlight errors #13

xeno-by opened this issue Nov 16, 2017 · 3 comments
Labels
Milestone

Comments

@xeno-by
Copy link
Contributor

xeno-by commented Nov 16, 2017

At the moment, IntelliJ doesn't work well on the Rsc codebase. After opening our project in IntelliJ, you may experience incomplete code intelligence, spurious red squiggles and other unpleasant issues. We believe that this is the case because of insufficient support for sbt-crossproject that we use to crosscompile Rsc to both JVM and Native. We haven't yet found a good workaround for this problem.

@xeno-by xeno-by added this to the 0.1.0 "Bare minimum" milestone Nov 16, 2017
@niktrop
Copy link

niktrop commented Nov 18, 2017

@xeno-by It seems that most of the problems are caused by a conflict between a standard scala-library and scalalib_native. Class files in scalalib_native0.3_2.11-0.3.3.jar do not contain scalasig annotation and can't be decompiled normally. As a temporary workaround you may just remove scalalib-native from the list of the libraries after importing project.

@rorygraves
Copy link
Contributor

rorygraves commented Nov 18, 2017 via email

@xeno-by
Copy link
Contributor Author

xeno-by commented Nov 25, 2017

Workaround documented in #27. I'll be closing this issue.

@xeno-by xeno-by closed this as completed Nov 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

3 participants