-
Notifications
You must be signed in to change notification settings - Fork 157
Comments
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.
Was this meant to be removed?
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.
Good catch, no this was overzealous ruff check --fix autofixing.
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.
Just for my own curiosity, what was failing here that is requiring these two comments?
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.
temporalio/api/cloud/cloudservice/v1/__init__.py:197:12: F401 `grpc` imported but unused; consider using `importlib.util.find_spec` to test for availability
I've added the error code.
The type: ignore was to silence Pylance in VSCode. However, our pyright lint passes, so I've removed the type: ignore -- I'll add it back in if and when our lint requires it (and perhaps get my IDE type-checking in sync with our CI type-checking)
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.
I do not know what I was thinking here, but it's likely a bug. Would definitely welcome a test that covers this and fixes it to do what it is supposed to.
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.
👍 #772
e89f5b2 to
bc54894
Compare
a4803fc to
67ee4bb
Compare
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.
This looks like it was deliberate but also appears to have no purpose today.
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.
Agreed.
dandavison
commented
Feb 21, 2025
Addressed comment and done another pass over the diff; this should be ready to merge.
2112710 to
051b718
Compare
87eb719 to
3f1a956
Compare
3f1a956 to
b711b4f
Compare
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.
The server switched to v7 UUIDs for runID at temporalio/temporal#6933
50ff645 to
bf216f8
Compare
WISOTT
PR targets
maturinbranch #768