You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
graydon opened this issue
Dec 10, 2011
· 1 comment
Labels
A-driverArea: rustc_driver that ties everything together into the `rustc` compilerA-prettyArea: Pretty printing (including `-Z unpretty`)E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
The pp currently prints to stdout. We should support a mode wherein it does an in-memory pp, compares with the input, and writes back to the input file if there was a change. This is done by hand in our makefile now but if we want our users to use the pp we should make it as easy as possible to invoke.
This is mostly a driver bug and should be quite easy to knock out.
The text was updated successfully, but these errors were encountered:
A-driverArea: rustc_driver that ties everything together into the `rustc` compilerA-prettyArea: Pretty printing (including `-Z unpretty`)E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
The pp currently prints to stdout. We should support a mode wherein it does an in-memory pp, compares with the input, and writes back to the input file if there was a change. This is done by hand in our makefile now but if we want our users to use the pp we should make it as easy as possible to invoke.
This is mostly a driver bug and should be quite easy to knock out.
The text was updated successfully, but these errors were encountered: