Permalink
Please sign in to comment.
Browse files
Fix bug in case execution tickled by OCaml's configure script.
If two alternatives in a case clause matched the string, the action would get executed twice. Also: - Started a mechanism to trace the source locations where a variable is set. This helped me track down this problem. - benchmarks/runtime.sh: Copy the output of the files the configure scripts touched so we can compare them. This helped narrow down more than one bug.
- Loading branch information...
Showing
with
77 additions
and 17 deletions.
- +39 −12 benchmarks/runtime.sh
- +1 −1 bin/oil.py
- +8 −3 core/cmd_exec.py
- +20 −1 core/state.py
- +9 −0 spec/case_.test.sh
0 comments on commit
143b77a