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
At the current state, we don't have any mechanism to enforce the presence of some testcase or state metadata apart from returning errors at runtime when one component that needs such metadata want to use it without success.
Can we enforce this earlier in the code, e.g. when the component is created? Or even at compile time maybe?
The text was updated successfully, but these errors were encountered:
the presence of a testcase could be done at compile time perhaps with include_bytes!("../corpus/testcase1") but then compile-time and runtime could potentially diverge if that file changes or disappears
At the current state, we don't have any mechanism to enforce the presence of some testcase or state metadata apart from returning errors at runtime when one component that needs such metadata want to use it without success.
Can we enforce this earlier in the code, e.g. when the component is created? Or even at compile time maybe?
The text was updated successfully, but these errors were encountered: