Skip to content

Commit

Permalink
Suppress message wrapping by expl3
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwright committed Feb 8, 2024
1 parent 835050f commit fd19f1d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ this project uses date-based 'snapshot' version identifiers.
### Changed
- Extend normalization of line numbers to include those wrapped by LaTeX in
text `on line ...`
- Suppress `l3msg` message wrapping

## [2024-01-18]

Expand Down
11 changes: 11 additions & 0 deletions l3build.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -926,6 +926,11 @@
% we provide a mechanism to run with older setting to allow this process to
% take place smoothly.
%
% \subsubsection{Release 2024-02-08}
%
% Wrapping of messages by \pkg{l3msg} is now suppressed, aligning with the
% approach to \var{maxprintline}.
%
% \subsubsection{Release 2023-03-22}
%
% This release changes the standard value of \var{maxprintline} from $79$ to
Expand Down Expand Up @@ -2588,6 +2593,12 @@
\fi
% \end{macrocode}
%
% \begin{macrocode}
\ifcsname\detokenize{l_iow_line_count_int}\endcsname
\csname \detokenize{l_iow_line_count_int}\endcsname=9999 %
\fi
% \end{macrocode}
%
% Finish up.
% \begin{macrocode}
\reset@catcodes
Expand Down

0 comments on commit fd19f1d

Please sign in to comment.