Skip to content

Commit

Permalink
Minor compilation improvements
Browse files Browse the repository at this point in the history
Drop Core implementation (replacement for IR) as it looks increasingly
unlikely this effort will be (sadly) continued. Also, it heavily relies
on implicits which increases some compilation time.

Remove `runtime` dependency on `language-server`.
  • Loading branch information
hubertp committed Jun 6, 2022
1 parent bd60a20 commit 28ceab0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1,982 deletions.
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -1380,7 +1380,6 @@ lazy val `engine-runner` = project
.dependsOn(pkg)
.dependsOn(cli)
.dependsOn(`library-manager`)
.dependsOn(`language-server`)
.dependsOn(`polyglot-api`)
.dependsOn(`logging-service`)

Expand Down
Loading

0 comments on commit 28ceab0

Please sign in to comment.