Translating test-break.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 632, in DoCommand
self.DoCommand(child, new_local_symbols)
File "/home/andy/git/oil/bin/../tools/osh2oil.py", line 549, in DoCommand
self.DoAssignment(node, at_top_level, local_symbols)
File "/home/andy/git/oil/bin/../tools/osh2oil.py", line 463, in DoAssignment
self.DoWordAsExpr(pair.rhs, local_symbols)
File "/home/andy/git/oil/bin/../tools/osh2oil.py", line 820, in DoWordAsExpr
self.DoWordInCommand(node, local_symbols)
File "/home/andy/git/oil/bin/../tools/osh2oil.py", line 989, in DoWordInCommand
self.DoWordPart(part, local_symbols)
File "/home/andy/git/oil/bin/../tools/osh2oil.py", line 999, in DoWordPart
span_id = word.LeftMostSpanForPart(node)
File "/home/andy/git/oil/bin/../core/word.py", line 105, in LeftMostSpanForPart
return LeftMostSpanForWord(part.words[0]) # Hm this is a=(1 2 3)
IndexError: list index out of range
|
Parsing test-run.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 345, in OshMain
ui.PrintErrorStack(err, arena, sys.stderr)
File "/home/andy/git/oil/bin/../core/ui.py", line 143, in PrintErrorStack
PrettyPrintError(err, arena, f)
File "/home/andy/git/oil/bin/../core/ui.py", line 100, in PrettyPrintError
span_id = word.LeftMostSpanForWord(parse_error.word)
File "/home/andy/git/oil/bin/../core/word.py", line 218, in LeftMostSpanForWord
return LeftMostSpanForPart(w.parts[0])
File "/home/andy/git/oil/bin/../core/word.py", line 105, in LeftMostSpanForPart
return LeftMostSpanForWord(part.words[0]) # Hm this is a=(1 2 3)
IndexError: list index out of range
|
Translating test-run.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 345, in OshMain
ui.PrintErrorStack(err, arena, sys.stderr)
File "/home/andy/git/oil/bin/../core/ui.py", line 143, in PrintErrorStack
PrettyPrintError(err, arena, f)
File "/home/andy/git/oil/bin/../core/ui.py", line 100, in PrettyPrintError
span_id = word.LeftMostSpanForWord(parse_error.word)
File "/home/andy/git/oil/bin/../core/word.py", line 218, in LeftMostSpanForWord
return LeftMostSpanForPart(w.parts[0])
File "/home/andy/git/oil/bin/../core/word.py", line 105, in LeftMostSpanForPart
return LeftMostSpanForWord(part.words[0]) # Hm this is a=(1 2 3)
IndexError: list index out of range
|
Translating test-filecache.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 632, in DoCommand
self.DoCommand(child, new_local_symbols)
File "/home/andy/git/oil/bin/../tools/osh2oil.py", line 549, in DoCommand
self.DoAssignment(node, at_top_level, local_symbols)
File "/home/andy/git/oil/bin/../tools/osh2oil.py", line 463, in DoAssignment
self.DoWordAsExpr(pair.rhs, local_symbols)
File "/home/andy/git/oil/bin/../tools/osh2oil.py", line 820, in DoWordAsExpr
self.DoWordInCommand(node, local_symbols)
File "/home/andy/git/oil/bin/../tools/osh2oil.py", line 989, in DoWordInCommand
self.DoWordPart(part, local_symbols)
File "/home/andy/git/oil/bin/../tools/osh2oil.py", line 999, in DoWordPart
span_id = word.LeftMostSpanForPart(node)
File "/home/andy/git/oil/bin/../core/word.py", line 105, in LeftMostSpanForPart
return LeftMostSpanForWord(part.words[0]) # Hm this is a=(1 2 3)
IndexError: list index out of range
|
Translating test-action.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 632, in DoCommand
self.DoCommand(child, new_local_symbols)
File "/home/andy/git/oil/bin/../tools/osh2oil.py", line 549, in DoCommand
self.DoAssignment(node, at_top_level, local_symbols)
File "/home/andy/git/oil/bin/../tools/osh2oil.py", line 463, in DoAssignment
self.DoWordAsExpr(pair.rhs, local_symbols)
File "/home/andy/git/oil/bin/../tools/osh2oil.py", line 820, in DoWordAsExpr
self.DoWordInCommand(node, local_symbols)
File "/home/andy/git/oil/bin/../tools/osh2oil.py", line 989, in DoWordInCommand
self.DoWordPart(part, local_symbols)
File "/home/andy/git/oil/bin/../tools/osh2oil.py", line 999, in DoWordPart
span_id = word.LeftMostSpanForPart(node)
File "/home/andy/git/oil/bin/../core/word.py", line 105, in LeftMostSpanForPart
return LeftMostSpanForWord(part.words[0]) # Hm this is a=(1 2 3)
IndexError: list index out of range
|
Parsing test-cmd-eval.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 345, in OshMain
ui.PrintErrorStack(err, arena, sys.stderr)
File "/home/andy/git/oil/bin/../core/ui.py", line 143, in PrintErrorStack
PrettyPrintError(err, arena, f)
File "/home/andy/git/oil/bin/../core/ui.py", line 100, in PrettyPrintError
span_id = word.LeftMostSpanForWord(parse_error.word)
File "/home/andy/git/oil/bin/../core/word.py", line 218, in LeftMostSpanForWord
return LeftMostSpanForPart(w.parts[0])
File "/home/andy/git/oil/bin/../core/word.py", line 105, in LeftMostSpanForPart
return LeftMostSpanForWord(part.words[0]) # Hm this is a=(1 2 3)
IndexError: list index out of range
|
Translating test-cmd-eval.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 345, in OshMain
ui.PrintErrorStack(err, arena, sys.stderr)
File "/home/andy/git/oil/bin/../core/ui.py", line 143, in PrintErrorStack
PrettyPrintError(err, arena, f)
File "/home/andy/git/oil/bin/../core/ui.py", line 100, in PrettyPrintError
span_id = word.LeftMostSpanForWord(parse_error.word)
File "/home/andy/git/oil/bin/../core/word.py", line 218, in LeftMostSpanForWord
return LeftMostSpanForPart(w.parts[0])
File "/home/andy/git/oil/bin/../core/word.py", line 105, in LeftMostSpanForPart
return LeftMostSpanForWord(part.words[0]) # Hm this is a=(1 2 3)
IndexError: list index out of range
|
Parsing test-frame.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 345, in OshMain
ui.PrintErrorStack(err, arena, sys.stderr)
File "/home/andy/git/oil/bin/../core/ui.py", line 143, in PrintErrorStack
PrettyPrintError(err, arena, f)
File "/home/andy/git/oil/bin/../core/ui.py", line 100, in PrettyPrintError
span_id = word.LeftMostSpanForWord(parse_error.word)
File "/home/andy/git/oil/bin/../core/word.py", line 218, in LeftMostSpanForWord
return LeftMostSpanForPart(w.parts[0])
File "/home/andy/git/oil/bin/../core/word.py", line 105, in LeftMostSpanForPart
return LeftMostSpanForWord(part.words[0]) # Hm this is a=(1 2 3)
IndexError: list index out of range
|
Translating test-frame.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 345, in OshMain
ui.PrintErrorStack(err, arena, sys.stderr)
File "/home/andy/git/oil/bin/../core/ui.py", line 143, in PrintErrorStack
PrettyPrintError(err, arena, f)
File "/home/andy/git/oil/bin/../core/ui.py", line 100, in PrettyPrintError
span_id = word.LeftMostSpanForWord(parse_error.word)
File "/home/andy/git/oil/bin/../core/word.py", line 218, in LeftMostSpanForWord
return LeftMostSpanForPart(w.parts[0])
File "/home/andy/git/oil/bin/../core/word.py", line 105, in LeftMostSpanForPart
return LeftMostSpanForWord(part.words[0]) # Hm this is a=(1 2 3)
IndexError: list index out of range
|
Parsing test-fns.sh
|
Line 109 of '/home/andy/src/bashdb-4.4-0.92/test/unit/test-fns.sh'
typeset -a words=( $(_Dbg_parse_linespec 'foo:4') )
^~
Unexpected array literal: (CompoundWord
parts: [
(ArrayLiteralPart
words: [
(CompoundWord
parts: [
(CommandSubPart
command_list:
(CommandList
children: [
(SimpleCommand
words: [
(CompoundWord
parts: [
(LiteralPart
token: (token id:Lit_Chars val:_Dbg_parse_linespec span_id:635)
)
]
)
(CompoundWord
parts: [
(SingleQuotedPart
tokens: [(token id:Lit_Chars val:"foo:4" span_id:638)]
)
]
)
]
)
]
)
left_token: (token id:Left_CommandSub val:"$(" span_id:634)
spids: [634 640]
)
]
)
]
)
]
)
---
Line 0 of '<unknown>'
<no position info for token>
Error parsing AndOr in ParseCommandTerm
---
Line 0 of '<unknown>'
<no position info for token>
Error parsing AndOr in ParseCommandTerm
---
|
Translating test-fns.sh
|
Line 109 of '/home/andy/src/bashdb-4.4-0.92/test/unit/test-fns.sh'
typeset -a words=( $(_Dbg_parse_linespec 'foo:4') )
^~
Unexpected array literal: (CompoundWord
parts: [
(ArrayLiteralPart
words: [
(CompoundWord
parts: [
(CommandSubPart
command_list:
(CommandList
children: [
(SimpleCommand
words: [
(CompoundWord
parts: [
(LiteralPart
token: (token id:Lit_Chars val:_Dbg_parse_linespec span_id:635)
)
]
)
(CompoundWord
parts: [
(SingleQuotedPart
tokens: [(token id:Lit_Chars val:"foo:4" span_id:638)]
)
]
)
]
)
]
)
left_token: (token id:Left_CommandSub val:"$(" span_id:634)
spids: [634 640]
)
]
)
]
)
]
)
---
Line 0 of '<unknown>'
<no position info for token>
Error parsing AndOr in ParseCommandTerm
---
Line 0 of '<unknown>'
<no position info for token>
Error parsing AndOr in ParseCommandTerm
---
|
Translating require_me.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 609, in DoCommand
self.DoArithExpr(node.child, local_symbols)
File "/home/andy/git/oil/bin/../tools/osh2oil.py", line 1196, in DoArithExpr
raise AssertionError(node.__class__.__name__)
AssertionError: UnaryAssign
|
Translating test-sort.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 632, in DoCommand
self.DoCommand(child, new_local_symbols)
File "/home/andy/git/oil/bin/../tools/osh2oil.py", line 549, in DoCommand
self.DoAssignment(node, at_top_level, local_symbols)
File "/home/andy/git/oil/bin/../tools/osh2oil.py", line 463, in DoAssignment
self.DoWordAsExpr(pair.rhs, local_symbols)
File "/home/andy/git/oil/bin/../tools/osh2oil.py", line 820, in DoWordAsExpr
self.DoWordInCommand(node, local_symbols)
File "/home/andy/git/oil/bin/../tools/osh2oil.py", line 989, in DoWordInCommand
self.DoWordPart(part, local_symbols)
File "/home/andy/git/oil/bin/../tools/osh2oil.py", line 999, in DoWordPart
span_id = word.LeftMostSpanForPart(node)
File "/home/andy/git/oil/bin/../core/word.py", line 105, in LeftMostSpanForPart
return LeftMostSpanForWord(part.words[0]) # Hm this is a=(1 2 3)
IndexError: list index out of range
|