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
Is this expected output for ./run_extracted_examples.sh --force-extraction?
*** Running examples at the source level ***
Output of run_source_default_init_buffer.ml:
42
Output of run_source_factorial.ml:
FAILED with 0
Output of run_source_identity.ml:
FAILED with 0
Output of run_source_increment.ml:
FAILED with 0
Output of run_source_nested_calls.ml:
FAILED with 0
*** Examples compiled at the intermediate level ***
Output of run_intermediate_compiled_default_init_buffer.ml:
42
Output of run_intermediate_compiled_factorial.ml:
FAILED with 1
Output of run_intermediate_compiled_identity.ml:
FAILED with 1
Output of run_intermediate_compiled_increment.ml:
FAILED with 1
Output of run_intermediate_compiled_nested_calls.ml:
FAILED with 1
*** Examples compiled at the SFI level ***
The text was updated successfully, but these errors were encountered:
Is this expected output for
./run_extracted_examples.sh --force-extraction
?The text was updated successfully, but these errors were encountered: