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
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
eugene yokota
d0344c54e8
Merge pull request #2287 from xuwei-k/inputTask-typo
...
fix typo
2015-11-25 10:51:13 -05: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
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
eugene yokota
30c4bc1043
Merge pull request #21 from sbt/fix/20
...
Fixes sbt/util#20
2015-11-13 03:53:33 -05:00
Eugene Yokota
f84251c877
0.1.0-M6
2015-11-13 01:59:18 -05:00
Eugene Yokota
95f183f9bd
Remove scala-library from Java only subproject. Fixes #20
2015-11-13 01:58:39 -05:00
Dale Wijnand
3bc013f19b
Merge pull request #2273 from jkinkead/release_notes
...
Release notes for apiURL change.
2015-11-12 18:51:06 +00:00
Jesse Kinkead
a631c635e2
Fix link refs.
2015-11-12 09:52:23 -08:00
Jesse Kinkead
ce4ae7a475
Release notes for apiURL change.
2015-11-12 09:32:16 -08:00
eugene yokota
49a4055c24
Merge pull request #2262 from jkinkead/api_url_always_checked-1.0.x
...
Always export apiURL even if autoAPIMappings is false.
2015-11-11 11:38:21 -05:00
Jesse Kinkead
0ecc2543ec
Always export apiURL even if autoAPIMappings is false.
2015-11-04 10:51:54 -08:00
eugene yokota
2c4583e312
Merge pull request #2226 from sbt/wip/build-imports
...
Make object Import to alias types and values
2015-10-02 04:31:46 -04:00
Eugene Yokota
7bb934ff8c
fix scripted dependency-management/cache-update
2015-10-02 02:35:31 -04:00
Eugene Yokota
7c7ed07dd4
fix scripted dependency-management/cache-update
2015-10-02 01:32:41 -04:00
Eugene Yokota
de9e68da52
fix dependency-management/scala-home
2015-10-02 00:39:18 -04:00
Eugene Yokota
5c5cf1ad6a
dependency-management/ivy-settings-a started working again
...
There's a part where it hits Maven Central to get the compiler
interface.
It probably synced.
2015-10-02 00:35:29 -04:00
Eugene Yokota
f14692f0b1
changes due to bumping up librarymangement to 0.1.0-M4
2015-10-02 00:25:45 -04:00
Eugene Yokota
5b9d90e089
set dependency-management/ivy-settings-a pending
2015-10-01 23:28:52 -04:00
Eugene Yokota
814ceeab79
librarymanagement 0.1.0-M3 to use internal syntax
2015-10-01 23:28:27 -04:00
Eugene Yokota
21f0315544
set project-load/sha-conflict to pending
2015-10-01 15:46:28 -04:00
Eugene Yokota
98dfeda7c3
Fixes scripted source-dependencies/inherited-macros
2015-10-01 15:43:41 -04:00
Eugene Yokota
08515c3329
Fixes scripted source-dependencies/abstract-type-override
2015-10-01 15:41:05 -04:00
Eugene Yokota
3f5c7c747a
set project/source-plugin to pending
2015-10-01 15:38:30 -04:00
Eugene Yokota
725dd28149
set project/continuations to pending
2015-10-01 15:37:02 -04:00
Eugene Yokota
f926a39187
set ivy-deps-management/update-classifiers-snapshot-srcs to pending
...
See also sbt/librarymanagement#7
2015-10-01 15:32:32 -04:00
Eugene Yokota
7688517c38
Fixes java/no-scala-tool
2015-10-01 15:21:24 -04:00
eugene yokota
dbd90eb605
Merge pull request #19 from sbt/wip/existentials
...
Fixes sbt/util#14
2015-10-01 15:02:47 -04:00
Eugene Yokota
e37de734f5
Make dependency-management/gh-1484-npe pending
...
We don't have sbt plugins yet for 1.0.
2015-10-01 04:04:54 -04:00
Eugene Yokota
0e5e7e2826
Fix dependency-management/exclude-scala
2015-10-01 04:01:36 -04:00
Eugene Yokota
b8bc58d248
Fix dependency-management/artifact
2015-10-01 03:58:20 -04:00
Eugene Yokota
05a33042ef
Update Travis settings
2015-10-01 03:40:39 -04:00
Eugene Yokota
6542886681
Fix scripted/compiler-project tests
2015-10-01 03:40:25 -04:00
Eugene Yokota
b81a6cc2da
Fix scripted api tests
2015-10-01 03:27:24 -04:00
Eugene Yokota
4b154cbe7a
Fix actions/join test
2015-10-01 03:03:44 -04:00
Eugene Yokota
b92b2c7109
Mechanically add import Import._
2015-10-01 02:45:38 -04:00