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

Core Lib Documentation: fmt module #6652

Open
wants to merge 37 commits into
base: main
Choose a base branch
from
Open

Conversation

TAdev0
Copy link
Contributor

@TAdev0 TAdev0 commented Nov 13, 2024

No description provided.

TAdev0 and others added 30 commits October 29, 2024 15:30
@reviewable-StarkWare
Copy link

This change is Reviewable

Copy link
Collaborator

@orizi orizi left a comment

Choose a reason for hiding this comment

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

Reviewable status: 0 of 1 files reviewed, 1 unresolved discussion (waiting on @TAdev0)


corelib/src/fmt.cairo line 230 at r2 (raw file):

/// `Debug` impl for fixed sized arrays of size 2 and above.
/// Not starting from size 1 since we have a special case for 0.

This is useful to understand the code here.

you possibly only want to remove the /// and make it //.

Code quote:

/// `Debug` impl for fixed sized arrays of size 2 and above.
/// Not starting from size 1 since we have a special case for 0.

@TAdev0
Copy link
Contributor Author

TAdev0 commented Nov 14, 2024

@orizi just address your comments. I restored the comments under // for TupleDebugHelperTupleNext and TupleDebugHelperFixedSizedArrayNext. But i think they were originally wrong, I modified them, tell me if its fine.

Copy link
Collaborator

@orizi orizi left a comment

Choose a reason for hiding this comment

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

:lgtm:

Reviewed 1 of 1 files at r3, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @TAdev0)

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