Skip to content

Commit 2efc6d5

Browse files
committed
Merge pull request scala#2311 from retronym/topic/repl-intellij
An IntelliJ Module for the recently modularized REPL.
2 parents 59d4998 + 07cd90c commit 2efc6d5

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

src/intellij/repl.iml.SAMPLE

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<module type="JAVA_MODULE" version="4">
3+
<component name="FacetManager">
4+
<facet type="scala" name="Scala">
5+
<configuration>
6+
<option name="compilerLibraryLevel" value="Project" />
7+
<option name="compilerLibraryName" value="compiler-locker" />
8+
<option name="maximumHeapSize" value="1536" />
9+
<option name="vmOptions" value="-Xms1536m -Xss1m -XX:MaxPermSize=512M -XX:ReservedCodeCacheSize=256m -XX:+CMSClassUnloadingEnabled -XX:+UseCompressedOops -XX:+UseParallelGC" />
10+
</configuration>
11+
</facet>
12+
</component>
13+
<component name="NewModuleRootManager" inherit-compiler-output="true">
14+
<exclude-output />
15+
<content url="file://$MODULE_DIR$/../repl">
16+
<sourceFolder url="file://$MODULE_DIR$/../repl" isTestSource="false" />
17+
</content>
18+
<orderEntry type="inheritedJdk" />
19+
<orderEntry type="sourceFolder" forTests="false" />
20+
<orderEntry type="module" module-name="library" />
21+
<orderEntry type="module" module-name="reflect" />
22+
<orderEntry type="module" module-name="compiler" />
23+
</component>
24+
</module>
25+

src/intellij/scala-lang.ipr.SAMPLE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@
206206
<module fileurl="file://$PROJECT_DIR$/manual.iml" filepath="$PROJECT_DIR$/manual.iml" />
207207
<module fileurl="file://$PROJECT_DIR$/partest.iml" filepath="$PROJECT_DIR$/partest.iml" />
208208
<module fileurl="file://$PROJECT_DIR$/reflect.iml" filepath="$PROJECT_DIR$/reflect.iml" />
209+
<module fileurl="file://$PROJECT_DIR$/repl.iml" filepath="$PROJECT_DIR$/repl.iml" />
209210
<module fileurl="file://$PROJECT_DIR$/scala.iml" filepath="$PROJECT_DIR$/scala.iml" />
210211
<module fileurl="file://$PROJECT_DIR$/scaladoc.iml" filepath="$PROJECT_DIR$/scaladoc.iml" />
211212
<module fileurl="file://$PROJECT_DIR$/scalap.iml" filepath="$PROJECT_DIR$/scalap.iml" />

0 commit comments

Comments
 (0)