[latex3-commits] [git/LaTeX3-latex3-latex2e] IfBlank: time travel is hard (678f9b7e)

PhelypeOleinik phelype.oleinik at latex-project.org
Thu Feb 24 00:00:03 CET 2022


Repository : https://github.com/latex3/latex2e
On branch  : IfBlank
Link       : https://github.com/latex3/latex2e/commit/678f9b7eaa605735538f7a67b02d20911f624688

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

commit 678f9b7eaa605735538f7a67b02d20911f624688
Author: PhelypeOleinik <phelype.oleinik at latex-project.org>
Date:   Wed Feb 23 20:00:03 2022 -0300

    time travel is hard
    
    This commit (hopefully) fixes an issue that when rolling back to a set
    of changes already present in the format, errors about "command already
    defined" would be thrown all over.  The fix "simply" stops the loading
    of a given `\IncludeInRelease` chunk if it is already in the format
    (which would be useless anyway).


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

678f9b7eaa605735538f7a67b02d20911f624688
 base/latexrelease.dtx                              |  15 +-
 base/ltclass.dtx                                   |  19 +-
 base/ltcmd.dtx                                     |   0
 base/ltvers.dtx                                    |  30 +-
 base/testfiles/github-0479-often.luatex.tlg        |  24 +-
 base/testfiles/github-0479-often.tlg               |  24 +-
 base/testfiles/github-0479-often.xetex.tlg         |  24 +-
 base/testfiles/github-0479c.lvt                    |  19 +-
 ...tlb-latexrelease-rollback-2020-10-01.luatex.tlg |  24 +-
 .../tlb-latexrelease-rollback-2020-10-01.tlg       |  24 +-
 .../tlb-latexrelease-rollback-2020-10-01.xetex.tlg |  24 +-
 ...tlb-latexrelease-rollback-2021-06-01.luatex.tlg |  26 +-
 .../tlb-latexrelease-rollback-2021-06-01.tlg       |  26 +-
 .../tlb-latexrelease-rollback-2021-06-01.xetex.tlg |  26 +-
 ...tlb-latexrelease-rollback-2021-11-15.luatex.tlg | 724 +--------------------
 .../tlb-latexrelease-rollback-2021-11-15.tlg       | 724 +--------------------
 .../tlb-latexrelease-rollback-2021-11-15.xetex.tlg | 724 +--------------------
 base/testfiles/tlb-rollback-005.luatex.tlg         |  24 +-
 base/testfiles/tlb-rollback-005.tlg                |  24 +-
 base/testfiles/tlb-rollback-005.xetex.tlg          |  24 +-
 20 files changed, 252 insertions(+), 2297 deletions(-)

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

    git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --textconv --cc 678f9b7eaa605735538f7a67b02d20911f624688




More information about the latex3-commits mailing list.