Dale Wijnand
8546fc7ea6
Merge pull request #3932 from dwijnand/max-socket-length
...
Handle very long socket file paths on UNIX
2018-02-13 07:36:15 +00:00
Dale Wijnand
4e038c91ce
Introduce SBT_GLOBAL_SERVER_DIR env var to override too long paths
2018-02-12 17:57:26 +00:00
eugene yokota
2c0b953321
Merge pull request #3936 from eed3si9n/wip/notes
...
sbt 1.1.1 notes
2018-02-09 23:36:05 -05:00
Eugene Yokota
15018c1971
notes
2018-02-09 23:33:08 -05:00
Dale Wijnand
638dbeb84c
Merge pull request #3933 from dwijnand/ServerSpec-Codacy2
...
Fix another Codacy issue in ServerSpec
2018-02-09 12:38:27 +00:00
Dale Wijnand
4c765e0e93
Merge pull request #3927 from sbt/sbt-boot-lock-sysprop
...
Adds sbt.boot.lock sysprop to opt-out
2018-02-09 12:37:54 +00:00
Eugene Yokota
39d9927179
1.1.2-SNAPSHOT
2018-02-08 13:08:32 -05:00
Eugene Yokota
4da6a8952b
1.1.1 launchconfig
2018-02-08 13:08:21 -05:00
Dale Wijnand
74ff6aa1ce
Fix another Codacy issue in ServerSpec
2018-02-08 14:16:54 +00:00
Dale Wijnand
402378a81e
Adds sbt.boot.lock sysprop to opt-out
...
Adds sbt.boot.lock as a system property to opt-out of locking.
This might be useful when running on filesystems on which the locking code path would throw an exception.
Upstream issue: https://bugs.openjdk.java.net/browse/JDK-8193594
Provides a workaround for #2222 , thus...
Closes #2222 .
2018-02-08 13:02:39 +00:00
Dale Wijnand
8e7dfb4b20
Handle very long socket file paths on UNIX
...
Fixes #3930
2018-02-08 13:00:46 +00:00
Dale Wijnand
d75d95d653
Merge pull request #3931 from eed3si9n/wip/bump
...
Zinc 1.1.1, LM 1.1.3, IO 1.1.4
2018-02-08 07:31:35 +00:00
Eugene Yokota
7df32cff84
Zinc 1.1.1, LM 1.1.3, IO 1.1.4
2018-02-08 01:06:09 -05:00
eugene yokota
4a8adbb8e0
Merge pull request #3923 from dwijnand/PluginCross-scala-versions
...
Upgrade Scala versions that ^^ uses
2018-02-07 22:02:10 -05:00
eugene yokota
54eb6c2d6b
Merge pull request #3929 from eed3si9n/wip/servertest2
...
Backport server testing as a unit test
2018-02-07 21:18:35 -05:00
eugene yokota
bd1532eb4b
Merge pull request #3922 from swaldman/suppressServer
...
Implement a suppressServer setting for high-security builds
2018-02-07 19:25:23 -05:00
Dale Wijnand
639ee220dc
Fix Codacy issue in ServerSpec
2018-02-07 18:17:00 -05:00
Eugene Yokota
23cdfd8369
improve Windows build
2018-02-07 18:16:21 -05:00
Eugene Yokota
3954985506
formatting
2018-02-07 18:16:02 -05:00
Eugene Yokota
5ab122c3cf
Use State to pick the port file
2018-02-07 18:00:02 -05:00
Eugene Yokota
bd0e44c292
start an instance of sbt in the background
2018-02-07 17:49:22 -05:00
Eugene Yokota
a2347332ab
Use ipcsocket
2018-02-07 17:46:23 -05:00
Steve Waldman
96b9429669
Rework false-defaulting 'suppressServer' to true-defaulting 'autoStartServer'.
2018-02-06 11:49:46 -08:00
Dale Wijnand
2db5c77442
Upgrade Scala versions that ^^ uses
...
Refs #3907
2018-02-06 16:02:45 +00:00
Steve Waldman
9601668199
Add a note describing the suppressServer feature.
2018-02-05 23:37:46 -08:00
Steve Waldman
0aa133d276
Implement 'suppressServer' setting, for builds and plugins that prefer to be conservative about exposure to other processes.
2018-02-05 23:11:42 -08:00
eugene yokota
cbf7d92488
Merge pull request #3910 from cunei/wip-fix-fork-parallel
...
Allow the full tests/fork-parallel to pass on less than four cores
2018-01-30 22:30:27 -05:00
Antonio Cunei
c310ade9f8
Allow the full tests/fork-parallel to pass on less than four cores
...
The test will be meaningless on less than four cores, but the
scripted test will pass. On four or more cores, the test wil
test testForkedParallel as expected.
Closes #3545
2018-01-30 23:59:37 +01:00
eugene yokota
5d89795657
Merge pull request #3876 from eed3si9n/wip/jlineinit
...
Fix tab completion running `sbt console`
2018-01-22 14:14:35 -05:00
Dale Wijnand
5333d0df08
Merge pull request #3865 from dwijnand/fix-Extracted.append
...
Deprecates Extracted#append for appendWithSession
2018-01-17 10:01:25 +00:00
Eugene Yokota
ca712acf41
Fix tab completion running `sbt console`
...
Fixes #3841
This fixes console task that internally uses JLine. When `console` is started from batch mode, the tab is printed as is. This is because JLine is not initialized yet.
Calling `usingTerminal` initializes and restores the terminal afterwards.
2018-01-16 15:41:48 -05:00
Dale Wijnand
0885233281
Deprecates Extracted#append for appendWithSession.
...
.. and appendWithoutSession.
2018-01-15 14:48:58 +00:00
Eugene Yokota
e58b303297
1.1.1-SNAPSHOT
2018-01-13 03:27:11 -05:00
Dale Wijnand
6477d6146f
Merge pull request #3866 from dwijnand/mima
...
update mimaPreviousArtifacts. add sbt 1.1.0
2018-01-10 18:34:02 +00:00
xuwei-k
57caee6152
update mimaPreviousArtifacts. add sbt 1.1.0
2018-01-10 15:46:14 +00:00
eugene yokota
852d4ea37c
Merge pull request #3852 from eed3si9n/wip/notes
...
Zinc 1.1.0
2018-01-06 01:45:02 -05:00
Eugene Yokota
5a695b9761
launchconfig
2018-01-05 22:47:58 -05:00
Eugene Yokota
47d66eef0f
Zinc 1.1.0
2018-01-05 14:07:04 -05:00
Eugene Yokota
bd5cbc4fb3
notes
2018-01-05 14:06:46 -05:00
eugene yokota
8ac280e094
Merge pull request #3835 from cunei/wip-disable-fork-parallel
...
Keep "tests/fork-parallel" disabled, but add an explanation
2018-01-02 15:09:36 -05:00
cunei
c3c487c8ab
Merge branch '1.1.x' into wip-disable-fork-parallel
2017-12-23 06:08:55 +01:00
Antonio Cunei
eb0bf30712
Adjustments to test file. Scripted can't cope with empty comments
...
Apparently an empty comment line, meaning a single '#' on a line,
cannot be fed to scripted, which will complain with an odd error
message.
This commit tweaks the comments in the tests/fork-parallel file
so that there are no empty comment lines.
2017-12-23 05:00:38 +01:00
eugene yokota
a28381e93a
Merge pull request #3837 from eed3si9n/wip/windows2
...
Add Library interface
2017-12-22 16:56:03 -05:00
Eugene Yokota
0aebb92ef5
don't block the build when server can't get up
2017-12-22 16:14:05 -05:00
Eugene Yokota
0a3900f53d
Add Library interface
...
Fixes #3821
Initially I missed why #3821 was failing.
Looking at it again, the error message reads:
```
Caused by: java.lang.IllegalArgumentException: Interface (NGWin32NamedPipeLibrary) of library=kernel32 does not extend Library
at com.sun.jna.Native.loadLibrary(Native.java:566)
at sbt.internal.NGWin32NamedPipeLibrary.<clinit>(NGWin32NamedPipeLibrary.java:38)
... 7 more
```
Inside `Native.loadLibrary`, it requires the "library" interface to extend `com.sun.jna.Library`, which this adds.
2017-12-22 16:10:46 -05:00
eugene yokota
22b7518d5d
Merge pull request #3822 from cunei/wip-milliBis
...
Use IO.getModifiedTimeOrZero(file) calls
2017-12-22 13:03:55 -05:00
Eugene Yokota
7f0ff7c90a
IO 1.1.3, Zinc 1.1.0-RC4
2017-12-22 11:45:31 -05:00
Antonio Cunei
94e36a14c8
Change modifiedTime definitions
2017-12-22 01:55:37 +01:00
Antonio Cunei
ebff7919e9
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 01:55:37 +01:00
Antonio Cunei
8c7f93d7a5
Keep tests/fork-parallel disabled, but add an explanation
...
See https://github.com/sbt/sbt/issues/3545#issuecomment-353247827
2017-12-21 15:25:24 +01:00