-
Notifications
You must be signed in to change notification settings - Fork 13
CFE-4089: Implemented updating modules added from a URL by branch #287
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
Conversation
Signed-off-by: jakub-nt <175944085+jakub-nt@users.noreply.github.com>
Signed-off-by: jakub-nt <175944085+jakub-nt@users.noreply.github.com>
Signed-off-by: jakub-nt <175944085+jakub-nt@users.noreply.github.com>
Signed-off-by: jakub-nt <175944085+jakub-nt@users.noreply.github.com>
Signed-off-by: jakub-nt <175944085+jakub-nt@users.noreply.github.com>
Signed-off-by: jakub-nt <175944085+jakub-nt@users.noreply.github.com>
8882198 to
0898160
Compare
Signed-off-by: jakub-nt <175944085+jakub-nt@users.noreply.github.com>
|
|
||
|
|
||
| def is_a_commit_hash(commit): | ||
| def is_a_commit_hash(commit: Optional[str]): |
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.
Maybe it should say "Fixed exception..." in the commit message?
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.
Neither "Fixed a throw" or "Fixed an exception" reads well to me, maybe just "Fixed a crash"?
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.
Not a big deal either way, I'll merge. For the record, here is my ranking of niceness:
- Fixed a crash
- Fixed an exception
- Fixed a throw
No description provided.