Skip to content
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

context: correctly save previous change view payloads during view reset #60

Merged
merged 1 commit into from
Jun 29, 2022

Conversation

roman-khimov
Copy link
Member

They're used to create recovery messages and currently we're completely
missing CV payloads there because of this logic. In fact we want to save
messages that lead to the current view we're resetting the state for (==), but
newer ones don't hurt also (>=), even though we shouldn't have them. See C#
implementation.

They're used to create recovery messages and currently we're completely
missing CV payloads there because of this logic. In fact we want to save
messages that lead to the current view we're resetting the state for (==), but
newer ones don't hurt also (>=), even though we shouldn't have them. See C#
implementation.
@codecov
Copy link

codecov bot commented Jun 29, 2022

Codecov Report

Merging #60 (db77a31) into master (13b88a7) will increase coverage by 0.23%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #60      +/-   ##
==========================================
+ Coverage   73.75%   73.98%   +0.23%     
==========================================
  Files          24       24              
  Lines        1303     1303              
==========================================
+ Hits          961      964       +3     
+ Misses        285      284       -1     
+ Partials       57       55       -2     
Impacted Files Coverage Δ
context.go 83.18% <100.00%> (+2.65%) ⬆️

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 13b88a7...db77a31. Read the comment docs.

@roman-khimov roman-khimov merged commit d27f629 into master Jun 29, 2022
@roman-khimov roman-khimov deleted the save-lastcv-correctly branch June 29, 2022 07:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants