Skip to content

Breaking: LSP ISerializer interface is now deprecated, and marked obsolete #432

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

Merged
merged 1 commit into from
Nov 25, 2020

Conversation

david-driscoll
Copy link
Member

  • LSP Serializer renamed to LSPSerializer
  • Added serialization rules for client
    • Ensure code actions are provided properly.
  • Updated serialization rules for server

…olete.

* LSP Serializer renamed to LSPSerializer
* Added serialization rules for client
  * Ensure code actions are provided properly.
* Updated serialization rules for server
@david-driscoll david-driscoll added the breaking change This breaks existing behavior label Nov 18, 2020
@github-actions github-actions bot added this to the v0.18.4 milestone Nov 18, 2020
@codecov
Copy link

codecov bot commented Nov 18, 2020

Codecov Report

Merging #432 (d919617) into master (7b4f140) will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #432      +/-   ##
==========================================
+ Coverage   78.16%   78.17%   +0.01%     
==========================================
  Files         237      237              
  Lines        8647     8647              
  Branches      634      634              
==========================================
+ Hits         6759     6760       +1     
+ Misses       1888     1887       -1     
Impacted Files Coverage Δ
src/Server/LanguageServer.cs 96.77% <ø> (ø)
src/Client/LanguageClient.cs 97.22% <100.00%> (ø)
src/Shared/LspRequestRouter.cs 100.00% <0.00%> (+1.96%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7b4f140...d919617. Read the comment docs.

@david-driscoll
Copy link
Member Author

Generally speaking this shouldn't break anyone, the custom serializer is used to manage the supported client/server tags, symbols, etc.

@david-driscoll david-driscoll merged commit 2b60c71 into master Nov 25, 2020
@mergify mergify bot deleted the feature/1-serializer-changes branch November 25, 2020 20:02
@github-actions github-actions bot modified the milestones: v0.18.4, v0.19.0 Nov 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change This breaks existing behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant