• Dridi Boukelmoune's avatar
    vcc: New $Alias stanza for VMODs · ceb88d2e
    Dridi Boukelmoune authored
    It is now possible to rename a symbol from a VMOD without breaking
    existing code until the VMOD author decides to remove the deprecated
    alias.
    
    The VCC file syntax is simply:
    
        $Alias <alias> <function>
    
        [Optional description]
    
        $Alias <.alias> <obj.method>
    
        [Optional description]
    
    The alias can only apply to a $Function or $Method.
    
    The generated RST looks like this for a method:
    
        ALIAS x<object>.<name>()
        ------------------------
    
        Deprecated alias for ``x<object>.<method>()``.
    
        [Optional description]
    
    It looks the same for a function without the $Object prefix. Aliases
    don't have a reference label for sphinx docs, the goal is not to make
    them prominent, but rather to have the ability to move them to a manual
    section for deprecated symbols at the end of the document.
    ceb88d2e
Name
Last commit
Last update
..
tests Loading commit data...
tests.disabled Loading commit data...
Makefile.am Loading commit data...
cmds.h Loading commit data...
flint.lnt Loading commit data...
flint.sh Loading commit data...
gensequences Loading commit data...
hpack.h Loading commit data...
huffman_gen.py Loading commit data...
huffman_input Loading commit data...
sequences Loading commit data...
teken.3 Loading commit data...
teken.c Loading commit data...
teken.h Loading commit data...
teken_scs.h Loading commit data...
teken_subr.h Loading commit data...
teken_subr_compat.h Loading commit data...
teken_wcwidth.h Loading commit data...
vtc.c Loading commit data...
vtc.h Loading commit data...
vtc_barrier.c Loading commit data...
vtc_client.c Loading commit data...
vtc_gzip.c Loading commit data...
vtc_h2_enctbl.h Loading commit data...
vtc_h2_hpack.c Loading commit data...
vtc_h2_priv.h Loading commit data...
vtc_h2_stattbl.h Loading commit data...
vtc_h2_tbl.c Loading commit data...
vtc_haproxy.c Loading commit data...
vtc_http.c Loading commit data...
vtc_http.h Loading commit data...
vtc_http2.c Loading commit data...
vtc_log.c Loading commit data...
vtc_log.h Loading commit data...
vtc_logexp.c Loading commit data...
vtc_main.c Loading commit data...
vtc_misc.c Loading commit data...
vtc_process.c Loading commit data...
vtc_proxy.c Loading commit data...
vtc_server.c Loading commit data...
vtc_sess.c Loading commit data...
vtc_subr.c Loading commit data...
vtc_syslog.c Loading commit data...
vtc_tunnel.c Loading commit data...
vtc_varnish.c Loading commit data...