• Dridi Boukelmoune's avatar
    Improve the VCL recursive sub calls error message · db0baa74
    Dridi Boukelmoune authored
    Before:
    
        ...called from "foo"
        ('<vcl.inline>' Line 5 Pos 27)
                sub bar { call foo; }
        --------------------------#--
    
    After:
    
        ...called from "bar"
        ('<vcl.inline>' Line 5 Pos 24)
                sub bar { call foo; }
        -----------------------###---
    
    This fixes the "called from" part of the message to refer to the caller
    instead of the callee, and underlines the symbol token instead of the
    semi-colon.
    db0baa74
v00020.vtc 9.28 KB