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
This is in preparation for future enhancements.
Instead of placing things on two holding arrays and later going through
them later, place them in the final array as we go along. This
simplifies things. The order of some assertions in the generated
proto.h are changed, and, importantly, there are new assertions added,
showing that the previous scheme missed things.
That means that some ARGS_ASSERT macros needed to be inserted in the
functions where assertions were found. This led to finding that the
assertions didn't work in a few of them, so that NOCHECK needed to be
added to the embed.fnc entries.
0 commit comments