[latex3-commits] [l3svn] branch master updated: Revert "Now longer need l3str for contrib tests"

noreply at latex-project.org noreply at latex-project.org
Mon Nov 21 12:22:22 CET 2016


This is an automated email from the git hooks/post-receive script.

joseph pushed a commit to branch master
in repository l3svn.

The following commit(s) were added to refs/heads/master by this push:
       new  da84c59   Revert "Now longer need l3str for contrib tests"
da84c59 is described below

commit da84c59594b55f4accc12f793cc4add46e6c9dde
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Mon Nov 21 11:22:01 2016 +0000

    Revert "Now longer need l3str for contrib tests"
    
    This reverts commit 9407f601d6de2763d5396725bf0f14003ad9930d. Seems
    we still do need parts of l3str!
---
 contrib/build.lua |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/contrib/build.lua b/contrib/build.lua
index 1db0b62..d8e59f8 100644
--- a/contrib/build.lua
+++ b/contrib/build.lua
@@ -17,7 +17,8 @@ checkdeps   =
     maindir .. "/l3packages/l3keys2e",
     maindir .. "/l3packages/xfrac",
     maindir .. "/l3packages/xparse",
-    maindir .. "/l3packages/xtemplate"
+    maindir .. "/l3packages/xtemplate",
+    maindir .. "/l3experimental/l3str"
   }
 checksearch = true
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the latex3-commits mailing list