oilshell.org

Files Max Lines Total Lines Parse Failures Max Parse Time (secs) Total Parse Time (secs) Translation Failures Directory
2 612 813 0 0.51 0.72 2 arp/
1 165 165 0 0.19 0.19 1 carp/
1 99 99 0 0.14 0.14 1 fdpass/
3 285 515 0 0.23 0.52 0 icmp/
2 333 433 0 0.40 0.56 0 if/
1 573 573 0 0.48 0.48 0 if_bridge/
1 763 763 0 0.62 0.62 0 if_gif/
1 416 416 0 0.34 0.34 0 if_pppoe/
1 198 198 0 0.23 0.23 0 if_tap/
1 138 138 0 0.18 0.18 0 if_tun/
1 115 115 0 0.14 0.14 0 if_vlan/
1 78 78 0 0.16 0.16 0 in_cksum/
1 106 106 0 0.15 0.15 0 mcast/
5 226 982 0 0.25 1.17 1 mpls/
3 703 1,385 0 0.56 1.18 3 ndp/
7 530 1,988 0 0.43 1.95 5 net/
1 63 63 0 0.11 0.11 1 npf/
4 406 1,312 0 0.31 1.10 2 route/

Side By Side Lines Parsed? Parse Process Time (secs) Translated? Filename
view 314 OK 0.27974 FAIL net_common.sh

stderr

Translating net_common.sh
        Traceback (most recent call last):
  File "/home/andy/git/oilshell/oil/bin/oil.py", line 358, in <module>
    sys.exit(main(sys.argv))
  File "/home/andy/git/oilshell/oil/bin/oil.py", line 301, in main
    return AppBundleMain(argv)
  File "/home/andy/git/oilshell/oil/bin/oil.py", line 272, in AppBundleMain
    return OshCommandMain(main_argv)
  File "/home/andy/git/oilshell/oil/bin/oil.py", line 156, in OshCommandMain
    osh2oil.PrintAsOil(arena, node)
  File "/home/andy/git/oilshell/oil/tools/osh2oil.py", line 80, in PrintAsOil
    fixer.DoCommand(node, None, at_top_level=True)  # no local symbols yet
  File "/home/andy/git/oilshell/oil/tools/osh2oil.py", line 572, in DoCommand
    self.DoCommand(child, local_symbols, at_top_level=at_top_level)
  File "/home/andy/git/oilshell/oil/tools/osh2oil.py", line 739, in DoCommand
    self.DoCommand(child, new_local_symbols)
  File "/home/andy/git/oilshell/oil/tools/osh2oil.py", line 660, in DoCommand
    self.DoCommand(child, local_symbols)
  File "/home/andy/git/oilshell/oil/tools/osh2oil.py", line 635, in DoCommand
    self.DoRedirect(r, local_symbols)
  File "/home/andy/git/oilshell/oil/tools/osh2oil.py", line 344, in DoRedirect
    raise AssertionError(node.__class__.__name__)
AssertionError: redir