Fix build for #7711 after #7710 refactoring#7712
Merged
Merged
Conversation
…k nowing what the version type was
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR fixes build issues that resulted from refactoring in #7710 by updating method calls and function signatures. The changes rename variables for clarity and modify a function to return additional type information for future usage.
- Replace deprecated
doc.CurrentRevcalls withdoc.GetRevTreeID()method calls - Rename and modify
GetChangeEntryVersion()toGetChangeRowRev()with enhanced return type - Update caller to handle the new function signature
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| db/utilities_hlv_testing.go | Updates method calls from CurrentRev field to GetRevTreeID() method |
| db/changes.go | Renames function and modifies signature to return version type alongside version string |
| db/blip_handler.go | Updates caller to handle new function signature with additional return value |
gregns1
approved these changes
Aug 28, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Integration Tests