[latex3-commits] [git/l3build] master: split l3build.lua into many separate files (#47) (a88921c)

GitHub noreply at github.com
Sun Jan 7 16:13:38 CET 2018


Repository : https://github.com/latex3/l3build
On branch  : master
Link       : https://github.com/latex3/l3build/commit/a88921c6dfebdc67ee8bbae3b5a09e07b8d0c71a

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

commit a88921c6dfebdc67ee8bbae3b5a09e07b8d0c71a
Author: Will Robertson <will at wspr.io>
Date:   Sun Jan 7 23:13:38 2018 +0800

    split l3build.lua into many separate files (#47)
    
    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


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

a88921c6dfebdc67ee8bbae3b5a09e07b8d0c71a
 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                | 2421 +-------------------------------------------
 14 files changed, 2728 insertions(+), 2405 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 a88921c6dfebdc67ee8bbae3b5a09e07b8d0c71a




More information about the latex3-commits mailing list