[latex3-commits] [git/LaTeX3-latex3-l3build] ctan-post: make temporary debug message understandable (a93be2c)

Will Robertson wspr81 at gmail.com
Fri Dec 7 01:24:41 CET 2018


Repository : https://github.com/latex3/l3build
On branch  : ctan-post
Link       : https://github.com/latex3/l3build/commit/a93be2c88bc3ef68f5171fd4105c6a6e2f3a4d86

>---------------------------------------------------------------

commit a93be2c88bc3ef68f5171fd4105c6a6e2f3a4d86
Author: David Carlisle <d.p.carlisle at gmail.com>
Date:   Sun Aug 5 09:18:19 2018 +0100

    make temporary debug message understandable


>---------------------------------------------------------------

a93be2c88bc3ef68f5171fd4105c6a6e2f3a4d86
 l3build-ctan-post.lua |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3build-ctan-post.lua b/l3build-ctan-post.lua
index dc857a4..7413e31 100644
--- a/l3build-ctan-post.lua
+++ b/l3build-ctan-post.lua
@@ -168,7 +168,7 @@ end
 
 
 function ctan_single_field(fname,fvalue,max,desc,mandatory)
-print('@@' .. fname .. tostring(fvalue or '??'))
+print('ctan-post: ' .. fname .. ' ' ..tostring(fvalue or '??'))
   if((fvalue==nil and mandatory) or (fvalue == 'ask')) then
     if (max < 256) then
       fvalue=input_single_line_field(fname)





More information about the latex3-commits mailing list