-
Notifications
You must be signed in to change notification settings - Fork 173
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
cli: add --force-reload option to override bitstream id check in all cases #275
cli: add --force-reload option to override bitstream id check in all cases #275
Conversation
Is this significantly different in use / operation to |
@attie thanks for your comments. In the mainstream case there is no difference. I'm using this where I supply the bitstream, built outside of glasgow, where the id is not valid and I want it to be reloaded. I guess I could overload |
Ah, I see. I presume you're using this in conjunction with |
Alternatively a bitstream ID of all ones could be used to indicate "always reload". |
I'll update the PR to do this, great idea. |
Done. Please squash when merging to hide the mess. |
@TomKeddie please could you rebase/squash and force-push when you're happy? (It looks like |
b735f3f
to
01891cf
Compare
Thanks @TomKeddie. Not sure if there's a preference either way for LGTM. |
01891cf
to
943af06
Compare
Thanks! |
No description provided.