[Oil-dev] issue 10: Arch package
Andy Chu
andychup at gmail.com
Mon Mar 6 14:00:33 PST 2017
https://github.com/oilshell/oil/issues/10
I'm going to syndicate some GitHub issues here. I'm not sure if
people like using GitHub for everything but I still like mailing
lists.
Anyway as mentioned on that issue, my thinking is that we get closer
to 95% of spec tests passing, and then release Oil 0.1. The number of
spec tests passing should give people a rough idea of how much work
there is left to be done on OSH.
Of course, there are still tests that need to be written -- there are
no tests for "cd". So I plan to prioritize things by getting Oil's
own shell scripts running under OIl.
For example, instead of:
$ ./spec.sh all # run under bash
we do:
$ bin/osh ./spec.sh all
That doesn't work AT ALL yet, but I expect it shouldn't be too hard,
because I don't use every bell and whistle of shell!
thanks,
Andy
More information about the Oil-dev
mailing list