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

reparse: patch index instead of rebuilding it #501

Merged
merged 1 commit into from
Oct 5, 2024
Merged

Conversation

handymenny
Copy link
Owner

Following one of the router refactorings (cb0c5c7), the index used in GET/POST requests was immutable, it wasn't replaced by the new index built after reparsing.
To fix this, patch the index instead of creating a new one.

Following one of the router refactorings (cb0c5c7), the index used in GET/POST requests was immutable, it wasn't replaced by the new index built after reparsing.
To fix this, patch the index instead of creating a new one.
Copy link

codecov bot commented Oct 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87%. Comparing base (ed2bcca) to head (8528599).
Report is 2 commits behind head on main.

Additional details and impacted files
@@         Coverage Diff         @@
##           main   #501   +/-   ##
===================================
+ Coverage    87%    87%   +1%     
===================================
  Files       122    122           
  Lines      5119   5127    +8     
  Branches   1255   1255           
===================================
+ Hits       4447   4455    +8     
  Misses      235    235           
  Partials    437    437           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@handymenny handymenny merged commit e711bfb into main Oct 5, 2024
5 checks passed
@handymenny handymenny deleted the fix-reparse branch October 5, 2024 19:57
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.

1 participant