SynBioDex / SBOL-visual

The reference implementation of the SBOL Visual standard
Other
32 stars 16 forks source link

Smarter automation on glyph script updates #125

Closed jakebeal closed 3 years ago

jakebeal commented 3 years ago

The scripts in specification/glyphscripts are rather dumb, and will generate complete new copies of every glyph page for the specification, whether or not it needs to be updated. The PDFs are not identical, however, due to date-stamping, which messes up the git diffs and can obscure the actual update.

Can we make these scripts smarter so that they actually update only those things that need to be updated? If we do that, then we could also have them automated on pull requests rather than having them have to be run by hand.

jamesscottbrown commented 3 years ago

This is hopefully addressed by scripts/rebuild_glyphs.py.