[latex3-commits] [git/LaTeX3-latex3-latex3] main: Add -dev when \development at branch@name _does_ exist (aebf0f7ac)

PhelypeOleinik phelype.oleinik at latex-project.org
Wed May 26 03:40:08 CEST 2021


Repository : https://github.com/latex3/latex3
On branch  : main
Link       : https://github.com/latex3/latex3/commit/aebf0f7ac80f5fb62aba3a2373c7a1080b4167aa

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

commit aebf0f7ac80f5fb62aba3a2373c7a1080b4167aa
Author: PhelypeOleinik <phelype.oleinik at latex-project.org>
Date:   Tue May 25 22:40:08 2021 -0300

    Add -dev when \development at branch@name _does_ exist
    
    Shame!


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

aebf0f7ac80f5fb62aba3a2373c7a1080b4167aa
 l3kernel/CHANGELOG.md | 3 +++
 l3kernel/l3file.dtx   | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/l3kernel/CHANGELOG.md b/l3kernel/CHANGELOG.md
index a47428155..4436dd8bb 100644
--- a/l3kernel/CHANGELOG.md
+++ b/l3kernel/CHANGELOG.md
@@ -7,6 +7,9 @@ this project uses date-based 'snapshot' version identifiers.
 
 ## [Unreleased]
 
+### Fixed
+- Correctly detect local formats in “Mismatched LaTeX support files” error.
+
 ## [2021-05-25]
 
 ### Added
diff --git a/l3kernel/l3file.dtx b/l3kernel/l3file.dtx
index d3f57f9de..a8a2ee2b3 100644
--- a/l3kernel/l3file.dtx
+++ b/l3kernel/l3file.dtx
@@ -3626,7 +3626,7 @@
         kpsewhich ~ --all ~
           --engine = \c_sys_engine_exec_str
           \c_space_tl \c_sys_engine_format_str
-            \bool_lazy_and:nnF
+            \bool_lazy_and:nnT
                 { \tl_if_exist_p:N \development at branch@name }
                 { ! \tl_if_empty_p:N \development at branch@name }
               { -dev } .fmt





More information about the latex3-commits mailing list.