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
[code-cleanup] Rename devbox.Writer to Stderr (#1507)
## Summary
This renames the devbox `Writer` field to the more accurate `Stderr`. It
changes a few functions that used to print stuff and now they return
strings instead.
Also renamed a few functions that where called `PrintX` to something
more accurate because they don't actually print anything.
How to review:
* grep for `devopt.Opts` this will show all the places where we used to
pass in stdout sometimes. Specifically @mohsenari please look at
integrate.go. @ipince please look at telemetry.go. I think both of these
were wrong.
* Please take a look at functions that used to print stuff and now
return strings (i.e. Info and PrintGlobalList). I tried to keep
formatting identical so nothing should change.
## How was it tested?
compiles
0 commit comments