Skip to content

Commit 85828a8

Browse files
committed
Added branch-specific info to README.
1 parent b1cb657 commit 85828a8

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

README.rst

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
################################################################################
2+
NOTICE
3+
################################################################################
4+
5+
The legacy/msil branch records the state of master at the point when
6+
msil was removed. It is not under active development.
7+
18
################################################################################
29
THE SCALA REPOSITORY
310
################################################################################
@@ -7,11 +14,11 @@ and how to build it. For information about Scala as a language, you can visit
714
the web site http://www.scala-lang.org/
815

916
Part I. The repository layout
10-
--------------------------------------------------------------------------------
17+
--------------------------------------------------------------------------------
1118

1219
Follows the file layout of the Scala repository. Files marked with a † are not
1320
part of the repository but are either automatically generated by the
14-
build script or user-created if needed. This is not a complete listing. ::
21+
build script or user-created if needed. This is not a complete listing. ::
1522
scala/
1623
+--build/ Build products output directory for ant.
1724
+--build.xml The main Ant build script.
@@ -111,12 +118,12 @@ Part III. Common use-cases
111118

112119
- ``ln -s build/quick/bin qbin`` (once):
113120
- ``ant && qbin/scalac -d sandbox sandbox/test.scala && qbin/scala -cp sandbox Test``
114-
121+
115122
Incrementally builds quick, and then uses it to compile and run the file
116123
``sandbox/test.scala``. This is a typical debug cycle.
117124

118125
- ``ant replacelocker``
119-
126+
120127
"unfreezes" locker by updating it to match the current source code.
121128

122129
- This will delete quick so as not to mix classes compiled with different
@@ -137,7 +144,7 @@ Part III. Common use-cases
137144
ANT_OPTS="-Xms512M -Xmx2048M -Xss1M -XX:MaxPermSize=128M" ant docs
138145

139146
- ``ant dist``
140-
147+
141148
Builds a distribution.
142149

143150
- Rebuilds locker from scratch (to make sure it bootstraps).

0 commit comments

Comments
 (0)