Permalink
Please sign in to comment.
Browse files
Scripts to diagnose OPy nondeterminism.
- build/metrics.sh: function to checksum all .pyc files
- Add size in bytes to 'opyc dis-md5'
- Make the 'opyc dis' output more deterministic, so we can diff it
- Shell functions to rebuild all bytecode, copy from different hosts,
and compare
- Build tweaks
- clean all .pyc in repo, not just those in Python-2.7.13/
- move OPy bytecode to _build/oil/bytecode-opy.zip, which is more
consistent.- Loading branch information...
Showing
with
62 additions
and 10 deletions.
- +3 −1 build/actions.sh
- +11 −3 build/metrics.sh
- +7 −1 opy/misc/inspect_pyc.py
- +1 −1 opy/opy_main.py
- +39 −3 opy/smoke.sh
- +1 −1 portable-rules.mk
0 comments on commit
d657c8e