-
-
Notifications
You must be signed in to change notification settings - Fork 266
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
\ShowHook
of package hook errors if called after the package has already been loaded
#1513
Comments
Oh Need to check if there are similar remaining cases. Update: The behavior that mapping over an undeclared prop raises errors only happens since l3kernel 2024-02-13 added linked property variable. Lines 6185 to 6189 in b1e172c
Lines 6238 to 6240 in b1e172c
|
Aside: currently Lines 7056 to 7069 in b1e172c
|
of the top of my head, yes. A conditional is either true or false, and saying that a not (yet) existing hook "empty" makes more sense than claiming it is non-empty. If I remember correctly it is documented as this. |
hmm, yes, I can see that this may have stopped working but did so in the past (by mistake more or less). |
Brief outline of the bug
An attempt to
\ShowHook
of a package hook after the package has already been loaded results in error! File ended while scanning use of \prg_map_break:Nn.
Minimal example showing the bug
Log file (required) and possibly PDF file
The text was updated successfully, but these errors were encountered: