oilshell.org

Side By Side Lines Parsed? Parse Process Time (secs) Internal Parse Time (secs) Parsed Lines/sec Translated? Filename
view 55 OK 0.12 0.12 458.3 OK p0000-perf-lib-sanity.sh
view 29 OK 0.12 0.12 241.7 OK p0001-rev-list.sh
view 14 OK 0.11 0.11 127.3 OK p0002-read-cache.sh
view 31 OK 0.1 0.1 310.0 OK p0003-delta-base-cache.sh
view 36 OK 0.1 0.1 360.0 OK p3400-rebase.sh
view 36 OK 0.09 0.09 400.0 FAIL p3404-rebase-interactive.sh
view 29 OK 0.1 0.1 290.0 OK p4000-diff-algorithms.sh
view 22 OK 0.12 0.12 183.3 OK p4001-diff-no-index.sh
view 34 OK 0.11 0.11 309.1 OK p4211-line-log.sh
view 40 OK 0.1 0.1 400.0 OK p5302-pack-index.sh
view 87 OK 0.15 0.15 580.0 OK p5303-many-packs.sh
view 72 OK 0.1 0.1 720.0 OK p5310-pack-bitmaps.sh
view 99 OK 0.12 0.12 825.0 OK p5550-fetch-tags.sh
view 19 OK 0.09 0.09 211.1 OK p7000-filter-branch.sh
view 35 OK 0.12 0.12 291.7 OK p7300-clean.sh
view 23 OK 0.09 0.09 255.6 OK p7810-grep.sh
view 219 OK 0.46 0.46 476.1 OK perf-lib.sh

stderr

Translating p3404-rebase-interactive.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