Skip to content
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

Texinfo 7.2 error and warnings #360

Open
3 tasks
jamesjer opened this issue Jan 16, 2025 · 0 comments · May be fixed by #361
Open
3 tasks

Texinfo 7.2 error and warnings #360

jamesjer opened this issue Jan 16, 2025 · 0 comments · May be fixed by #361

Comments

@jamesjer
Copy link
Contributor

Bug Report

With texinfo 7.2, a missing @end verbatim has become an error, leading to a cascade of further errors:

check.texi:2329: no matching `@end verbatim'
check.texi:2140: Next reference to nonexistent `Conclusion and References'
check.texi:73: @menu reference to nonexistent node `Conclusion and References'
check.texi:74: @menu reference to nonexistent node `Environment Variable Reference'
check.texi:75: @menu reference to nonexistent node `Copying This Manual'
check.texi:76: @menu reference to nonexistent node `Index'
check.texi:124: @detailmenu reference to nonexistent node `GNU Free Documentation License'
check.texi:1510: warning: node next pointer for `Selective Running of Tests' is `Testing Signal Handling and Exit Values' but next is `Selecting Tests by Suite or Test Case' in menu
check.texi:1610: warning: node prev pointer for `Testing Signal Handling and Exit Values' is `Selective Running of Tests' but prev is `Selecting Tests Based on Arbitrary Tags' in menu
check.texi:2051: warning: node prev pointer for `TAP Logging' is `Test Logging' but prev is `XML Logging' in menu

After fixing that, some menu and navigation problems are unmasked:

check.texi:1510: warning: node next pointer for `Selective Running of Tests' is `Testing Signal Handling and Exit Values' but next is `Selecting Tests by Suite or Test Case' in menu
check.texi:1610: warning: node prev pointer for `Testing Signal Handling and Exit Values' is `Selective Running of Tests' but prev is `Selecting Tests Based on Arbitrary Tags' in menu
check.texi:2051: warning: node prev pointer for `TAP Logging' is `Test Logging' but prev is `XML Logging' in menu

Checklist

The Bare Minimum

  • libcheck version: 0.15.2
  • Operating system: Linux (Fedora)
  • Compiler: gcc 15.0.1
@jamesjer jamesjer linked a pull request Jan 16, 2025 that will close this issue
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 a pull request may close this issue.

1 participant