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
line " run_exn ~packages ~predicates ~prelude_str:[]";
line " ~non_deterministic:false";
line " ~silent_eval:false ~record_backtrace:false";
line " ~syntax:None ~silent:false";
line " ~verbose_findlib:false ~section:None";
line " ~root:None ~force_output:false";
line " ~output:(Some `Stdout)";
If we want MDX_RUN_NON_DETERMINISTIC=1 dune runtest to work, this needs be supported and dune to be adjusted so that it knows about the envvar dependency.
The text was updated successfully, but these errors were encountered:
Hi,
It seems that dune-gen (used by stanza 0.2) does not support setting non-deterministic mode:
mdx/bin/dune_gen.ml
Lines 35 to 41 in 4942357
If we want
MDX_RUN_NON_DETERMINISTIC=1 dune runtest
to work, this needs be supported and dune to be adjusted so that it knows about the envvar dependency.The text was updated successfully, but these errors were encountered: