Skip to content

lib.wiring: check type of m in connect(m, ...) #1436

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

Merged
merged 1 commit into from
Jun 29, 2024

Conversation

whitequark
Copy link
Member

This error is very difficult to catch otherwise.

Fixes #1435.

This error is very difficult to catch otherwise.

Fixes amaranth-lang#1435.
@whitequark whitequark added this to the 0.6 milestone Jun 29, 2024
@whitequark whitequark enabled auto-merge June 29, 2024 17:32
@whitequark whitequark added this pull request to the merge queue Jun 29, 2024
Merged via the queue into amaranth-lang:main with commit 6fe772d Jun 29, 2024
20 checks passed
@whitequark whitequark deleted the fix-1435 branch June 29, 2024 17:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

Connect statements such as wiring.connect(wiring.flipped(self.write), inner.w_stream) silently do nothing
1 participant