I tried rebuilding my master
branch today (on macOS 10.15.7) and it failed with:
CC src/jltypes.o
/............../julia/src/jltypes.c:2294:25: error: static_assert
failed due to requirement '25 == sizeof ((char *[26]){"name", "module",
"file", "line", "primary_world", "deleted_world", "sig",
"specializations", "speckeyset", "slot_syms", "external_mt", "source",
"unspecialized", "generator", "roots", "ccallable", "invokes",
"recursion_relation", "nargs", "called", "nospecialize", "nkw", "isva",
"pure", "is_for_opaque_closure", "aggressive_constprop"}) / sizeof(char
*)' "Number of passed arguments does not match expected number"
jl_perm_symsvec(25,
^~~~~~~~~~~~~~~~~~~
./julia_internal.h:374:13: note: expanded from macro 'jl_perm_symsvec'
static_assert(
What am I doing wrong?