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
function_data.nr and its associated typings are used both by entrypoint calls and the kernel. After the inclusion of is_static the kernel circuits grew even though that property is not used there (we only check if the context is static, not the function itself).
The types must be separated and the kernel cleaned up.
The text was updated successfully, but these errors were encountered:
function_data.nr
and its associated typings are used both by entrypoint calls and the kernel. After the inclusion ofis_static
the kernel circuits grew even though that property is not used there (we only check if the context is static, not the function itself).The types must be separated and the kernel cleaned up.
The text was updated successfully, but these errors were encountered: