Description
This morning I submitted a PR that failed, because I failed to properly update a CMakeLists.txt file and because my main testing processor, gfortran 10.2 on MacOS, was too forgiving in accepting F2018 semantics, and in initializing uninitialized attributes to zero. After testing with ifort 18.03 I was able to fix the obvious problems with my code, but then I got an email message with the header
[fortran-lang/stdlib] PR run failed: Build and Deploy Documents - Bitsets (3f6f77b)
and the body
Run failed for bitsets (3f6f77b)
Repository: fortran-lang/stdlib
Workflow: Build and Deploy Documents
Duration: 7.0 seconds
Finished: 2020-09-28 21:42:02 UTC
View results
Jobs:
Build-API-Docs failed (1 annotation)
—
You are receiving this because this workflow ran on your branch.
Manage your GitHub Actions notifications here.
When I view results I get the link
https://github.com/fortran-lang/stdlib/actions/runs/277439934
Which tells me that the error occurred during the Build-API-Docs and it is an internal error. I suspect that it is either a problem with my markdown document, doc/specs/stdlib_bitsets.md
, or with FORD attempting to process src/stdlib_bitsets.f90
, src/stdlib_bitset_64.f90
,or src/stdlib_bitset_large.f90
. In either case I don't know how to fix the problem. Any suggestions? Is it possible to kill a PR, and if so how?