Closed davidanthoff closed 2 years ago
I get an error that the syntax tree is not identical after formatting when I try to format the whole VegaLite.jl project.
Repo steps:
pkg> dev VegaLite
pkg> add PkgDev
using PkgDev
PkgDev.format("VegaLite")
Not really fixed, but we now don't apply these edits (and don't error) where they modify the ast. Moving from current project
I get an error that the syntax tree is not identical after formatting when I try to format the whole VegaLite.jl project.
Repo steps:
pkg> dev VegaLite
pkg> add PkgDev
(I surfaced whole package formatting in that package now)using PkgDev
PkgDev.format("VegaLite")