{{ message }}
Back port of 'Asynchronous requests to Tern Server (Issue #171)' into 0.8.x branch#144
Merged
angelozerr merged 2 commits intoFeb 20, 2015
Conversation
Back port of 'Asynchronous requests to Tern Server (Issue angelozerr#171)' into 0.8.x branch Signed-off-by: vrubezhny <vrubezhny@exadel.com>
Additional changes: - refactoring of completion proposals collection - introduced a record object to hold all information relevant to a completion item - refactoring of collectors API - collection algorithms have been moved out of *TernServer classes and placed in singletons
653347b to
4a584b9
Compare
Contributor
Author
angelozerr
added a commit
that referenced
this pull request
Feb 20, 2015
Back port of 'Asynchronous requests to Tern Server (Issue #171)' into 0.8.x branch
Collaborator
|
Please find p2 repo : 0.7.x branch release : 0.8.x branch release : |
Owner
|
Thank a lot for your work @pascalleclercq ! @vrubezhny @alexeykazakov could you give us if it's OK for you? |
Contributor
Author
|
Unfortunately we had not to use v.0.7.2 in JBT 4.2.3 (There was a lot of changes so we couldn't fix this 'deadlock' issue), so we had to move to 0.8.2. And yes, it looks OK for us. @angelozerr, @piotrtomiak and @pascalleclercq - thank you for your great work! |
Owner
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Additional changes:
object to hold all information relevant to a completion item
out of *TernServer classes and placed in singletons