-
-
Notifications
You must be signed in to change notification settings - Fork 781
refactor(ast_codegen): re-order code in fmt module
#4779
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): re-order code in fmt module
#4779
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 #4779 will not alter performanceComparing Summary
|
93546af to
9c53522
Compare
790dd61 to
080b84d
Compare
9c53522 to
a861c31
Compare
a861c31 to
1e25ab5
Compare
080b84d to
f3470bb
Compare
1e25ab5 to
992f1cd
Compare
f3470bb to
e126245
Compare
992f1cd to
2562cd7
Compare
e126245 to
58bc0de
Compare
2562cd7 to
e0d978c
Compare
94a6edc to
601ba35
Compare
Merge activity
|
601ba35 to
7bf49b8
Compare
7bf49b8 to
966fcc9
Compare

Pure refactor. Just move code which is most used to top of
fmtmodule. And renamepprinttopretty_printto be a little clearer.