Commits
User selector
Commit History
Commits on Sep 20, 2018
Commits on Sep 10, 2018
Commits on Sep 27, 2016
This revision updates the code base to include some DrScala specific
Show description for f69f919committed
Commits on Aug 27, 2016
This commit fixes a bug in Scala project compilation (Scala failed to
Show description for af70ea7committed
Commits on Sep 13, 2015
This commit includes the up-to-date version of platform.jar in drjava/lib,
Show description for df39346committedThis commit cleans up code in the Scala part of platform and in some
Show description for 85fecb5committed
Commits on Sep 9, 2015
This revision cleans up unit testing of scala source files and assorted
Show description for 998c338committed
Commits on Sep 4, 2015
This revision includes a platform.jar file in drjava/lib that corresponds to
Show description for 3447963committed
Commits on Aug 25, 2015
This revision eliminate yet more "Java" vestiges of the old DrJava
Show description for 572f18dcommitted
Commits on Aug 20, 2015
This revision includes more minor changes to eliminate vestiges of the DrJava interface.
Show description for cca3bf0committed
Commits on Aug 15, 2015
Commits on Oct 13, 2014
Commits on Feb 6, 2013
This is a partial update of the DrScala indenting tests. Many more
Show description for 274591fcommitted
rcartwright
Commits on Aug 26, 2012
This commit includes minor changes in OptionConstants to add the Sea Glass LookAndFeel as an option
Show description for f19ccc3committed
rcartwright
Commits on Aug 15, 2012
This commit is a major indenting update. There are still glitches involving "=>" as a brace
Show description for c243659committed
rcartwright
Commits on Jun 21, 2012
This revision comments out a debugging statement in ScalaCompiler.jar
Show description for 975871ccommitted
rcartwrightThis revision fixes a serious bug in ScalaCompiler.java in the platform code base. It also updates the date field in all of the copyright blocks included in eery file, so it affects every file.
Show description for b48acc2committed
rcartwright
Commits on Jun 17, 2012
This commit is a modest step toward making DrScala more robust. All
Show description for 64c7839committed
rcartwright
Commits on Jun 11, 2012
This revision updates the code in plt so that it compiles cleanly
Show description for d2dbd3bcommitted
rcartwrightThis revision contains some minor code cleanup such as statically
Show description for 6063e98committed
rcartwright
Commits on Jun 10, 2012
This commit enables DrScala to find compilers when it is run from a
Show description for f40b467committed
rcartwright
Commits on Jun 5, 2012
This commit is an incremental step toward revising the unit tests to work with DrScala. To do: change project file suffix to ".scala".
Show description for 086294fcommitted
rcartwright
Commits on Apr 27, 2012
This revision enables more logging output to see if the correct output
Show description for 9801084committed
rcartwright
Commits on Apr 21, 2012
This revision contains purely cosmetic improvements to
Show description for 8e88fe7committed
rcartwright
Commits on Apr 20, 2012
This revision converts some Java specific code in DefintionsDocument
Show description for 702acd9committed
rcartwright
Commits on Apr 8, 2012
This revision finally passes the class path and build directory for a
Show description for 9286ddccommitted
rcartwright
Commits on Mar 28, 2012
This revision fixes a critical bug in PredictiveInputFrame introduced in the recent refactoring to eliminate type warnings.
Show description for deeb9e4committed
rcartwright
Commits on Mar 27, 2012
This revision limits Scala compiler searching to drjava.jar (which contains the compiler). It also fixes a few of the compiler warning generated by Java 7.
Show description for 4e3ebd9committed
rcartwright
Commits on Mar 26, 2012
This revision adds support for specifying an output directory when compiling in "flat file mode" and some revisions to the
Show description for 3965373committed
rcartwright
Commits on Mar 19, 2012
This commit updates platform.jar to be consistent with the platform source code. Debug messages have been removed or suppressed.
Show description for de69535committed
rcartwrightThis build successfully compiles Scala files, but the target location for class files is the directory in which drjava.jar resides.
Show description for 2a4092bcommitted
rcartwright
Commits on Mar 14, 2012
This commit is a incidental revision since the last commit. The IDE still does not fully load the
Show description for 2142704committed
rcartwrightThis commit is hopefully close to a working framework for compiling scala programs. The scala compiler will not load because the
Show description for 4858950committed
rcartwright
Commits on Mar 8, 2012
As of this commit, the code looks close to working (at least loading the Scala compiler for potential invocation) but Windows 7 is
Show description for cb3f1fccommitted
rcartwrightThis commit contains the updated platform.jar including the Scala compiler adapter (which does not yet work) and a minor change to
Show description for 67fef9fcommitted
rcartwright