Skip to content

Commit 1a83e74

Browse files
committed
The compiler bridge has moved.
1 parent 51c1ec8 commit 1a83e74

File tree

2 files changed

+4
-13
lines changed

2 files changed

+4
-13
lines changed

README.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,17 @@
22

33
### Requirements
44

5-
Until artifacts are published, you'll need to compile Dotty and its compiler
6-
bridge yourself:
5+
Until artifacts are published, you'll need to compile Dotty yourself:
76
```shell
87
git clone https://github.com/lampepfl/dotty.git
98
cd dotty
10-
sbt ";dotty-interfaces/publishLocal;publishLocal"
11-
cd ..
12-
13-
git clone https://github.com/smarter/dotty-bridge.git
14-
cd dotty-bridge
15-
sbt publishLocal
16-
cd ..
9+
sbt ";dotty-interfaces/publishLocal;dotty-bridge/publishLocal;publishLocal"
1710
```
1811

1912
### Usage
2013

2114
This is a normal sbt project, you can compile code with `sbt compile` and run it
22-
with `sbt run`. See
23-
https://github.com/smarter/dotty-bridge#implementation-status for what works and
24-
what doesn't.
15+
with `sbt run`, `sbt console` will start a Dotty REPL.
2516

2617
If compiling this example project fails, you probably have a global sbt plugin
2718
that does not work with dotty, try to disable all plugins in

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ lazy val root = (project in file(".")).
3434
// avoid trouble.
3535
libraryDependencies += "org.scala-lang" % "scala-library" % "2.11.5",
3636

37-
// Maintained at https://github.com/smarter/dotty-bridge
37+
// Maintained at https://github.com/lampepfl/dotty/tree/master/bridge
3838
scalaCompilerBridgeSource := ("ch.epfl.lamp" % "dotty-bridge" % "0.1.1-SNAPSHOT" % "component").sources()
3939
)

0 commit comments

Comments
 (0)