oilshell.org

Files Max Lines Total Lines Parse Failures Max Parse Time (secs) Total Parse Time (secs) Translation Failures Directory
1 121 121 0 0.15 0.15 0 docs/
1 80 80 0 0.15 0.15 0 installer-tests/
2 97 160 1 0.14 0.2 1 shell/
2 162 218 0 0.19 0.34 0 tests/

Side By Side Lines Parsed? Parse Process Time (secs) Translated? Filename
view 61 OK 0.16 OK find-meteor-dev-bundle.sh
view 2,182 FAIL 0.27 FAIL install.sh
view 258 OK 0.18 FAIL make-bundle.sh
view 106 OK 0.14 OK release.sh

stderr

Parsing install.sh
        Line 2005 of '_tmp/wild/src/cloud/sandstorm/install.sh'
      `# Sandcats just needs the CN= (common name) in the request.` \
                                    ^
Expected ( after =, got ' '

        
Translating install.sh
        Line 2005 of '_tmp/wild/src/cloud/sandstorm/install.sh'
      `# Sandcats just needs the CN= (common name) in the request.` \
                                    ^
Expected ( after =, got ' '

        
Translating make-bundle.sh
        Traceback (most recent call last):
  File "bin/osh", line 616, in <module>
    main(sys.argv)
  File "bin/osh", line 594, in main
    sys.exit(AppBundleMain(argv))
  File "bin/osh", line 568, in AppBundleMain
    status = OshMain(argv0, main_argv, login_shell)
  File "bin/osh", line 327, in OshMain
    osh2oil.PrintAsOil(arena, node, opts.debug_spans)
  File "/home/andy/git/oilshell/oil/bin/../tools/osh2oil.py", line 83, in PrintAsOil
    fixer.DoCommand(node, None, at_top_level=True)  # no local symbols yet
  File "/home/andy/git/oilshell/oil/bin/../tools/osh2oil.py", line 535, in DoCommand
    self.DoCommand(child, local_symbols, at_top_level=at_top_level)
  File "/home/andy/git/oilshell/oil/bin/../tools/osh2oil.py", line 594, in DoCommand
    self.DoWordInCommand(w, local_symbols)
  File "/home/andy/git/oilshell/oil/bin/../tools/osh2oil.py", line 1065, in DoWordInCommand
    self.DoWordPart(part, local_symbols)
  File "/home/andy/git/oilshell/oil/bin/../tools/osh2oil.py", line 1263, in DoWordPart
    raise AssertionError(node.__class__.__name__)
AssertionError: ExtGlobPart