Skip to content

fix: 限制盲审模式题名页***长度,以防行溢出#650

Merged
YDX-2147483647 merged 5 commits intoBITNP:mainfrom
YDX-2147483647:hide
May 1, 2025
Merged

fix: 限制盲审模式题名页***长度,以防行溢出#650
YDX-2147483647 merged 5 commits intoBITNP:mainfrom
YDX-2147483647:hide

Conversation

@YDX-2147483647
Copy link
Member

@YDX-2147483647 YDX-2147483647 commented Apr 29, 2025

  1. 没问题时正常编译
  2. 内容超长时发出警告并提示换行
  3. 换行后消除警告
  4. 盲审模式***长度固定,无此问题
截图

图片
图片
图片
图片
图片

Resolves #649

已相对 v3.8.4 回归测试,没有区别。

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes the issue of title page content overflow in blind peer review mode by adding length restrictions and issuing warnings when content is too long, while ensuring normal compilation otherwise.

  • Introduces pre-hooks and post-hooks to the TestCase class for executing additional functions before and after compilation.
  • Adds functions to enable and revert blind peer review mode by modifying the "main.tex" file.
  • Refactors install_deps to use a TestCase parameter for improved clarity.
Files not reviewed (1)
  • bithesis.dtx: Language not supported

@YDX-2147483647 YDX-2147483647 marked this pull request as ready for review April 30, 2025 03:17
@YDX-2147483647 YDX-2147483647 added this pull request to the merge queue May 1, 2025
Merged via the queue into BITNP:main with commit 2869f29 May 1, 2025
9 checks passed
@YDX-2147483647 YDX-2147483647 deleted the hide branch May 1, 2025 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: 盲审模式题名页***可能过多,导致行溢出

2 participants