Commit Graph

12176 Commits

Author SHA1 Message Date
Johannes Rudolph 00d64878aa dependencyDot: fix rendering of HTML labels, fixes #84 2016-01-08 17:29:42 +01:00
Johannes Rudolph cc2c3d1d9e bump version 2016-01-08 17:29:42 +01:00
Dale Wijnand c5949268ef Drop sealed from the typeclasses in Append
Forward port of #2322
2016-01-08 16:45:06 +01:00
Eugene Yokota c2406c0648 Use real local to retrieve compiler bridge during test. Fixes #36 2015-12-24 05:36:31 -05:00
eugene yokota e73dc9b546 Merge pull request #27 from sbt/wip/010M8
bumping up to 0.1.0-M8
2015-12-24 01:11:15 -05:00
Eugene Yokota ee7e2889dc bumping up to 0.1.0-M8 2015-12-23 19:23:11 -05:00
eugene yokota 5dc798c165 Merge pull request #26 from Duhemm/scripted-core
Add scripted-core
2015-12-23 17:26:42 -05:00
eugene yokota 377d9c2bed Merge pull request #25 from sbt/wip/scalaversion
Scala version bump and minor addition to xsbti
2015-12-23 17:23:10 -05:00
Martin Duhem 23698d6664 Add scripted-core 2015-12-23 09:50:36 +01:00
Eugene Yokota 17f55850f6 Quieter log during scripted 2015-12-22 00:20:29 -05:00
Eugene Yokota 277cbd12ef Adds concrete classes 2015-12-17 00:57:24 -05:00
Eugene Yokota e392470394 Bump Scala version on Travis 2015-12-16 17:22:02 -05:00
Eugene Yokota 121972577d Define T2 as an interface. 2015-12-16 15:54:23 -05:00
Eugene Yokota 200b351552 Adds xsbti.T2. 2015-12-16 15:46:40 -05:00
Eugene Yokota 994634fc2c Adds xsbti.F1. 2015-12-16 15:28:00 -05:00
Eugene Yokota 1c2922a44b Bump up Scala version. Fixes #24 2015-12-16 15:27:00 -05:00
eugene yokota 2e42d36fae Merge pull request #23 from dwijnand/jline-2.13
Upgrade to jline 2.13
2015-12-09 21:23:17 -05:00
Dale Wijnand 1e5fa46cbd Upgrade to jline 2.13
Forward port of sbt/sbt#2173. Fixes #22
2015-12-09 14:12:53 +00:00
Hugo Freire 92a06fc5da Allow to run sbt interactive mode in git for windows bash 2015-12-06 12:56:51 +01:00
eugene yokota a9d80cf38c Merge pull request #2281 from eamelink/bugfix-1982
Fix search result highlighting on Windows
2015-11-27 15:36:50 -05:00
Johannes Rudolph 0e0a30fd6f update notes 2015-11-26 14:43:44 +01:00
Johannes Rudolph 8e43a2fd02 Better wording 2015-11-26 14:43:22 +01:00
Johannes Rudolph ce4c20dc60 Better README wording 2015-11-26 14:36:04 +01:00
Johannes Rudolph cea712c050 Merge branch '0.8' and fix README 2015-11-26 14:34:57 +01:00
Johannes Rudolph 21ccad2109 fix notes 2015-11-26 14:32:22 +01:00
Johannes Rudolph 5655b98c1e Fix links in README 2015-11-26 13:35:01 +01:00
Johannes Rudolph 90923e9be5 fix scripted tests 2015-11-26 13:31:55 +01:00
Johannes Rudolph 7b7f4d983f update README / notes 2015-11-26 13:31:55 +01:00
Johannes Rudolph 2a54348003 fall back on ivy report XML for sbt < 0.13.6 2015-11-26 13:31:55 +01:00
Johannes Rudolph 21e5b7ce5b refactoring 2015-11-26 11:56:00 +01:00
Johannes Rudolph 83a311b4af make it compile again with sbt 0.13.6 2015-11-26 11:53:47 +01:00
eugene yokota d0344c54e8 Merge pull request #2287 from xuwei-k/inputTask-typo
fix typo
2015-11-25 10:51:13 -05:00
Johannes Rudolph a821b27809 bump version to 0.8.0 and update README to reflect changes 2015-11-25 16:50:30 +01:00
xuwei-k 84e8f20080 fix typo 2015-11-25 20:01:22 +09:00
Martin Duhem 85a05ed237 Fix command and definition of compiler bridge
The compiler bridge had a dependency on the scala compiler in the
version defined in the build definition. This means that when trying to
fetch the compiler bridge for, say, Scala 2.9.2, we would also pull in
the Scala compiler 2.10.5.

The compiler bridge now has a "provided" dependency on the Scala
compiler.
2015-11-23 15:44:23 +01:00
Martin Duhem 5dd2b1f16a Fix tests that fetch and build the compiler bridge. 2015-11-23 11:54:13 +01:00
Erik Bakker 995ccf85a6 Fix search result highlighting on Windows
Use only ANSI color codes that are supported by Windows
2015-11-20 22:08:03 +01:00
Johannes Rudolph 167a8a3f50 Link to 0.8 branch in README 2015-11-18 18:22:51 +01:00
Johannes Rudolph eac58262d4 preliminary overhaul of the README 2015-11-18 17:58:23 +01:00
Johannes Rudolph 000b0ed253 render a graph in the browser using dagre-d3 and graphlib-dot, fixes #29 2015-11-18 17:41:30 +01:00
Johannes Rudolph ac0ab5189a in DOT graph render special evicted by edges and access new elements through evicted ones 2015-11-18 17:36:55 +01:00
Johannes Rudolph 932085bdf6 rename frontend -> backend 2015-11-17 20:40:00 +01:00
Johannes Rudolph a89e63f956 new backend to generate graph directly from sbt data structures, fixes #39 2015-11-17 20:34:08 +01:00
Johannes Rudolph 191d12aa7a enable plugin automatically 2015-11-17 19:14:36 +01:00
Johannes Rudolph 8f107639ae fix typo 2015-11-17 18:02:01 +01:00
Johannes Rudolph a82235e813 make cycles in the graph more visible 2015-11-17 17:34:51 +01:00
Johannes Rudolph 0c4bc73a64 enable Scalariform auto-formatting 2015-11-17 17:32:02 +01:00
Johannes Rudolph 0c3cf98a89 allow cycles in graphs even when printing with AsciiTreeLayout, fixes #77 2015-11-17 17:30:00 +01:00
Johannes Rudolph 5f3c2c2659 more AsciiTreeLayout tests 2015-11-17 17:27:34 +01:00
Martin Duhem c62f8f4683 Put `util-interface` on classpath when compiling compiler bridge
Also, write tests to make sure that we remain able to compile the
compiler bridge for different versions of Scala.

Fixes sbt/incrementalcompiler#32
2015-11-16 22:46:38 +01:00