binjs-ref
binjs-ref copied to clipboard
Do not create files for sections by default
currently .grammar
, .strings
, and .tree
files are created by binjs_encode,
which are I think only for debug purpose.
so it should be created only if some parameter is specified.
this is troublesome for automation (batch encoding) with non-filter mode.
That sounds like a bug.
It shouldn't be too hard to fix. How quickly do you need it fixed?
the issue happens only with non-filter mode, and the automation in m-c is using filter mode only. so not urgent for me.
For what it's worth, I have fixed this in the entropy coder.
do you mean they're not created if entropy encoding is used? or you've fixed this issue?
The former. I should be able to backport some of the code to multipart if needed.