[master] c304b8c remove the mention of STRANDS from the changes for now

Nils Goroll nils.goroll at uplex.de
Thu Mar 15 09:58:11 UTC 2018


commit c304b8c1e9a9f42c90ee98b6f7f05980150928e6
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Thu Mar 15 10:55:59 2018 +0100

    remove the mention of STRANDS from the changes for now
    
    we are not even using it in our own code yet, so I feel uneasy
    about pointing devs to them.

diff --git a/doc/sphinx/whats-new/changes-6.0.rst b/doc/sphinx/whats-new/changes-6.0.rst
index 26b3707..e49a8a3 100644
--- a/doc/sphinx/whats-new/changes-6.0.rst
+++ b/doc/sphinx/whats-new/changes-6.0.rst
@@ -83,13 +83,6 @@ structure when this is used.
 The ``vmodtool.py`` script has learned other new tricks, and
 as a result also produces nicer ``.rst`` output.
 
-We have a new way of passing text-string arguments around
-called ``STRANDS``.  Instead of the ``stdarg.h`` representation,
-an ``argc+argv`` struct is passed, which means that a function
-can take multiple STRANDS arguments, which again means that
-many functions will not need to reassemble strings on a
-workspace any more, most notably string comparisons.
-
 VCL types ``INT`` and ``BYTES`` are now 64bits on all platforms.
 
 VCL ENUM have gotten a new implementation, so the pointers


More information about the varnish-commit mailing list