Fix inconsistent local/global assignment #331
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #329.
目前,前两个提交是与主题无关的,一个是为了让
l3build check
通过,一个是维护性工作。我想等 #330 解决后,rebase 并 squash 提交。在解决 inconsistent local/global assignment 报错时,我选择了「总是遵照变量命名里的
l/g
而改动对变量赋值的函数」。在
fduthesis-regression-test.tex
为所有测试设置\debug_on:n { check-declarations }
,虽然现在能通过 CI,但这有赖于目前的测试覆盖不完整、没有大量使用ctex
功能。实际上ctex/xecjk
本身目前通不过check-declarations
。