[latex3-commits] [git/l3build] split: split l3build.lua into many separate files (536cc66)

Will Robertson wspr81 at gmail.com
Sat Jan 6 08:44:30 CET 2018


Repository : https://github.com/latex3/l3build
On branch  : split
Link       : https://github.com/latex3/l3build/commit/536cc66e0ade43ee5334c1b3da7e840cbf32f6e1

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

commit 536cc66e0ade43ee5334c1b3da7e840cbf32f6e1
Author: Will Robertson <wspr81 at gmail.com>
Date:   Sat Jan 6 10:24:02 2018 +0800

    split l3build.lua into many separate files
    
    see #35
    
    no big philosophy behind the files chosen -- some may need to be divided further, others re-combined
    
    removed some (but not all) "local" versions of function names here and there; not sure what our guiding approach should be overall


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

536cc66e0ade43ee5334c1b3da7e840cbf32f6e1
 l3build-arguments.lua      |  274 +++++
 l3build-aux.lua            |   96 ++
 l3build-check.lua          |  824 +++++++++++++++
 l3build-clean.lua          |   56 +
 l3build-ctan.lua           |  238 +++++
 l3build-file-functions.lua |  406 ++++++++
 l3build-help.lua           |   78 ++
 l3build-install.lua        |   57 ++
 l3build-setversion.lua     |   15 +-
 l3build-stdmain.lua        |  123 +++
 l3build-typesetting.lua    |  247 +++++
 l3build-unpack.lua         |   99 ++
 l3build-variables.lua      |  199 ++++
 l3build.lua                | 2422 +-------------------------------------------
 14 files changed, 2728 insertions(+), 2406 deletions(-)

Diff suppressed because of size. To see it, use:

    git diff-tree --root --patch-with-stat --no-color --ignore-space-at-eol --textconv --cc 536cc66e0ade43ee5334c1b3da7e840cbf32f6e1




More information about the latex3-commits mailing list