I noticed `fs_util directory save` doesn't round-t...
# development
a
I noticed
fs_util directory save
doesn't round-trip any more - if you save, you can't load after (but you can load things that were saved by older versions), since https://github.com/pantsbuild/pants/pull/14723 Is there an obvious one-liner missing from the
directory save
code, or does something more complicated need to happen? (I started trying to fix, and realised I have very little context 😄)
w
yea, oops… it needs to call `ensure_directory_digest_persisted`: noticed the same thing the other day
sec… made branch but didn’t push
do you need that cherry-picked anywhere in particular?
a
Thanks! Just getting it on main is good for me :)
👍 1