Skip to content

Strict type checking fixes#670

Open
lukasIO wants to merge 13 commits into
mainfrom
lukas/strict-types
Open

Strict type checking fixes#670
lukasIO wants to merge 13 commits into
mainfrom
lukas/strict-types

Conversation

@lukasIO
Copy link
Copy Markdown
Contributor

@lukasIO lukasIO commented May 18, 2026

#551 rebased on latest main

devin-ai-integration[bot]

This comment was marked as resolved.

lukasIO and others added 2 commits May 18, 2026 12:50
Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com>
event.participant_encryption_status_changed.is_encrypted,
)
elif which == "participant_permissions_changed":
elif which == "participant_permission_changed":
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this appears to have been a real bug and not just a typing issue, but became apparent due to the strict type checking

devin-ai-integration[bot]

This comment was marked as resolved.

Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com>
FfiClient.instance.queue.unsubscribe(queue)

if cb.send_stream_chunk.error:
if cb.send_stream_trailer.error:
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and another bug that devin spotted

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant