[latex3-commits] [l3svn] 02/02: l3build: Use a dedicated no-op stream

noreply at latex-project.org noreply at latex-project.org
Tue Nov 17 12:58:52 CET 2015


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

joseph pushed a commit to branch master
in repository l3svn.

commit 728ba52c105e12239b8f613a735bbf888f88dc1c
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Tue Nov 17 11:57:46 2015 +0000

    l3build: Use a dedicated no-op stream
    
    Both 16 and 17 seem to be out for LuaTeX v0.85, so this needs
    adjusting. There are other things to fix for this too: l3file
    needs to move the terminal stream.
---
 l3build/l3build.dtx |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/l3build/l3build.dtx b/l3build/l3build.dtx
index f0627aa..a944953 100644
--- a/l3build/l3build.dtx
+++ b/l3build/l3build.dtx
@@ -1103,10 +1103,13 @@
 % A long version of |\typeout|, because tests may contain |\par| tokens.
 % Besides, with that |\TYPE|, we can do |\TYPE { ... \TRUE ... \NEWLINE ... }|.
 %    \begin{macrocode}
+\ifx\@unused\@undefined
+  \csname newwrite\endcsname\@unused
+\fi
 \long\def\LONGTYPEOUT#1{%
   \begingroup
     \long\def\TYPE##1{##1}%
-    \immediate\write16{#1}%
+    \immediate\write\@unused{#1}%
   \endgroup
 }
 \let\TYPE\LONGTYPEOUT

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


More information about the latex3-commits mailing list