
Fix a bug in the translation from 'human' frame ranges ('A-B,C-D') to 'Blender' frame ranges ('A..B,C..D'). It required calling `string.replaceAll()` instead of `string.replace()` in the job compiler script, which in turn required an upgrade of the JavaScript engine Goja.
These scripts are used for some (but far from all) unit tests.
It's mostly a place where we can add some extra files for the tests (like this
README.md
and empty.js
) that should be ignored by the job compiler, without
them getting embedded into the flamenco-manager
executable file in production
builds.