Eugene Yokota
0c803214aa
IPC Unix Domain Socket and Windows Named Pipe sockets
...
The Java socket implementation for IPC is lifted from facebook/nailgun.
af623fdded /
2017-11-27 21:36:25 -05:00
eugene yokota
e6165464ba
Merge pull request #3740 from laughedelic/wip/logmessage
...
LSP: improve logMessage notifications
2017-11-27 20:51:50 -05:00
Dale Wijnand
5b0b9e2ba2
Add node_modules to .gitignore
2017-11-27 16:52:48 +00:00
Dale Wijnand
ac5a30142a
Merge pull request #3770 from xuwei-k/specs2-4
...
update specs2 4.0.1
2017-11-26 09:15:28 +00:00
eugene yokota
8e933fcda4
Merge pull request #3768 from eed3si9n/wip/bump_modules
...
Bump modules
2017-11-26 03:49:14 -05:00
Eugene Yokota
1d8d1a1622
Zinc 1.0.5
2017-11-26 02:26:04 -05:00
xuwei-k
6b4093dc15
update specs2 4.0.1
2017-11-26 13:59:50 +09:00
Eugene Yokota
f44dcef14d
notes
2017-11-25 05:26:51 -05:00
Eugene Yokota
309fdfac31
Bump modules
2017-11-25 00:27:45 -05:00
Dale Wijnand
c517517927
Merge pull request #3754 from Duhemm/remove-useless-files
...
Remove 2 useless files in protocol
2017-11-23 12:22:15 +00:00
Dale Wijnand
97a2fe8c1c
Merge pull request #3762 from xuwei-k/fix-screpl
...
fix #3591 . "Not a valid key: console-quick"
2017-11-23 09:58:36 +00:00
Dale Wijnand
d45f817b71
Merge pull request #3763 from xuwei-k/Completions-strict
...
make strict some methods in Completions
2017-11-23 09:56:04 +00:00
xuwei-k
b8086e0768
make strict some methods in Completions
2017-11-23 15:21:02 +09:00
xuwei-k
8ee413778a
fix #3591 . "Not a valid key: console-quick"
2017-11-23 14:56:52 +09:00
Martin Duhem
238540d34a
Remove 2 useless files in protocol
...
They have been moved to Contraband since, but never removed.
2017-11-21 10:46:57 +01:00
Dale Wijnand
17762947e4
Merge pull request #3744 from cunei/wip-port-zinc-pr-441
...
Port of sbt/zinc#441 to sbt/sbt 1.0.x
2017-11-16 16:29:15 +00:00
Antonio Cunei
43a976d42c
Port of sbt/zinc#441 to sbt/sbt 1.0.x
2017-11-16 15:15:21 +01:00
Dale Wijnand
8fe38d4a5a
Merge pull request #3743 from cunei/wip-flakyTests1
...
Workaround for scala/bug#10605
2017-11-16 10:58:53 +00:00
Antonio Cunei
a050b73a46
Workaround for scala/bug#10605
...
templateStats() is not thread-safe in 2.12.x (at least up to 2.12.4)
2017-11-15 05:27:31 +01:00
Alexey Alekhin
8fe1934ea0
Tweaked MessageType.fromLevelString conversion
2017-11-14 21:53:57 +01:00
Alexey Alekhin
0c0e0ce912
Log StringEvents and MessageEvents to the LSP client
2017-11-14 21:53:29 +01:00
Alexey Alekhin
6b6047b55c
Publish ExecStatusEvent taking into account its channel name
2017-11-14 21:53:15 +01:00
Dale Wijnand
c3f9cf800e
Merge pull request #3719 from eed3si9n/wip/launcher
...
Bump launcher to 1.0.2
2017-11-08 10:28:52 +00:00
Dale Wijnand
f380de79f4
Merge pull request #3720 from eed3si9n/wip/3680
...
Improve testQuick performance, restoring caching of stamps
2017-11-08 08:50:26 +00:00
OlegYch
6e29a1aa15
Improve testQuick performance, restoring caching of stamps
2017-11-07 22:56:05 -05:00
Eugene Yokota
afe9757da0
Bump launcher to 1.0.2
...
Fixes #3676
2017-11-07 22:54:05 -05:00
Dale Wijnand
8b1cab04c6
Merge pull request #3699 from saniyatech/fix-3693
...
Removes reference to version 0.14.0 from a warning message
2017-11-07 08:27:21 +00:00
eugene yokota
ee4dcee7cf
Merge pull request #3717 from cunei/wip-3655
...
Do not always use Level.Debug while creating a backgroundLog
2017-11-06 13:08:21 -05:00
Antonio Cunei
1ca266d0f8
Do not always use Level.Debug while creating a backgroundLog
...
The creation of a backgroundLog was always using Debug as the
logging level for console and backing. This commit sets the
levels to those used by the caller. Fixes #3655
2017-11-06 15:33:05 +01:00
Saniya Tech
b5e05e1fc1
Merge branch '1.x' into fix-3693
2017-11-04 09:52:35 -04:00
Dale Wijnand
9232a8fbc8
Merge pull request #3671 from miklos-martin/1.x
...
Add nameOption to the Command trait
2017-11-03 08:33:52 +00:00
Miklos Martin
1f89e3dc02
move nameOption to the trait
2017-11-03 06:39:53 +01:00
Miklos Martin
951c78a4d7
better naming + value class
2017-11-03 06:39:53 +01:00
Miklos Martin
79e75f02e5
add newline
2017-11-03 06:39:53 +01:00
Miklos Martin
8dacb72f9d
Fixes #3297 and #3531
...
Add commandName as an extension method in Command
2017-11-03 06:39:53 +01:00
Saniya Tech
8757a4c6ac
Removes reference to version 0.14.0 from a warning message
2017-10-31 17:09:20 -04:00
eugene yokota
12c2e9b8e7
Merge pull request #3689 from OlegYch/fix-npm
...
Don't fail loading the build if npm is missing or we are on Windows
2017-10-30 18:12:46 -04:00
OlegYch
f761dab63e
Don't fail loading the build if npm is missing or we are on Windows
2017-10-29 16:37:53 +03:00
Dale Wijnand
bb6d8d62ec
Merge pull request #3672 from RomanIakovlev/1.x
...
Add new setting to determine if running in CI env
2017-10-28 00:28:44 +01:00
Dale Wijnand
4527029584
Merge pull request #3673 from RomanIakovlev/sbt_1055
...
Add a check for a change in SBT version before reload
2017-10-28 00:24:44 +01:00
Roman Iakovlev
69ae4f3073
Add a check for a change in SBT version before reload
...
Fixes #1055
2017-10-27 20:38:23 +02:00
eugene yokota
af11219637
Merge pull request #3675 from eed3si9n/wip/1.0.3-notes
...
notes for 1.0.3
2017-10-27 01:59:33 -04:00
Eugene Yokota
db79226c22
notes for 1.0.3
2017-10-26 22:39:35 -04:00
eugene yokota
89702ffaa7
Merge pull request #3674 from eed3si9n/wip/1.0.3
...
Bump modules
2017-10-26 22:03:35 -04:00
Eugene Yokota
84f03b64be
Bump modules
...
Fixes #3519
Fixes #3586
Fixes #3569
Fixes #3573
2017-10-26 21:13:48 -04:00
eugene yokota
cb79a4ae08
Merge pull request #3669 from cunei/wip-interim-3583
...
Interim fix for #3583 , for 1.0.3
2017-10-26 18:23:12 -04:00
Roman Iakovlev
5f143434a8
Add new setting to determine if running in CI env
...
Fixes #3653
2017-10-26 20:59:04 +02:00
Dale Wijnand
7e1a904b95
Merge pull request #3650 from dwijnand/kind-projector
...
Add and use kind-projector
2017-10-26 09:42:55 +01:00
Antonio Cunei
c60a5a204e
Release notes for the fix to #3583
2017-10-26 02:30:23 +02:00
Antonio Cunei
24a463cc6b
Add scripted test for nested test classes/objects
2017-10-26 02:30:23 +02:00