-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for bloop server
#400
Conversation
f5819be
to
aa82ce8
Compare
aa82ce8
to
53de32c
Compare
CI error in 53de32c is spurious. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe that we should also use bloop server
to start the service in the homebrew formula?
The server is installed by default in the same directory than the `bloop` | ||
client, so `bloop server` will try to find the location of the server in the | ||
same directory where `bloop` is installed. If this is not the case, run `bloop | ||
---server-location=/foo/my-blp-server server` instead. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are there 3 -
on purpose?
|
||
The bloop server can serve responses of many concurrent clients. | ||
|
||
#### Example |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that we should get rid of this paragraph. It doesn't bring much, and the given example is not a runnable command (no project is specified).
Feedback addressed. |
Adds improvements in nailgun that fix #320.