Skip to content

Removed legacy 'codecomplete' implementation. #2124

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 3 commits into from
Mar 27, 2023

Conversation

cmaglie
Copy link
Member

@cmaglie cmaglie commented Mar 27, 2023

Please check if the PR fulfills these requirements

See how to contribute

  • The PR has no duplicates (please search among the Pull Requests
    before creating one)
  • The PR follows
    our contributing guidelines
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)
  • UPGRADING.md has been updated with a migration guide (for breaking changes)
  • configuration.schema.json updated if new parameters are added.

What kind of change does this PR introduce?

Remove an undocumented and unused feature.

What is the current behavior?

What is the new behavior?

Does this PR introduce a breaking change, and is titled accordingly?

It's not a breaking change, because the feature can not be enabled in any way and the golang API change is in the legacy package.

Other information

@cmaglie cmaglie self-assigned this Mar 27, 2023
@cmaglie cmaglie requested a review from umbynos March 27, 2023 10:01
@cmaglie cmaglie added type: enhancement Proposed improvement topic: code Related to content of the project itself labels Mar 27, 2023
@codecov
Copy link

codecov bot commented Mar 27, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (2b0dfb0) 35.00% compared to head (217484d) 35.01%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2124   +/-   ##
=======================================
  Coverage   35.00%   35.01%           
=======================================
  Files         231      231           
  Lines       20527    20497   -30     
=======================================
- Hits         7186     7177    -9     
+ Misses      12498    12475   -23     
- Partials      843      845    +2     
Flag Coverage Δ
unit 35.01% <0.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
legacy/builder/preprocess_sketch.go 0.00% <0.00%> (ø)
legacy/builder/types/context.go 71.60% <ø> (ø)

... and 2 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@cmaglie cmaglie force-pushed the cmaglie/optimize-test branch from bdfb4b2 to a0067b7 Compare March 27, 2023 11:12
Base automatically changed from cmaglie/optimize-test to master March 27, 2023 11:32
@cmaglie cmaglie merged commit 074844d into master Mar 27, 2023
@cmaglie cmaglie deleted the cmaglie/remove-legacy-codecomplete branch March 27, 2023 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: code Related to content of the project itself type: enhancement Proposed improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants