• 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
Name
Last commit
Last update
..
varnishadm Loading commit data...
varnishd Loading commit data...
varnishhist Loading commit data...
varnishlog Loading commit data...
varnishncsa Loading commit data...
varnishstat Loading commit data...
varnishtest Loading commit data...
varnishtop Loading commit data...
Makefile.am Loading commit data...
flint.lnt Loading commit data...