go2v
go2v copied to clipboard
"string index out of range: 0 / 0" getting this in most stuff i try
BTW just investigating. go code here: https://github.com/splace/table (chosen due to simplicity)
converting "table/table.go" -> "tablev/table/table.v"
================ V panic ================
module: builtin
function: at()
message: string index out of range: 0 / 0
file: /var/home/simon/v/vlib/builtin/string.v:1834
v hash: 0073059
=========================================
/tmp/v_1000/../../../../../../var/home/simon/v/vlib/builtin/builtin.c.v:83: at panic_debug: Backtrace
/tmp/v_1000/../../../../../../var/home/simon/v/vlib/builtin/string.v:1834: by string_at
/tmp/v_1000/../../../../../../var/home/simon/go2v/transpiler/ast_extractor.v:353: by transpiler__VAST_extract_stmt
/tmp/v_1000/../../../../../../var/home/simon/go2v/transpiler/ast_extractor.v:287: by transpiler__VAST_extract_body
/tmp/v_1000/../../../../../../var/home/simon/go2v/transpiler/ast_extractor.v:633: by transpiler__VAST_extract_stmt
/tmp/v_1000/../../../../../../var/home/simon/go2v/transpiler/ast_extractor.v:287: by transpiler__VAST_extract_body
/tmp/v_1000/../../../../../../var/home/simon/go2v/transpiler/ast_extractor.v:566: by transpiler__VAST_extract_stmt
/tmp/v_1000/../../../../../../var/home/simon/go2v/transpiler/ast_extractor.v:287: by transpiler__VAST_extract_body
/tmp/v_1000/../../../../../../var/home/simon/go2v/transpiler/ast_extractor.v:270: by transpiler__VAST_extract_function
/tmp/v_1000/../../../../../../var/home/simon/go2v/transpiler/ast_extractor.v:528: by transpiler__VAST_extract_stmt
/tmp/v_1000/../../../../../../var/home/simon/go2v/transpiler/ast_extractor.v:751: by transpiler__VAST_extract_variable
/tmp/v_1000/../../../../../../var/home/simon/go2v/transpiler/ast_extractor.v:309: by transpiler__VAST_extract_stmt
/tmp/v_1000/../../../../../../var/home/simon/go2v/transpiler/ast_extractor.v:287: by transpiler__VAST_extract_body
/tmp/v_1000/../../../../../../var/home/simon/go2v/transpiler/ast_extractor.v:270: by transpiler__VAST_extract_function
/tmp/v_1000/../../../../../../var/home/simon/go2v/transpiler/ast_extractor.v:33: by transpiler__VAST_extract_declaration
/tmp/v_1000/../../../../../../var/home/simon/go2v/transpiler/ast_extractor.v:76: by transpiler__VAST_extract_embedded_declaration
/tmp/v_1000/../../../../../../var/home/simon/go2v/transpiler/ast_extractor.v:359: by transpiler__VAST_extract_stmt
/tmp/v_1000/../../../../../../var/home/simon/go2v/transpiler/ast_extractor.v:287: by transpiler__VAST_extract_body
/tmp/v_1000/../../../../../../var/home/simon/go2v/transpiler/ast_extractor.v:270: by transpiler__VAST_extract_function
/tmp/v_1000/../../../../../../var/home/simon/go2v/transpiler/ast_extractor.v:33: by transpiler__VAST_extract_declaration
/tmp/v_1000/../../../../../../var/home/simon/go2v/transpiler/ast_extractor.v:18: by transpiler__ast_extractor
/tmp/v_1000/../../../../../../var/home/simon/go2v/transpiler/go2v.v:110: by transpiler__convert_and_write
/tmp/v_1000/../../../../../../var/home/simon/go2v/transpiler/go2v.v:90: by transpiler__go_to_v
/tmp/v_1000/../../../../../../var/home/simon/go2v/go2v.v:36: by anon_fn_c108530cdb7e1057_cli__command__result_void_338
/tmp/v_1000/../../../../../../var/home/simon/v/vlib/cli/command.v:313: by cli__Command_handle_cb