Permalink
Please sign in to comment.
Browse files
Tweaks to prepare for a release with bytecode-opy.zip.
- Write the manifest of bytecode-*.zip to disk, and then add a pyc-size metric in build/metrics.sh. - Simplify the build slightly. Put more stuff in oil-manifest.txt. - Add osh --version to spec test HTML. - Make note of OPy divergences from Python.
- Loading branch information...
Showing
with
75 additions
and 40 deletions.
- +8 −3 bin/oil.py
- +4 −9 build/actions.sh
- +1 −1 build/make_zip.py
- +14 −6 build/metrics.sh
- +2 −0 build/oil-manifest.txt
- +24 −7 opy/README.md
- +9 −11 portable-rules.mk
- +13 −3 test/spec.sh
| @@ -1,3 +1,5 @@ | ||
| osh/osh.asdl osh/osh.asdl | ||
| osh/types.asdl osh/types.asdl | ||
| core/runtime.asdl core/runtime.asdl | ||
| oil-version.txt oil-version.txt | ||
| doc/osh-quick-ref-toc.txt doc/osh-quick-ref-toc.txt |
0 comments on commit
51ffcd4