Conversation
45f1ca6 to
3562179
Compare
|
I just rebased this and fixed all merge conflicts |
|
Hi @MorganJamesSmith and many thanks for this contributions. I will merge this soon (after re-basing it). |
Went from 717 checkdoc warnings to 22.
a6f684c to
fd1cac4
Compare
|
Thank you @Matafou . I used the commits you provided at MorganJamesSmith#1 . I then modified them to include some more checkdoc fixes for some recent changes. I now know it'd be ideal if the branch used wasn't called "master" but it doesn't look like I can fix that without opening a new pull request |
|
Nevermind. Once the PR is closed your master branch can leave its own life. |
|
@MorganJamesSmith the failed test labelled "check-doc-magic" (the other should suceed) needs a fix from your side as follows:
Thanks again!. |
No, please do The manual contains literal copies of some variable and function documentation. The |
Used command "make -C doc magic"
|
Thanks for the instruction. I've added another commit. Let me know if
that resolves everything
|
|
All tests pass now, thanks! |
|
Many thanks! |
Hello! I am new to contributing to ProofGeneral.
Emacs now has a builtin utility called checkdoc to check docstrings and general file format. It also enables running a spell checker on all the docstrings.
Here I have added a make target to run this utility along with a dictionary of words that I assume are not typo's yet are not found in my ispell dictionary.
Running checkdoc yields 779 warnings. I have gone through an fixed most of them and I am now down to 29 warnings.
Please let me know what you think. Thank you for taking a look!