mirror of
https://github.com/vlang/v.git
synced 2025-09-08 14:51:53 -04:00
markused: use eprintln for PANIC DEPS
too (for consistency and easier redirection for the whole trace)
This commit is contained in:
parent
396dc77a20
commit
2c8685a386
@ -1377,7 +1377,7 @@ pub fn (mut w Walker) finalize(include_panic_deps bool) {
|
|||||||
if include_panic_deps || w.uses_external_type || w.uses_asserts || w.uses_debugger
|
if include_panic_deps || w.uses_external_type || w.uses_asserts || w.uses_debugger
|
||||||
|| w.uses_interp {
|
|| w.uses_interp {
|
||||||
if w.trace_enabled {
|
if w.trace_enabled {
|
||||||
println('>>>>> PANIC DEPS ${include_panic_deps} | external_type=${w.uses_external_type} | asserts=${w.uses_asserts} | dbg=${w.uses_debugger}')
|
eprintln('>>>>> PANIC DEPS ${include_panic_deps} | external_type=${w.uses_external_type} | asserts=${w.uses_asserts} | dbg=${w.uses_debugger}')
|
||||||
}
|
}
|
||||||
ref_array_idx_str := int(ast.array_type.ref()).str()
|
ref_array_idx_str := int(ast.array_type.ref()).str()
|
||||||
string_idx_str := ast.string_type_idx.str()
|
string_idx_str := ast.string_type_idx.str()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user