Skip to content

Commit

Permalink
add error test for #1185 (#1187)
Browse files Browse the repository at this point in the history
* add error test for #1185

* testfile for #1185

* rollback/docstrip guard fixes

* update rollback tests

* eol

* more words for ltnews

* locally hide group level

* English Grammar

* update more rollback tests

* Update base/doc/ltnews39.tex

Co-authored-by: Yukai Chou <muzimuzhi@gmail.com>

* Update base/testfiles/m3expl009.lvt

Co-authored-by: Yukai Chou <muzimuzhi@gmail.com>

* RequirePackageWithOptions

* check grpup level in shared code so applies to classes

* rollback tests

* Update base/doc/ltnews39.tex

Co-authored-by: Yukai Chou <muzimuzhi@gmail.com>

* Update base/doc/ltnews39.tex

Co-authored-by: Yukai Chou <muzimuzhi@gmail.com>

* update date in PR

---------

Co-authored-by: Yukai Chou <muzimuzhi@gmail.com>
  • Loading branch information
davidcarlisle and muzimuzhi committed Jan 31, 2024
1 parent aa691a7 commit c13b064
Show file tree
Hide file tree
Showing 41 changed files with 139 additions and 1 deletion.
6 changes: 6 additions & 0 deletions base/changes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ to completeness or accuracy and it contains some references to files that are
not part of the distribution.
================================================================================



2024-01-30 David Carlisle <David.Carlisle@latex-project.org>
* ltclass.dtx: check that \RequirePackage, \documentclass, \usepackage
and related commands are at top level (gh/1185)

2024-01-30 Jérôme Laurens <jerome.laurens@u-bourgogn.fr>
* lthooks.dtx:
Fix rollback to 2020-10-01.
Expand Down
11 changes: 11 additions & 0 deletions base/doc/ltnews39.tex
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,17 @@ \subsection{pkg{doc}: better support for \pkg{upquote}}

\section{Code improvements}

\subsection{Loading packages at the top level}
Classes and packages should only be loaded with \cs{documentclass}, \cs{usepackage},
or class interface commands such as \cs{LoadClass} or \cs{RequirePackageWithOptions}
at the top level, not inside a group. Previously \LaTeX\ did not check this,
which would often lead to low level errors later on if package declarations
were reverted as a group ended.
\LaTeX\ now checks the group level and an error is thrown
if the class or package is loaded in a group.
%
\githubissue{1185}

\subsection{Keep track of lost glyphs}

A while ago we changed the \LaTeX{} default value for
Expand Down
24 changes: 23 additions & 1 deletion base/ltclass.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
%<*driver>
% \fi
\ProvidesFile{ltclass.dtx}
[2023/04/14 v1.5h LaTeX Kernel (Class & Package Interface)]
[2024/01/30 v1.5i LaTeX Kernel (Class & Package Interface)]
% \iffalse
\documentclass{ltxdoc}
\GetFileInfo{ltclass.dtx}
Expand Down Expand Up @@ -1950,12 +1950,34 @@
% \end{macro}
%
% \begin{macro}{\@fileswithoptions}
% \changes{v1.5i}{2024/01/30}{Test group level}
% The common part of |\documentclass| and |\usepackage|.
% \begin{macrocode}
%</2ekernel>
%<latexrelease>\IncludeInRelease{2024/06/01}%
%<latexrelease> {\@fileswithoptions}{Check Group}%
%<*2ekernel|latexrelease>
\def\@fileswithoptions#1{%
\ifnum\currentgrouplevel>\z@
\@latex@error
{Loading a class or package in a group}%
{Classes and packages should only be loaded at the top level}%
\fi
\@ifnextchar[%]
{\@fileswith@ptions#1}%
{\@fileswith@ptions#1[]}}
%</2ekernel|latexrelease>
%<latexrelease>\EndIncludeInRelease
%<latexrelease>\IncludeInRelease{0000/00/00}%
%<latexrelease> {\@fileswithoptions}{Check Group}%
%<latexrelease>\def\@fileswithoptions#1{%
%<latexrelease> \@ifnextchar[%]
%<latexrelease> {\@fileswith@ptions#1}%
%<latexrelease> {\@fileswith@ptions#1[]}}
%<latexrelease>\EndIncludeInRelease
%<*2ekernel>
% \end{macrocode}
% \begin{macrocode}
\@onlypreamble\@fileswithoptions
% \end{macrocode}
%
Expand Down
2 changes: 2 additions & 0 deletions base/testfiles-lthooks/lthooks-rollback-args.tlg
Original file line number Diff line number Diff line change
Expand Up @@ -751,6 +751,8 @@ Skipping: [....-..-..] Raw option lists load with options on input line ....
Applying: [....-..-..] Raw option lists load with options on input line ....
Applying: [....-..-..] Unused options issue on input line ....
Already applied: [....-..-..] Unused options issue on input line ....
Skipping: [....-..-..] Check Group on input line ....
Applying: [....-..-..] Check Group on input line ....
Applying: [....-..-..] ifx tests in \@fileswith@pti@ns on input line ....
Already applied: [....-..-..] ifx tests in \@fileswith@pti@ns on input line ....
Already applied: [....-..-..] ifx tests in \@fileswith@pti@ns on input line ....
Expand Down
2 changes: 2 additions & 0 deletions base/testfiles/github-0479-often.luatex.tlg
Original file line number Diff line number Diff line change
Expand Up @@ -762,6 +762,8 @@ Skipping: [....-..-..] Raw option lists load with options on input line ....
Applying: [....-..-..] Raw option lists load with options on input line ....
Applying: [....-..-..] Unused options issue on input line ....
Already applied: [....-..-..] Unused options issue on input line ....
Skipping: [....-..-..] Check Group on input line ....
Applying: [....-..-..] Check Group on input line ....
Applying: [....-..-..] ifx tests in \@fileswith@pti@ns on input line ....
Already applied: [....-..-..] ifx tests in \@fileswith@pti@ns on input line ....
Already applied: [....-..-..] ifx tests in \@fileswith@pti@ns on input line ....
Expand Down
2 changes: 2 additions & 0 deletions base/testfiles/github-0479-often.tlg
Original file line number Diff line number Diff line change
Expand Up @@ -751,6 +751,8 @@ Skipping: [....-..-..] Raw option lists load with options on input line ....
Applying: [....-..-..] Raw option lists load with options on input line ....
Applying: [....-..-..] Unused options issue on input line ....
Already applied: [....-..-..] Unused options issue on input line ....
Skipping: [....-..-..] Check Group on input line ....
Applying: [....-..-..] Check Group on input line ....
Applying: [....-..-..] ifx tests in \@fileswith@pti@ns on input line ....
Already applied: [....-..-..] ifx tests in \@fileswith@pti@ns on input line ....
Already applied: [....-..-..] ifx tests in \@fileswith@pti@ns on input line ....
Expand Down
2 changes: 2 additions & 0 deletions base/testfiles/github-0479-often.xetex.tlg
Original file line number Diff line number Diff line change
Expand Up @@ -752,6 +752,8 @@ Skipping: [....-..-..] Raw option lists load with options on input line ....
Applying: [....-..-..] Raw option lists load with options on input line ....
Applying: [....-..-..] Unused options issue on input line ....
Already applied: [....-..-..] Unused options issue on input line ....
Skipping: [....-..-..] Check Group on input line ....
Applying: [....-..-..] Check Group on input line ....
Applying: [....-..-..] ifx tests in \@fileswith@pti@ns on input line ....
Already applied: [....-..-..] ifx tests in \@fileswith@pti@ns on input line ....
Already applied: [....-..-..] ifx tests in \@fileswith@pti@ns on input line ....
Expand Down
11 changes: 11 additions & 0 deletions base/testfiles/github-1185.lvt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
\documentclass{article}

\input{test2e}

\START
{
% This should error
\usepackage{ifthen}
}

\END
12 changes: 12 additions & 0 deletions base/testfiles/github-1185.tlg
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
This is a generated file for the LaTeX2e validation system.
Don't change this file in any respect.
! LaTeX Error: Loading a class or package in a group.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l. ...\usepackage
{ifthen}
Classes and packages should only be loaded at the top level
(ifthen.sty
Package: ifthen ....-..-.. v... Standard LaTeX ifthen package (DPC)
)
1 change: 1 addition & 0 deletions base/testfiles/m3expl009.lvt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
\ExplSyntaxOff
\cs_undefine:c { ver@expl3.sty }
\group_begin:
\cs_set_eq:Nc \currentgrouplevel {z@}
#1
\RequirePackage{expl3}
\group_end:
Expand Down
4 changes: 4 additions & 0 deletions base/testfiles/tlb-latexrelease-rollback-003-often.luatex.tlg
Original file line number Diff line number Diff line change
Expand Up @@ -679,6 +679,8 @@ Skipping: [....-..-..] Raw option lists load with options on input line ....
Applying: [....-..-..] Raw option lists load with options on input line ....
Skipping: [....-..-..] Unused options issue on input line ....
Applying: [....-..-..] Unused options issue on input line ....
Skipping: [....-..-..] Check Group on input line ....
Applying: [....-..-..] Check Group on input line ....
Skipping: [....-..-..] ifx tests in \@fileswith@pti@ns on input line ....
Skipping: [....-..-..] ifx tests in \@fileswith@pti@ns on input line ....
Applying: [....-..-..] ifx tests in \@fileswith@pti@ns on input line ....
Expand Down Expand Up @@ -1505,6 +1507,8 @@ Skipping: [....-..-..] Raw option lists load with options on input line ....
Applying: [....-..-..] Raw option lists load with options on input line ....
Skipping: [....-..-..] Unused options issue on input line ....
Applying: [....-..-..] Unused options issue on input line ....
Skipping: [....-..-..] Check Group on input line ....
Applying: [....-..-..] Check Group on input line ....
Skipping: [....-..-..] ifx tests in \@fileswith@pti@ns on input line ....
Applying: [....-..-..] ifx tests in \@fileswith@pti@ns on input line ....
Already applied: [....-..-..] ifx tests in \@fileswith@pti@ns on input line ....
Expand Down
4 changes: 4 additions & 0 deletions base/testfiles/tlb-latexrelease-rollback-003-often.tlg
Original file line number Diff line number Diff line change
Expand Up @@ -673,6 +673,8 @@ Skipping: [....-..-..] Raw option lists load with options on input line ....
Applying: [....-..-..] Raw option lists load with options on input line ....
Skipping: [....-..-..] Unused options issue on input line ....
Applying: [....-..-..] Unused options issue on input line ....
Skipping: [....-..-..] Check Group on input line ....
Applying: [....-..-..] Check Group on input line ....
Skipping: [....-..-..] ifx tests in \@fileswith@pti@ns on input line ....
Skipping: [....-..-..] ifx tests in \@fileswith@pti@ns on input line ....
Applying: [....-..-..] ifx tests in \@fileswith@pti@ns on input line ....
Expand Down Expand Up @@ -1489,6 +1491,8 @@ Skipping: [....-..-..] Raw option lists load with options on input line ....
Applying: [....-..-..] Raw option lists load with options on input line ....
Skipping: [....-..-..] Unused options issue on input line ....
Applying: [....-..-..] Unused options issue on input line ....
Skipping: [....-..-..] Check Group on input line ....
Applying: [....-..-..] Check Group on input line ....
Skipping: [....-..-..] ifx tests in \@fileswith@pti@ns on input line ....
Applying: [....-..-..] ifx tests in \@fileswith@pti@ns on input line ....
Already applied: [....-..-..] ifx tests in \@fileswith@pti@ns on input line ....
Expand Down
4 changes: 4 additions & 0 deletions base/testfiles/tlb-latexrelease-rollback-003-often.xetex.tlg
Original file line number Diff line number Diff line change
Expand Up @@ -673,6 +673,8 @@ Skipping: [....-..-..] Raw option lists load with options on input line ....
Applying: [....-..-..] Raw option lists load with options on input line ....
Skipping: [....-..-..] Unused options issue on input line ....
Applying: [....-..-..] Unused options issue on input line ....
Skipping: [....-..-..] Check Group on input line ....
Applying: [....-..-..] Check Group on input line ....
Skipping: [....-..-..] ifx tests in \@fileswith@pti@ns on input line ....
Skipping: [....-..-..] ifx tests in \@fileswith@pti@ns on input line ....
Applying: [....-..-..] ifx tests in \@fileswith@pti@ns on input line ....
Expand Down Expand Up @@ -1498,6 +1500,8 @@ Skipping: [....-..-..] Raw option lists load with options on input line ....
Applying: [....-..-..] Raw option lists load with options on input line ....
Skipping: [....-..-..] Unused options issue on input line ....
Applying: [....-..-..] Unused options issue on input line ....
Skipping: [....-..-..] Check Group on input line ....
Applying: [....-..-..] Check Group on input line ....
Skipping: [....-..-..] ifx tests in \@fileswith@pti@ns on input line ....
Applying: [....-..-..] ifx tests in \@fileswith@pti@ns on input line ....
Already applied: [....-..-..] ifx tests in \@fileswith@pti@ns on input line ....
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -762,6 +762,8 @@ Skipping: [....-..-..] Raw option lists load with options on input line ....
Applying: [....-..-..] Raw option lists load with options on input line ....
Applying: [....-..-..] Unused options issue on input line ....
Already applied: [....-..-..] Unused options issue on input line ....
Skipping: [....-..-..] Check Group on input line ....
Applying: [....-..-..] Check Group on input line ....
Applying: [....-..-..] ifx tests in \@fileswith@pti@ns on input line ....
Already applied: [....-..-..] ifx tests in \@fileswith@pti@ns on input line ....
Already applied: [....-..-..] ifx tests in \@fileswith@pti@ns on input line ....
Expand Down
2 changes: 2 additions & 0 deletions base/testfiles/tlb-latexrelease-rollback-2020-10-01.tlg
Original file line number Diff line number Diff line change
Expand Up @@ -751,6 +751,8 @@ Skipping: [....-..-..] Raw option lists load with options on input line ....
Applying: [....-..-..] Raw option lists load with options on input line ....
Applying: [....-..-..] Unused options issue on input line ....
Already applied: [....-..-..] Unused options issue on input line ....
Skipping: [....-..-..] Check Group on input line ....
Applying: [....-..-..] Check Group on input line ....
Applying: [....-..-..] ifx tests in \@fileswith@pti@ns on input line ....
Already applied: [....-..-..] ifx tests in \@fileswith@pti@ns on input line ....
Already applied: [....-..-..] ifx tests in \@fileswith@pti@ns on input line ....
Expand Down
2 changes: 2 additions & 0 deletions base/testfiles/tlb-latexrelease-rollback-2020-10-01.xetex.tlg
Original file line number Diff line number Diff line change
Expand Up @@ -752,6 +752,8 @@ Skipping: [....-..-..] Raw option lists load with options on input line ....
Applying: [....-..-..] Raw option lists load with options on input line ....
Applying: [....-..-..] Unused options issue on input line ....
Already applied: [....-..-..] Unused options issue on input line ....
Skipping: [....-..-..] Check Group on input line ....
Applying: [....-..-..] Check Group on input line ....
Applying: [....-..-..] ifx tests in \@fileswith@pti@ns on input line ....
Already applied: [....-..-..] ifx tests in \@fileswith@pti@ns on input line ....
Already applied: [....-..-..] ifx tests in \@fileswith@pti@ns on input line ....
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -763,6 +763,8 @@ Applying: [....-..-..] Raw option lists load with options on input line ....
Already applied: [....-..-..] Raw option lists load with options on input line ....
Applying: [....-..-..] Unused options issue on input line ....
Already applied: [....-..-..] Unused options issue on input line ....
Skipping: [....-..-..] Check Group on input line ....
Applying: [....-..-..] Check Group on input line ....
Applying: [....-..-..] ifx tests in \@fileswith@pti@ns on input line ....
Already applied: [....-..-..] ifx tests in \@fileswith@pti@ns on input line ....
Already applied: [....-..-..] ifx tests in \@fileswith@pti@ns on input line ....
Expand Down
2 changes: 2 additions & 0 deletions base/testfiles/tlb-latexrelease-rollback-2021-06-01.tlg
Original file line number Diff line number Diff line change
Expand Up @@ -751,6 +751,8 @@ Applying: [....-..-..] Raw option lists load with options on input line ....
Already applied: [....-..-..] Raw option lists load with options on input line ....
Applying: [....-..-..] Unused options issue on input line ....
Already applied: [....-..-..] Unused options issue on input line ....
Skipping: [....-..-..] Check Group on input line ....
Applying: [....-..-..] Check Group on input line ....
Applying: [....-..-..] ifx tests in \@fileswith@pti@ns on input line ....
Already applied: [....-..-..] ifx tests in \@fileswith@pti@ns on input line ....
Already applied: [....-..-..] ifx tests in \@fileswith@pti@ns on input line ....
Expand Down
2 changes: 2 additions & 0 deletions base/testfiles/tlb-latexrelease-rollback-2021-06-01.xetex.tlg
Original file line number Diff line number Diff line change
Expand Up @@ -752,6 +752,8 @@ Applying: [....-..-..] Raw option lists load with options on input line ....
Already applied: [....-..-..] Raw option lists load with options on input line ....
Applying: [....-..-..] Unused options issue on input line ....
Already applied: [....-..-..] Unused options issue on input line ....
Skipping: [....-..-..] Check Group on input line ....
Applying: [....-..-..] Check Group on input line ....
Applying: [....-..-..] ifx tests in \@fileswith@pti@ns on input line ....
Already applied: [....-..-..] ifx tests in \@fileswith@pti@ns on input line ....
Already applied: [....-..-..] ifx tests in \@fileswith@pti@ns on input line ....
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -763,6 +763,8 @@ Applying: [....-..-..] Raw option lists load with options on input line ....
Already applied: [....-..-..] Raw option lists load with options on input line ....
Applying: [....-..-..] Unused options issue on input line ....
Already applied: [....-..-..] Unused options issue on input line ....
Skipping: [....-..-..] Check Group on input line ....
Applying: [....-..-..] Check Group on input line ....
Applying: [....-..-..] ifx tests in \@fileswith@pti@ns on input line ....
Already applied: [....-..-..] ifx tests in \@fileswith@pti@ns on input line ....
Already applied: [....-..-..] ifx tests in \@fileswith@pti@ns on input line ....
Expand Down
2 changes: 2 additions & 0 deletions base/testfiles/tlb-latexrelease-rollback-2021-11-15.tlg
Original file line number Diff line number Diff line change
Expand Up @@ -751,6 +751,8 @@ Applying: [....-..-..] Raw option lists load with options on input line ....
Already applied: [....-..-..] Raw option lists load with options on input line ....
Applying: [....-..-..] Unused options issue on input line ....
Already applied: [....-..-..] Unused options issue on input line ....
Skipping: [....-..-..] Check Group on input line ....
Applying: [....-..-..] Check Group on input line ....
Applying: [....-..-..] ifx tests in \@fileswith@pti@ns on input line ....
Already applied: [....-..-..] ifx tests in \@fileswith@pti@ns on input line ....
Already applied: [....-..-..] ifx tests in \@fileswith@pti@ns on input line ....
Expand Down
2 changes: 2 additions & 0 deletions base/testfiles/tlb-latexrelease-rollback-2021-11-15.xetex.tlg
Original file line number Diff line number Diff line change
Expand Up @@ -752,6 +752,8 @@ Applying: [....-..-..] Raw option lists load with options on input line ....
Already applied: [....-..-..] Raw option lists load with options on input line ....
Applying: [....-..-..] Unused options issue on input line ....
Already applied: [....-..-..] Unused options issue on input line ....
Skipping: [....-..-..] Check Group on input line ....
Applying: [....-..-..] Check Group on input line ....
Applying: [....-..-..] ifx tests in \@fileswith@pti@ns on input line ....
Already applied: [....-..-..] ifx tests in \@fileswith@pti@ns on input line ....
Already applied: [....-..-..] ifx tests in \@fileswith@pti@ns on input line ....
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -761,6 +761,8 @@ Applying: [....-..-..] Raw option lists load with options on input line ....
Already applied: [....-..-..] Raw option lists load with options on input line ....
Applying: [....-..-..] Unused options issue on input line ....
Already applied: [....-..-..] Unused options issue on input line ....
Skipping: [....-..-..] Check Group on input line ....
Applying: [....-..-..] Check Group on input line ....
Applying: [....-..-..] ifx tests in \@fileswith@pti@ns on input line ....
Already applied: [....-..-..] ifx tests in \@fileswith@pti@ns on input line ....
Already applied: [....-..-..] ifx tests in \@fileswith@pti@ns on input line ....
Expand Down
2 changes: 2 additions & 0 deletions base/testfiles/tlb-latexrelease-rollback-2022-06-01.tlg
Original file line number Diff line number Diff line change
Expand Up @@ -749,6 +749,8 @@ Applying: [....-..-..] Raw option lists load with options on input line ....
Already applied: [....-..-..] Raw option lists load with options on input line ....
Applying: [....-..-..] Unused options issue on input line ....
Already applied: [....-..-..] Unused options issue on input line ....
Skipping: [....-..-..] Check Group on input line ....
Applying: [....-..-..] Check Group on input line ....
Applying: [....-..-..] ifx tests in \@fileswith@pti@ns on input line ....
Already applied: [....-..-..] ifx tests in \@fileswith@pti@ns on input line ....
Already applied: [....-..-..] ifx tests in \@fileswith@pti@ns on input line ....
Expand Down
2 changes: 2 additions & 0 deletions base/testfiles/tlb-latexrelease-rollback-2022-06-01.xetex.tlg
Original file line number Diff line number Diff line change
Expand Up @@ -750,6 +750,8 @@ Applying: [....-..-..] Raw option lists load with options on input line ....
Already applied: [....-..-..] Raw option lists load with options on input line ....
Applying: [....-..-..] Unused options issue on input line ....
Already applied: [....-..-..] Unused options issue on input line ....
Skipping: [....-..-..] Check Group on input line ....
Applying: [....-..-..] Check Group on input line ....
Applying: [....-..-..] ifx tests in \@fileswith@pti@ns on input line ....
Already applied: [....-..-..] ifx tests in \@fileswith@pti@ns on input line ....
Already applied: [....-..-..] ifx tests in \@fileswith@pti@ns on input line ....
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -761,6 +761,8 @@ Applying: [....-..-..] Raw option lists load with options on input line ....
Already applied: [....-..-..] Raw option lists load with options on input line ....
Applying: [....-..-..] Unused options issue on input line ....
Already applied: [....-..-..] Unused options issue on input line ....
Skipping: [....-..-..] Check Group on input line ....
Applying: [....-..-..] Check Group on input line ....
Applying: [....-..-..] ifx tests in \@fileswith@pti@ns on input line ....
Already applied: [....-..-..] ifx tests in \@fileswith@pti@ns on input line ....
Already applied: [....-..-..] ifx tests in \@fileswith@pti@ns on input line ....
Expand Down
2 changes: 2 additions & 0 deletions base/testfiles/tlb-latexrelease-rollback-2022-11-01.tlg
Original file line number Diff line number Diff line change
Expand Up @@ -749,6 +749,8 @@ Applying: [....-..-..] Raw option lists load with options on input line ....
Already applied: [....-..-..] Raw option lists load with options on input line ....
Applying: [....-..-..] Unused options issue on input line ....
Already applied: [....-..-..] Unused options issue on input line ....
Skipping: [....-..-..] Check Group on input line ....
Applying: [....-..-..] Check Group on input line ....
Applying: [....-..-..] ifx tests in \@fileswith@pti@ns on input line ....
Already applied: [....-..-..] ifx tests in \@fileswith@pti@ns on input line ....
Already applied: [....-..-..] ifx tests in \@fileswith@pti@ns on input line ....
Expand Down
2 changes: 2 additions & 0 deletions base/testfiles/tlb-latexrelease-rollback-2022-11-01.xetex.tlg
Original file line number Diff line number Diff line change
Expand Up @@ -750,6 +750,8 @@ Applying: [....-..-..] Raw option lists load with options on input line ....
Already applied: [....-..-..] Raw option lists load with options on input line ....
Applying: [....-..-..] Unused options issue on input line ....
Already applied: [....-..-..] Unused options issue on input line ....
Skipping: [....-..-..] Check Group on input line ....
Applying: [....-..-..] Check Group on input line ....
Applying: [....-..-..] ifx tests in \@fileswith@pti@ns on input line ....
Already applied: [....-..-..] ifx tests in \@fileswith@pti@ns on input line ....
Already applied: [....-..-..] ifx tests in \@fileswith@pti@ns on input line ....
Expand Down

0 comments on commit c13b064

Please sign in to comment.