all releases |
oilshell.org
Oil Version 0.6.pre21
What's New
Docs For End Users
- INSTALL. How to install OSH. This text file is also at
the root of the tarball.
- OSH Quick Reference, with Examples (in progress).
This document underlies the OSH
help
builtin. It also gives a rough
overview of what features OSH implements.
Docs For Developers
Download
|
File / SHA256 checksum |
Size |
|
|
oil-0.6.pre21.tar.xz |
994,312 |
|
98db3d968de9f0b94950355ccdefc5165bd41b48089e82b92cacff0720054b58 |
|
oil-0.6.pre21.tar.gz |
1,363,601 |
|
78465ab6f8b5893cc7b931ea73ef78c2e99bb86e803b3b8a6d5a86525e722f81 |
Metrics
- Lines of source, counted in differented ways:
- osh-cloc. OSH and common
libraries, as measured by the cloc tool.
- src. The whole Oil repo organized by
type of source file.
- OPy. How much code is in the OPy
toolchain?
- Lines of dependencies:
- pydeps. Oil code plus the Python
standard library.
- nativedeps. Oil code plus A
slice of CPython.
- Bytecode Metrics
- Native Code Metrics
- overview - An analysis of GCC's
compilation of OVM (a subset of CPython). Bloaty provides the
underlying data.
- cpython-defs/overview - We try to
ship as little of CPython as possible, and this is what's left.
Oil Tests
- Spec Tests. Test OSH behavior against that of existing
shells.
- Wild Tests. Parsing and translating thousands of shell
scripts with OSH.
- Unit Tests. Python unit test results.
More tests:
- Gold Tests. Comparisons against bash (using
implicit assertions, no golden output.)
- osh2oil Tests. Test the conversion of OSH to
Oil.
- parse-errors. A list of all parse errors.
- runtime-errors. A list of all runtime
errors.
- arena. Testing an invariant for the parser.
- osh-usage. Misc tests of the
osh
binary.
- oshc-deps. Tests for a subcommand in
progress.
- opyc. Tests for the opyc tool.
OPy Tests
The OPy compiler is used to compile Oil to bytecode, but isn't itself part of
the release.
Tree-shaking:
Manual Tests
- [ ] Test build and install on OS X
Benchmarks
Generated on Tue Jun 4 10:53:36 PDT 2019