flow icon indicating copy to clipboard operation
flow copied to clipboard

Version serialized files

Open andrewdavidmackenzie opened this issue 11 months ago • 0 comments

add a version number for the file format for files:

  • manifest file between flowc and flowrunners in particular
  • maybe flow specs too

should be pretty simple I think, but maybe some crates like

  • https://crates.io/crates/versionize
  • https://github.com/fredpointzero/serde-version

can automatically do it and catch changes in underlying structs and automatically increment version number?

andrewdavidmackenzie avatar Jul 14 '23 09:07 andrewdavidmackenzie