[petsc-dev] Regression in manualpages generation?

Patrick Sanan patrick.sanan at gmail.com
Sat Apr 3 06:24:40 CDT 2021


I think this was likely a non-portable regex that was being used to match the function signatures,
causing it to miss anything with an internal "s" in the function name. Here's a quick fix for the release branch:

https://gitlab.com/petsc/petsc/-/merge_requests/3813

(This sort of thing will become easier to work with, soon, as we'll have an automated doc build which can be examined for each MR.)

P.S. nice email address! 

> Am 03.04.2021 um 11:19 schrieb Patrick Sanan <patrick.sanan at gmail.com>:
> 
> That isn't expected - thanks for pointing this out! I can reproduce locally so will take a look. 
> 
>> Am 03.04.2021 um 11:10 schrieb Pierre Jolivet <pierre at joliv.et <mailto:pierre at joliv.et>>:
>> 
>> Hello,
>> https://www.mcs.anl.gov/petsc/petsc-3.14/docs/manualpages/Mat/MatTranspose.html <https://www.mcs.anl.gov/petsc/petsc-3.14/docs/manualpages/Mat/MatTranspose.html> lists available implementations while https://www.mcs.anl.gov/petsc/petsc-3.15/docs/manualpages/Mat/MatTranspose.html <https://www.mcs.anl.gov/petsc/petsc-3.15/docs/manualpages/Mat/MatTranspose.html> doesn’t.
>> Is this expected?
>> 
>> Thanks,
>> Pierre
> 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20210403/8332470e/attachment.html>


More information about the petsc-dev mailing list