oilshell.org

Files Max Lines Total Lines Parse Failures Max Parse Time (secs) Total Parse Time (secs) Parsed Lines/sec Translation Failures Directory
1 29 29 0 0.11 0.11 263.6 0 bots/
1 724 724 0 1.48 1.48 489.2 1 clang/
3 1,001 1,061 0 1.6 1.84 576.6 0 dartium/
1 58 58 0 0.13 0.13 446.2 0 dom/

Side By Side Lines Parsed? Parse Process Time (secs) Internal Parse Time (secs) Parsed Lines/sec Translated? Filename
view 116 OK 0.28 0.28 414.3 FAIL create_debian_chroot.sh
view 23 OK 0.11 0.11 209.1 OK download_chromium_sysroot.sh
view 159 OK 0.32 0.32 496.9 OK presubmit.sh
view 19 OK 0.09 0.09 211.1 OK set_ia32_sysroot.sh
view 19 OK 0.1 0.1 190.0 OK set_x64_sysroot.sh

stderr

Translating create_debian_chroot.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 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