Skip to content
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

fix typos #1192

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

fix typos #1192

wants to merge 2 commits into from

Conversation

jayvdb
Copy link

@jayvdb jayvdb commented Dec 20, 2024

No description provided.

kkysen
kkysen previously approved these changes Dec 20, 2024
Copy link
Contributor

@fw-immunant fw-immunant left a comment

Choose a reason for hiding this comment

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

The change in assembly.rs incorrectly alters the sense of the comment there. Please revert that hunk.

@@ -752,7 +752,7 @@ impl<'c> Translation<'c> {
// Extract expression
let in_expr = in_expr.map(|(i, operand)| (i, operand.expression));

// For inouts, change the dirspec to include 'in'
Copy link
Contributor

Choose a reason for hiding this comment

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

NAK. An inout is not an input, it's a bidirectional (in and out) argument; see above where we also mention that we are handling inout arguments.

Copy link
Contributor

Choose a reason for hiding this comment

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

Oh whoops I didn't see that.

@jayvdb
Copy link
Author

jayvdb commented Dec 20, 2024

I have also added a .typos.toml , config for https://crates.io/crates/typos-cli ; happy to remove if not desired, or move into a .config/ in order to reduce top level files.

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.

3 participants