-
-
Notifications
You must be signed in to change notification settings - Fork 722
docs(lexer): update comment to match code #13103
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
docs(lexer): update comment to match code #13103
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
|
Only alters a comment, so skipping review. |
Merge activity
|
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.
Pull Request Overview
Updates documentation comments to accurately reflect the current bit layout of the Token struct. The comment was outdated and didn't match the actual implementation.
- Updated bit field descriptions to include type information and correct bit ranges
- Added documentation for unused bits (104-127)
- Corrected bit allocation for boolean fields from 1 bit to 8 bits each
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
CodSpeed Instrumentation Performance ReportMerging #13103 will not alter performanceComparing Summary
|
Comment describing layout of `Token` was out of date. Update it to correctly reflect reality.
4a5d9aa to
56ae824
Compare

Comment describing layout of
Tokenwas out of date. Update it to correctly reflect reality.