File tree 2 files changed +4
-13
lines changed
2 files changed +4
-13
lines changed Original file line number Diff line number Diff line change 2
2
3
3
### Requirements
4
4
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:
7
6
``` shell
8
7
git clone https://github.com/lampepfl/dotty.git
9
8
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"
17
10
```
18
11
19
12
### Usage
20
13
21
14
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.
25
16
26
17
If compiling this example project fails, you probably have a global sbt plugin
27
18
that does not work with dotty, try to disable all plugins in
Original file line number Diff line number Diff line change @@ -34,6 +34,6 @@ lazy val root = (project in file(".")).
34
34
// avoid trouble.
35
35
libraryDependencies += " org.scala-lang" % " scala-library" % " 2.11.5" ,
36
36
37
- // Maintained at https://github.com/smarter /dotty- bridge
37
+ // Maintained at https://github.com/lampepfl /dotty/tree/master/ bridge
38
38
scalaCompilerBridgeSource := (" ch.epfl.lamp" % " dotty-bridge" % " 0.1.1-SNAPSHOT" % " component" ).sources()
39
39
)
You can’t perform that action at this time.
0 commit comments