question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Update documentation for Eclipse setup

See original GitHub issue

The 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:closed
  • Created 7 years ago
  • Comments:8 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
smartercommented, Oct 6, 2016

Since ScalaIDE defaults to the latest Scala, would it be an option to switch to that too?

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

0reactions
Blaisorbladecommented, Oct 6, 2016

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?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found