go-language-server / protocol

Package protocol implements Language Server Protocol specification in Go
https://pkg.go.dev/go.lsp.dev/protocol
BSD 3-Clause "New" or "Revised" License
98 stars 15 forks source link

all: disable use gojay sync.Pool optimization #7

Closed zchee closed 5 years ago

zchee commented 5 years ago

Disable use gojay sync.Pool optimization for now. This implementation does not fully auto-generated code, So buggy a bit. Re-implements in the future.

codecov[bot] commented 5 years ago

Codecov Report

Merging #7 into master will decrease coverage by 0.5%. The diff coverage is 99%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master      #7     +/-   ##
========================================
- Coverage      34%   33.5%   -0.6%     
========================================
  Files          26      25      -1     
  Lines        4374    3624    -750     
========================================
- Hits         1491    1216    -275     
+ Misses       2827    2394    -433     
+ Partials       56      14     -42
Flag Coverage Δ
#gojay 37.7% <99%> (+0.2%) :arrow_up:
#json 3% <ø> (ø) :arrow_up:
Impacted Files Coverage Δ
registration_gojay.go 0% <ø> (ø) :arrow_up:
diagnostics_gojay.go 89.6% <ø> (+15.3%) :arrow_up:
window_gojay.go 70.1% <ø> (ø) :arrow_up:
language_gojay.go 0% <ø> (ø) :arrow_up:
text_gojay.go 0% <ø> (ø) :arrow_up:
workspace_gojay.go 6.1% <ø> (ø) :arrow_up:
basic_gojay.go 91.6% <100%> (+18.7%) :arrow_up:
general_gojay.go 83.3% <98.9%> (+15.4%) :arrow_up:

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 6d43678...09cef01. Read the comment docs.