Also print fixed ... messages with -stdout#1373
Conversation
|
@Wyverald FYI |
|
+1 to getting this landed |
This makes it easier for users to implement a "check only" mode that doesn't modify any files, but is able to tell which ones would have been changed by buildozer.
c761435 to
518adfd
Compare
|
@vladmos Would it be possible to get this released so that Bazel can start depending on this behavior? |
|
@fmeum This change causes some failures internally and may need to be reverted. The feedback I got:
Do you have any reasonable changes in mind that would both satisfy your needs and are not breaking at the same point? Or at least easy to fix on the consumer side (without actually parsing stderr)? |
|
It does seem wrong to me to treat |
|
@fmeum @vladmos This seems to still blocking the progress of bazelbuild/bazel#25540? @oreflow in case you could help |
This makes it easier for users to implement a "check only" mode that doesn't modify any files, but is able to tell which ones would have been changed by buildozer.
Work towards bazelbuild/bazel#24263