You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is probably related to IntelliJ as it re-appears every now and then in IDEA's track. Although I haven't found a solution (apart from git reset --hard <previous commit> and then git merging with dotty's master) I am putting it here as a reminder to update our Building Dotty with Intellij IDEA doc (in case we don't find one).
The text was updated successfully, but these errors were encountered:
Ping @jastice: There seems to be an issue with IntelliJ importing sbt projects which use unmanagedSourceDirectories, I've tried to minimize it before, but my minimized projects always succeed the import. Could you help us diagnose what's going on here?
Both IntelliJ and Eclipse fail horribly when trying to import a project
using `unmanagedSourceDirectories` containing files (and not
directories), but this is necessary for our build since we only want to
compile a subset of the backend folder. We workaround this by
linking (or copying on OS when symbolic links do not work) the files we
want to compile in sbt `managedSources`.
Make sure to run `sbt compile` at least once before running `sbt
eclipse` or importing the project in IntelliJ.
This is probably related to IntelliJ as it re-appears every now and then in IDEA's track. Although I haven't found a solution (apart from
git reset --hard <previous commit>
and then git merging with dotty's master) I am putting it here as a reminder to update our Building Dotty with Intellij IDEA doc (in case we don't find one).The text was updated successfully, but these errors were encountered: