-
-
Notifications
You must be signed in to change notification settings - Fork 503
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
refactor(ast_codegen): use doc comments instead of endl!
#4778
refactor(ast_codegen): use doc comments instead of endl!
#4778
Conversation
Your org has enabled the Graphite merge queue for merging into mainAdd the label “merge” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
CodSpeed Performance ReportMerging #4778 will not alter performanceComparing Summary
|
d5f689c
to
ee406fa
Compare
93546af
to
9c53522
Compare
ee406fa
to
7713818
Compare
9c53522
to
a861c31
Compare
7713818
to
ef525ec
Compare
a861c31
to
1e25ab5
Compare
ef525ec
to
bb2cd39
Compare
1e25ab5
to
992f1cd
Compare
bb2cd39
to
1605fa1
Compare
992f1cd
to
2562cd7
Compare
2562cd7
to
e0d978c
Compare
1605fa1
to
f418f62
Compare
@rzvxa I'm less sure about this one than #4777. Reasons I prefer
What I don't like:
On balance I do prefer |
I'll let you decide on this one, As long as we can generate the same output it doesn't matter. |
We could make our own proc macro which wraps |
Merge activity
|
OK, thanks. I'm going to merge it. Might go back and change it |
e0d978c
to
2c1c705
Compare
Follow-on after #4778. `///@@line_break` is more verbose, but it's clearer what it does.
Similar to #4777.
Use
///@@
instead ofendl!();
in AST codegen to create line breaks.NB:
///@@
needs to be before an item, not after it.