-
Notifications
You must be signed in to change notification settings - Fork 23
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
Move declaration check out and do it in a separate step #529
Comments
Or to find a way to remove these info lines from
|
Only registers are accounted. Tl-based variables don't add log lines. So the question is, would the registers in-use be relatively stable? |
You can't expect private registers to be stable. And even shifting the definition of a public register would make the test fail. |
I decide to move Also we may add |
By the way, I found two more experimental public variables |
@muzimuzhi I didn't add |
No strong opinion here. Feel free. |
Note that This may slow down compilation of the package manual Compiling manual as part of the regression test is similar to setting With
will be appended to One drawback is that l3build doesn't support per-testfile configs, so we cannot turn on |
Then I think it is a |
As a workaround of the |
A future plan is to make |
In fixing #22,
\debug_on:n { check-declarations }
was added totable-001.tex
. But it brings a problem that the test will fail whenever I add a new variable. This is not that good. Maybe we need to move declaration check out and do it in a separate step.The text was updated successfully, but these errors were encountered: