average-vr-56795
01/06/2020, 5:20 PMscalafix
which does the equivalent to your --fmt --fmt-only=scalafix
proposed flag! I know this because when you added the Scalafix
subsystem, and took the option scope, we started getting errors 😄 How sad would you be if I added a v1 --fmt-only
flag which only accepts not being set, or accepts exactly scalafix
(i.e. not do the fully general solution) to help us with migration?hundreds-father-404
01/06/2020, 5:22 PM—fmt-only
. My main goal was to deprecate —fmt-skip
and that’s now done.
(My next project for my free time is the Flake8 plugin so that we can deprecate the checker)witty-crayon-22786
01/06/2020, 5:23 PM--fmt-only
could maybe live on the v2
fmt Goal, and be consumed by v1
hundreds-father-404
01/06/2020, 5:23 PMwitty-crayon-22786
01/06/2020, 5:24 PMaverage-vr-56795
01/06/2020, 5:25 PMafaik,Ooh fancy!could maybe live on the--fmt-only
fmt Goal, and be consumed byv2
v1
witty-crayon-22786
01/06/2020, 5:25 PMhundreds-father-404
01/06/2020, 5:26 PMtrue. note to selves, consider accelerating these deprecations.This problem is why I’m trying to get as many deprecations going now as possible, so that we’re not blocked by similar things in the future I’ll email pants-commiters about our discussion last week to slightly speed up deprecations
average-vr-56795
01/06/2020, 5:26 PMhundreds-father-404
01/06/2020, 5:26 PMaverage-vr-56795
01/06/2020, 5:27 PMwitty-crayon-22786
01/06/2020, 5:32 PM--fmt-scalafix-only=..
) but i would be fine with that briefly appearing and then disappearing at the end of this deprecation cyclehundreds-father-404
01/06/2020, 5:33 PMwitty-crayon-22786
01/06/2020, 5:34 PMaverage-vr-56795
01/06/2020, 5:34 PMhundreds-father-404
01/06/2020, 5:35 PMaverage-vr-56795
01/06/2020, 5:40 PMwitty-crayon-22786
01/27/2020, 11:48 PM./pants fmt --only=scalafix
instead?average-vr-56795
01/28/2020, 12:03 PMscalafix
goal internally and suggest that 🙂--scalafix-*
and didn’t explicitly set --temp-scalafix-subsystem-*
override the value of the latter with the former… Ugh…witty-crayon-22786
01/30/2020, 6:52 PM1.25.x
release next week, so i'll need to raise this on the rc threads.