eugene yokota
613bf8b034
Merge pull request #60 from dwijnand/additional-formats
...
Add back additional formats.
2016-11-28 15:22:47 -05:00
Dale Wijnand
998cffd9ab
Change hlist format to serialise to flat array
2016-11-28 18:57:51 +00:00
Dale Wijnand
bcd5e800c4
Remove InputStream/OutputStream support
2016-11-28 11:11:10 +00:00
Dale Wijnand
ab9165ab04
Remove formats already present upstream in sjson-new
2016-11-28 10:36:34 +00:00
Dale Wijnand
ab08e1a9d5
Add back additional formats.
...
At least a subset of these are required for sbt/sbt to migrate away from
sbinary.
This reverts commit cee43575ce .
2016-11-25 11:42:07 +00:00
eugene yokota
a2c73e77f9
Cross publish util-logging and util-testing ( #59 )
2016-11-22 23:41:29 +00:00
Dale Wijnand
20deba4b24
0.1.0-M15
2016-11-15 23:26:24 +00:00
Dale Wijnand
f3adb2953c
Add sbt-pgp, required by publishSigned in release
2016-11-15 23:26:08 +00:00
eugene yokota
cf2f4111ec
Merge pull request #57 from dwijnand/deprecations
...
Remove deprecated methods
2016-11-15 12:42:59 -05:00
Dale Wijnand
3e3b74096b
Merge pull request #54 from dwijnand/reunite
...
Add props to define source dependency on io
2016-11-15 17:15:40 +00:00
Dale Wijnand
805cac42bf
Merge pull request #55 from dwijnand/better-maybe
...
Improve xsbti.Maybe
2016-11-15 17:15:23 +00:00
Dale Wijnand
033adfe4ea
Remove deprecated methods
2016-11-15 17:14:10 +00:00
Dale Wijnand
d6ebb4bc1e
Upgrade to sbt 0.13.13 ( #56 )
2016-11-09 14:06:48 +00:00
Dale Wijnand
0d86bbdd0e
Add props to define source dependency on io
...
Use either -Dsbtio.path on the command line
or sbtio.path= in project/local.properties
2016-10-31 16:09:19 +00:00
Dale Wijnand
41c7e9b85d
Improve xsbti.Maybe
...
* Make Nothing a singleton
* Make Maybe's constructor private
* Optimise equals to use reference equality first
* Optimise Just.equals by having proper, non-anonymous subclasses
* Having non-anonymous subclasses makes them have nicer classnames
* Give Just a value() method
2016-10-31 15:33:39 +00:00
Dale Wijnand
ea56f331a1
Lazily concatenate failed errors for completion [forwardport] ( #53 )
...
* Fixes [sbt/sbt#2781 ]
* When using `<TAB>` completion the failed errors were always
computed for mathcing projects even if there was no failure,
leading to excessive computation of Levenshtein distances
and a large lag (seconds) on builds with many matching
projects.
2016-10-31 09:23:38 +00:00
eugene yokota
d63a1f2492
Merge pull request #52 from dwijnand/eval
...
Really expose Eval. Fixes error in #50
2016-10-28 13:17:05 -04:00
Dale Wijnand
8d2f106f7a
Really expose Eval. Fixes error in #50
2016-10-28 12:19:41 +01:00
eugene yokota
33b65edac0
Merge pull request #51 from dwijnand/noxml
...
Remove scala-xml, unused
2016-10-27 09:46:23 -04:00
eugene yokota
0cad442a3e
Merge pull request #50 from dwijnand/eval
...
Expose Eval. Fixes sbt/sbt#2616
2016-10-27 09:46:04 -04:00
Dale Wijnand
c2b88760ad
Remove scala-xml, unused
2016-10-27 11:43:34 +01:00
Dale Wijnand
881ab0f298
Expose Eval. Fixes sbt/sbt#2616
2016-10-27 11:13:45 +01:00
eugene yokota
1a9b515e33
Merge pull request #45 from Duhemm/wip/remove-sbinary
...
Caching based on sjsonnew
2016-10-25 19:22:57 -04:00
eugene yokota
fba4e78543
Merge pull request #46 from Duhemm/wip/maybe-equals
...
Implement hashCode, equals and toString in Maybe
2016-09-14 11:26:20 -04:00
eugene yokota
b184f7e539
Merge pull request #48 from eed3si9n/wip/jline2
...
Interruptible read line
2016-09-14 11:24:51 -04:00
Eugene Yokota
a38e100678
Handle sleep interruption
2016-09-12 23:11:20 -04:00
Eugene Yokota
bc32cb4c6f
Trying to make readline timeout
2016-09-12 23:11:20 -04:00
Martin Duhem
8956da53a8
Update to latest revision of sjsonnew
2016-08-21 19:56:31 +02:00
Martin Duhem
cee43575ce
Remove unused additional formats
2016-08-21 17:52:08 +02:00
Martin Duhem
4e233d81f9
Make Maybe's toString closer to the actual code
2016-08-21 14:24:34 +02:00
Martin Duhem
432c93b0bb
Implement hashCode, equals and toString in Maybe
...
This brings Maybe's behavior closer to scala's Option.
2016-08-19 15:52:17 +02:00
Martin Duhem
feda07b896
Adapt to recent changes to sjson-new
2016-07-24 21:42:03 +01:00
Martin Duhem
465774b13c
Adapt to recent changes to sbt-datatype
2016-07-24 21:10:36 +01:00
Martin Duhem
c395bd14a8
Add `sub` to `CacheStoreFactory`
2016-06-28 19:44:51 +02:00
Martin Duhem
eda708dfeb
Add `StreamFormat` and `HListFormat`
2016-06-28 19:44:32 +02:00
Martin Duhem
4cffccc8c8
Caching based on sjsonnew
2016-06-28 11:17:38 +02:00
eugene yokota
d760b15193
Merge pull request #44 from dwijnand/cleanups
...
Fix compilation warnings, migrate to blackbox.Context
2016-06-20 08:38:42 +02:00
Dale Wijnand
5ecfc4d59f
Un-deprecate now-private methods
2016-06-19 23:16:59 +01:00
Dale Wijnand
745bf4dc6d
Remove Attribute#rawLabel
2016-06-19 21:21:08 +01:00
Dale Wijnand
4e4aa08a1a
Drop Scala 2.10
2016-06-19 13:06:43 +01:00
Dale Wijnand
121e7f5d9e
Add -Ywarn-unused & -Ywarn-unused-import, & fix warnings
2016-06-19 11:42:31 +01:00
Dale Wijnand
28a40163e7
Sync Scala 2.11 version in .travis.yml
2016-06-19 11:24:50 +01:00
Dale Wijnand
d0826ff13c
Fix compilation warnings, migrate to blackbox.Context
2016-06-19 11:16:02 +01:00
Dale Wijnand
8989549cb6
Remove scalacOptions already set by house rules
2016-06-19 11:16:02 +01:00
eugene yokota
648428285c
Merge pull request #43 from eed3si9n/wip/testmixup
...
Don't publish tests
2016-05-11 15:26:22 -04:00
Eugene Yokota
75ca253775
Don't publish tests
2016-05-11 11:39:33 -04:00
Eugene Yokota
daaa45f494
0.1.0-M12
2016-05-04 16:28:17 -04:00
Eugene Yokota
9c49a0ed9f
Update dependencies
2016-05-04 16:27:29 -04:00
Eugene Yokota
5a60c0eea7
0.1.0-M11
2016-05-03 17:09:22 -04:00
eugene yokota
0da2f30ee8
Merge pull request #41 from eed3si9n/wip/2469
...
FPORT: Completion for build-level keys
2016-05-03 11:47:29 -04:00