sbt/main
Mark Harrah 8d6dd10798 2.10.0-M5, different arity generalization
1. KList[M[_]] now instead of KList[HL <: HList, M[_]]
  a. head, tail work properly in this variant
  b. disadvantage is that full type not easily transformed to new type constructor
2. AList abstracts on K[L[x]], a higher order type constructor.
 A. Instances written for:
  a. KList
  b. Seq[M[T]] for a fixed T
  c. TupleN
  d. single values
  e. operate on one type constructor when nested
 B. Main disadvantage is type inference.  It just doesn't happen for K[L[x]].
    This is mitigated by AList being used internally and rarely needing to construct a K.
2012-11-17 20:19:24 -05:00
..
actions Use java.lang.Throwable.setStackTrace. Proper fix for #543. 2012-11-15 10:14:59 -05:00
command Parser.failOnException method, don't let rhs of alias fail the parse. Fixes #572. 2012-10-15 12:42:27 -04:00
settings 2.10.0-M5, different arity generalization 2012-11-17 20:19:24 -05:00
src/test/scala 2.10.0-M5, different arity generalization 2012-11-17 20:19:24 -05:00
Act.scala reorganization of main/ 2012-11-17 20:19:24 -05:00
AddSettings.scala Control over automatically added settings. 2012-11-16 09:56:49 -05:00
Aggregation.scala 2.10.0-M5, different arity generalization 2012-11-17 20:19:24 -05:00
Build.scala reorganization of main/ 2012-11-17 20:19:24 -05:00
BuildDependencies.scala more flexible inter-project dependencies 2011-10-26 19:35:29 -04:00
BuildLoader.scala reorganization of main/ 2012-11-17 20:19:24 -05:00
BuildPaths.scala reorganization of main/ 2012-11-17 20:19:24 -05:00
BuildStructure.scala reorganization of main/ 2012-11-17 20:19:24 -05:00
BuildUtil.scala reorganization of main/ 2012-11-17 20:19:24 -05:00
CommandStrings.scala add [every] to syntax summary of 'set' command 2012-09-22 16:45:24 -04:00
ConsoleProject.scala add cleanupCommands setting to specify commands to run before interpreter exits. fixes #219 2011-10-16 17:27:36 -04:00
Cross.scala reorganization of main/ 2012-11-17 20:19:24 -05:00
Defaults.scala 2.10.0-M5, different arity generalization 2012-11-17 20:19:24 -05:00
EvaluateConfigurations.scala reorganization of main/ 2012-11-17 20:19:24 -05:00
EvaluateTask.scala 2.10.0-M5, different arity generalization 2012-11-17 20:19:24 -05:00
Extracted.scala 2.10.0-M5, different arity generalization 2012-11-17 20:19:24 -05:00
GlobalPlugin.scala reorganization of main/ 2012-11-17 20:19:24 -05:00
IvyConsole.scala reorganization of main/ 2012-11-17 20:19:24 -05:00
KeyIndex.scala reorganization of main/ 2012-11-17 20:19:24 -05:00
Keys.scala reorganization of main/ 2012-11-17 20:19:24 -05:00
Load.scala reorganization of main/ 2012-11-17 20:19:24 -05:00
LogManager.scala reorganization of main/ 2012-11-17 20:19:24 -05:00
Main.scala reorganization of main/ 2012-11-17 20:19:24 -05:00
NOTICE fix component name in main notice 2010-09-21 22:00:11 -04:00
Opts.scala reorganization of main/ 2012-11-17 20:19:24 -05:00
Output.scala 2.10.0-M5, different arity generalization 2012-11-17 20:19:24 -05:00
PluginManagement.scala reorganization of main/ 2012-11-17 20:19:24 -05:00
Project.scala 2.10.0-M5, different arity generalization 2012-11-17 20:19:24 -05:00
ProjectNavigation.scala inject 'log' method to State as convenience for CommandSupport.logger 2011-10-16 17:27:36 -04:00
Resolve.scala reimplement lighter support for controlling aggregation 2012-01-09 08:01:24 -05:00
Resolvers.scala Handle the case of missing ~/.sbt/staging directory when asking for a source project dependency. 2012-06-02 19:03:38 -04:00
RetrieveUnit.scala reorganization of main/ 2012-11-17 20:19:24 -05:00
ScopedKeyData.scala reorganization of main/ 2012-11-17 20:19:24 -05:00
Script.scala split command core to main/command/ 2012-01-29 14:36:27 -05:00
SessionSettings.scala reorganization of main/ 2012-11-17 20:19:24 -05:00
SessionVar.scala reorganization of main/ 2012-11-17 20:19:24 -05:00
SettingCompletions.scala reorganization of main/ 2012-11-17 20:19:24 -05:00
SettingGraph.scala 2.10.0-M5, different arity generalization 2012-11-17 20:19:24 -05:00
Tags.scala toStrings for some concurrent restrictions 2012-08-27 08:33:33 -04:00