Update documentation for Eclipse setup
See original GitHub issueThe docs on how to build dotty in Eclipse are outdated, they are not enough to build dotty successfully in Eclipse because some dependencies are not found. For example there are compilation errors in dotty/src/dotty/tools/backend/jvm/DottyBackendInterface.scala
because types such as ApplyDynamicDeconstructor
are not found. Where can one find the sources or binaries for ApplyDynamicDeconstructor
?
Issue Analytics
- State:
- Created 7 years ago
- Comments:8 (6 by maintainers)
Top Results From Across the Web
FAQ How do I upgrade Eclipse IDE? - Eclipsepedia
Upgrading existing Eclipse IDE and Installed Features to newer release · Window > Preferences > Install/Update > Available Software Sites · Click ...
Read more >Documentation | The Eclipse Foundation
Eclipse Distribution, Update Site, Dropins ... Online Documentation: latest release. Eclipse Help Plugin providing assistance directly in your Eclipse IDE.
Read more >Upgrade instructions - Eclipse ESCET development
Set up a new development environment for the new Eclipse IDE version. Version updates. Look up Orbit version for the new Eclipse Platform/IDE/SDK...
Read more >Eclipse Documentation | The Eclipse Foundation
Eclipse Packaging Project (EPP) Releases. How to start or stop information center from command line.
Read more >Development environment setup | Eclipse ESCET ...
Eclipse ESCET™ development documentation (Incubation) > Development environment setup ... Another option is to update your existing Eclipse Installer.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
We’d love that, the issue is that the dotty backend is a fork of the scalac 2.11.5 backend (actually it was forked somewhere during the development of scala 2.11.5) and needs to be brought up to date
Just tried the new instructions: adding scala-reflect 2.11.5 wasn’t quite enough, seemingly because 2.11.8 was still on the classpath. To fix that, I removed the Scala library container and add a standard library as an external JAR from project
dotty
.Since ScalaIDE defaults to the latest Scala, would it be an option to switch to that too?