-
Notifications
You must be signed in to change notification settings - Fork 138
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
Introduce StructStringer #3594
Introduce StructStringer #3594
Conversation
@RZhang05 is this ready to be reviewed? or are there any pending changes? |
It is ready, note that there are some questions left in the code marked with TODO however. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work!
1e12760
to
fab5f6c
Compare
… introduce-stringer
49b69f8
to
b9243e3
Compare
@SupunS Was this closed by accident? |
oh, my bad. I was cleaning up some of my old branches, and must have accidentally deleted the base branch! Thought it was protected. Restored the and reopened. Sorry about that 🙇 |
No worries at all, I was just not sure about the feature branches 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work!
262de48
into
onflow:feature/string-templates
Working towards #3579
Description
Implement onflow/flips#294
Add a simple
StructStringer
struct interface. It is intended in the future that all types which implementStructStringer
can be used in string templates.feature/string-templates
branchFiles changed
in the Github PR explorer