-
Notifications
You must be signed in to change notification settings - Fork 3
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
add pebble version check #127
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One small comment otherwise it LGTM.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One more minor comment, otherwise LGTM.
very helpful. what should we do in cases when we want for bond to proceed to open..? |
@pkieltyka we have migration framework planned for that. |
BTW: @poonai I forgot that the ticket also mentioned implementing the pebble format migration mechanism. Please do that in this ticket too. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please apply one last comment and merge the PR.
bond.go
Outdated
} | ||
} | ||
|
||
pebbelVersionPath := filepath.Join(bondPath, "PEBBLE_FORMAT_VERSION") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use const for bond
and PEBBLE_FORMAT_VERSION
. It just makes any changes easier by just editing the const.
closes: #124