Antonio Cunei
0a1bd5a3b2
Change modifiedTime definitions
2017-12-22 00:13:27 +01:00
Antonio Cunei
8ba68eedfd
Revert *ModifiedTime() calls to *lastModified*() calls
...
There are just too many instances in which sbt's code relies on
the `lastModified`/`setLastModified` semantics, so instead of moving
to `get`/`setModifiedTime`, we use new IO calls that offer the new
timestamp precision, but retain the old semantics.
2017-12-22 00:13:27 +01:00
Eugene Yokota
e835ce0689
bump plugins
2017-12-15 13:15:34 -05:00
Antonio Cunei
d2338ff287
Removed a couple more direct imports of getModifiedTime()
2017-12-15 17:23:39 +01:00
Dale Wijnand
13a8d53369
Use IO.getModified over importing the method
...
.. and make getModifiedTimeOrZero private.
2017-12-13 15:47:15 +00:00
Antonio Cunei
d03dfb3981
Moved Milli._ to IO.
2017-12-06 20:29:41 +01:00
Antonio Cunei
ccf149e8bf
Convert lastModified() calls to sbt.io.Milli.getModifiedTime()
2017-12-06 20:29:41 +01:00
Dale Wijnand
d31b9c5093
Add, configure & enable Scalafmt
2017-08-10 11:44:24 +01:00
Eugene Yokota
2d777a85ee
clean up warnings
2017-07-01 07:47:39 -04:00
Eugene Yokota
c985d9cdc0
Switch Scripted tests to used ManagedLogger
2017-01-24 21:13:58 -05:00
Dale Wijnand
121e7f5d9e
Add -Ywarn-unused & -Ywarn-unused-import, & fix warnings
2016-06-19 11:42:31 +01:00
Eugene Yokota
9c49a0ed9f
Update dependencies
2016-05-04 16:27:29 -04:00
Grzegorz Kossakowski
9f9ac3a9cc
Scripted logger logs everything
...
Do not filter any logging in scripted logger by setting the log level to
Debug.
The caller of ScriptedRunner passes a logger and decides the level of
logging it wants to receive. Scripted shouldn't filter anything.
2016-04-12 20:14:10 +02:00
Grzegorz Kossakowski
89e88ff584
Run scripted tests in the alphabetical order
...
Makes the order deterministic and makes it easier to see the progress on
running tests.
2016-04-07 12:48:45 +02:00
Martin Duhem
149122ab4d
Hide stacktrace upon failure on pending scripted test
2016-01-25 14:48:06 +01:00
Martin Duhem
23698d6664
Add scripted-core
2015-12-23 09:50:36 +01:00