oilshell.org

Side By Side Lines Parsed? Parse Process Time (secs) Internal Parse Time (secs) Parsed Lines/sec Translated? Filename
view 30 OK 0.1 0.1 300.0 OK bootstrap_upip.sh
view 42 OK 0.16 0.16 262.5 OK build-stm-latest.sh
view 23 OK 0.12 0.12 191.7 OK check_code_size.sh
view 187 OK 0.34 0.34 550.0 FAIL codestats.sh
view 12 OK 0.11 0.11 109.1 OK gen-changelog.sh

stderr

Translating bootstrap_upip.sh
        WARNING:(token id:Lit_Chars val:/.micropython/lib/) has no span_id

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