Hello! We published a new version of repkit last week and have run into an issue where one of the help files does not render correctly when using help lint.
When developing packages, our team always checks that help files render properly after updates. Using view lint.sthlp from our development folder, everything looks fine. Initially, I suspected the file might have gotten corrupted during distribution via SSC. But even when viewing the file directly from the PLUS folder using view "C:\ado\plus\l\lint.sthlp", it still renders correctly.
I had assumed that help lint was essentially a wrapper for the view command that locates and opens the relevant file from the PLUS folder.
Does anyone have insight into what might be causing this?
The issue appears in two places:
When developing packages, our team always checks that help files render properly after updates. Using view lint.sthlp from our development folder, everything looks fine. Initially, I suspected the file might have gotten corrupted during distribution via SSC. But even when viewing the file directly from the PLUS folder using view "C:\ado\plus\l\lint.sthlp", it still renders correctly.
I had assumed that help lint was essentially a wrapper for the view command that locates and opens the relevant file from the PLUS folder.
Does anyone have insight into what might be causing this?
The issue appears in two places:
- A paragraph above the options table containing three URL links. If I split this into three separate paragraphs, help lint renders each one correctly.
- The description of the automatic option in the options table. This is a long description, and if I remove just a few words, it renders correctly. Oddly, the description for the force option is even longer but renders fine regardless.
Comment