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 error from named imports and anonymous fields #124

Merged
merged 1 commit into from
Jan 25, 2022

Conversation

csams
Copy link
Contributor

@csams csams commented Nov 17, 2021

Members of named imports used as anonymous fields in structs will
cause a syntax error where the named field is prefixed with an
extraneous double quote.

Fixed by trimming double quotes from both sides of the import.

Fixes #123

Signed-off-by: Christopher Sams cwsams@gmail.com

Members of named imports used as anonymous fields in structs will
cause a syntax error where the named field is prefixed with an
extraneous double quote.

Fixed by trimming double quotes from both sides of the import.

Fixes jfeliu007#123

Signed-off-by: Christopher Sams <cwsams@gmail.com>
@jfeliu007 jfeliu007 merged commit a55546d into jfeliu007:master Jan 25, 2022
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.

Members of named imports used as anonymous fields cause syntax errors
2 participants