[latex3-commits] Broken: latex3/latex2e#341 (master - f2b99b6)

Travis CI builds at travis-ci.org
Mon Nov 12 02:00:11 CET 2018


Build Update for latex3/latex2e
-------------------------------------

Build: #341
Status: Broken

Duration: 1 min and 27 secs
Commit: f2b99b6 (master)
Author: David Carlisle
Message: Saving raw option lists

option handler ammended to save \@raw at opt@... in addition to \opt at ...
so that it is available for extended option handlers,

eg in kvoptions.sty (hyperref) defining

\def\KVO at ProcessKeyvalOptions#1{%
\expandafter\ifx\csname @raw at opt@\@currname.\@currext\endcsname\relax
\else
\expandafter\let\csname opt@\@currname.\@currext\expandafter\endcsname\csname @raw at opt@\@currname.\@currext\endcsname
\fi
...

would allow

\usepackage[ colorlinks , pdftitle=A perfect day , pdfborder=0 0 0]{hyperref}

with spaces in values preserved,

To avoid the extended values breaking existing option handling the
unused option list processing is extended so that after [x=y] only
"x" is added to the unused option list (the mechanism used to remove
items from the unused option list does not allow {}).

This change should have no effect on existing documents other than
possible different text in an unused global option warning.
unless an extended option handler is used that takes advantage of the
raw data.

View the changeset: https://github.com/latex3/latex2e/compare/c5fc0e9a8df9...f2b99b687917

View the full build log and details: https://travis-ci.org/latex3/latex2e/builds/453745837?utm_medium=notification&utm_source=email

--

You can unsubscribe from build emails from the latex3/latex2e repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=16015827&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email.
Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://tug.org/pipermail/latex3-commits/attachments/20181112/09cd674c/attachment.html>


More information about the latex3-commits mailing list