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

Add signature for struct's member #1601

Merged
merged 1 commit into from
Oct 3, 2024
Merged

Conversation

wawel37
Copy link
Member

@wawel37 wawel37 commented Sep 17, 2024

Fixes #1509. It waits for this to be merged in Cairo.

@piotmag769
Copy link
Contributor

piotmag769 commented Sep 17, 2024

@wawel37 are you sure it resolves #1509 after the PR to compiler is merged? Wouldn't trivia be still there for other signatures? I also believe it would still be there for structs bcs you don't call for the signature of members when generating struct signature

@wawel37
Copy link
Member Author

wawel37 commented Sep 19, 2024

@wawel37 are you sure it resolves #1509 after the PR to compiler is merged? Wouldn't trivia be still there for other signatures? I also believe it would still be there for structs bcs you don't call for the signature of members when generating struct signature

You're right. Will create separate Cairo PR to support signatures for structs as a whole.

@wawel37 wawel37 force-pushed the doc/struct-memeber-signature branch from 067ce2a to b820f60 Compare September 19, 2024 13:48
@wawel37
Copy link
Member Author

wawel37 commented Sep 19, 2024

Right now, we're waiting for PR in Cairo removing trivia from signatures. After that, I think, we can change it to review ready 👍

@wawel37 wawel37 force-pushed the doc/struct-memeber-signature branch from 76b1082 to 937e713 Compare October 3, 2024 11:50
@wawel37 wawel37 marked this pull request as ready for review October 3, 2024 11:50
@maciektr maciektr added this pull request to the merge queue Oct 3, 2024
Merged via the queue into main with commit e446d62 Oct 3, 2024
22 checks passed
@maciektr maciektr deleted the doc/struct-memeber-signature branch October 3, 2024 16:43
maciektr added a commit that referenced this pull request Oct 7, 2024
@maciektr maciektr mentioned this pull request Oct 7, 2024
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.

Build signatures without trivia
3 participants