source-academy/modules

Build process always retries building JSONs for unupdated bundles without documentation

Closed this issue · 1 comments

There are certain modules in the repo whose bundles have no documentation. The current examples are copy_gc, mark_sweep, and sound_matrix.

The build process normally does not rebuild JSONs for modules whose bundles did not get updated since the last build, but in this particular case, it will always keep retrying its JSON building despite the bundles in question not having been updated.

Obsolete via merging #163