mirror of https://github.com/sbt/sbt.git
Closes #4399 - Add subscribeToAll to InitializeOption (protocol); default true for backward compatibility. - CommandExchange: send broadcast notifyEvent/logMessage only to channels with subscribeToAll. - TestServer: support subscribeToAll parameter for tests; AbstractServerTest: subscribeToAllForTest. - ClientSubscriptionTest: assert default client receives build/logMessage when command runs. - Scripted test server/client-subscription: run show name to exercise server client path. |
||
|---|---|---|
| .. | ||
| BuildServerTest.scala | ||
| ChannelCursorTest.scala | ||
| ClientSubscriptionTest.scala | ||
| ClientTest.scala | ||
| EventsTest.scala | ||
| HandshakeTest.scala | ||
| QueuedNotificationTest.scala | ||
| ResponseTest.scala | ||
| ServerCompletionsTest.scala | ||
| TestServer.scala | ||