oilshell.org

Files Max Lines Total Lines Parse Failures Max Parse Time (secs) Total Parse Time (secs) Parsed Lines/sec Translation Failures Directory
1 44 44 0 0.16 0.16 275.0 0 common/
1 127 127 0 0.3 0.3 423.3 0 gce/
1 27 27 0 0.1 0.1 270.0 0 pre-existing/
1 725 725 0 1.09 1.09 665.1 1 resources/
1 62 62 0 0.12 0.12 516.7 0 skeleton/

Side By Side Lines Parsed? Parse Process Time (secs) Internal Parse Time (secs) Parsed Lines/sec Translated? Filename
view 20 OK 0.1 0.1 200.0 OK cloud-provider-config.sh
view 20 OK 0.1 0.1 200.0 OK configure-kubectl.sh
view 26 OK 0.11 0.11 236.4 OK master-log-dump.sh
view 52 OK 0.15 0.15 346.7 OK run-e2e-tests.sh
view 472 OK 0.94 0.94 502.1 FAIL start-kubemark.sh
view 42 OK 0.14 0.14 300.0 OK stop-kubemark.sh

stderr

Translating start-kubemark.sh
        Traceback (most recent call last):
  File "bin/osh", line 469, in <module>
    main(sys.argv)
  File "bin/osh", line 452, in main
    sys.exit(OilMain(argv))
  File "bin/osh", line 435, in OilMain
    status = OshMain(main_argv, login_shell)
  File "bin/osh", line 350, in OshMain
    osh2oil.PrintAsOil(arena, node, opts.debug_spans)
  File "/home/andy/git/oil/bin/../tools/osh2oil.py", line 69, in PrintAsOil
    fixer.DoCommand(node, None, at_top_level=True)  # no local symbols yet
  File "/home/andy/git/oil/bin/../tools/osh2oil.py", line 473, in DoCommand
    self.DoCommand(child, local_symbols)
  File "/home/andy/git/oil/bin/../tools/osh2oil.py", line 632, in DoCommand
    self.DoCommand(child, new_local_symbols)
  File "/home/andy/git/oil/bin/../tools/osh2oil.py", line 536, in DoCommand
    self.DoRedirect(r, local_symbols)
  File "/home/andy/git/oil/bin/../tools/osh2oil.py", line 270, in DoRedirect
    raise NotImplementedError(node.__class__.__name__)
NotImplementedError: HereDoc