You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
../run/dynacomptest is not built by default and it seems outdated.
$ make ../run/dynacomptest
[...]
dynamic_compiler.c: In function ‘dynamic_assign_script_to_format’:
dynamic_compiler.c:2639:45: error: ‘options’ undeclared (first use in this function); did you mean ‘optind’?
(I found the target because it was the only user of UNICODE_NO_OPTIONS that I needed for tests in #5531. There I'll fix a problem with options used in unicode.h.)
BTW it could work on CI as other tests in make check, could not it?
The text was updated successfully, but these errors were encountered:
../run/dynacomptest
is not built by default and it seems outdated.(I found the target because it was the only user of
UNICODE_NO_OPTIONS
that I needed for tests in #5531. There I'll fix a problem withoptions
used inunicode.h
.)BTW it could work on CI as other tests in
make check
, could not it?The text was updated successfully, but these errors were encountered: