-
Notifications
You must be signed in to change notification settings - Fork 22
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
for debugging #875
for debugging #875
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #875 +/- ##
=======================================
Coverage 75.61% 75.61%
=======================================
Files 51 51
Lines 4117 4117
=======================================
Hits 3113 3113
Misses 1004 1004 |
It hangs at this point:
I'll restart it again, to see if we can get another hang, and if it is at the same spot. |
I've disabled some of the unnecessary CI jobs |
a604f1d
to
3ba192b
Compare
Current situation:
I am going to add more |
added two modified `AutoDoc` functions to `makedoc.g`, which contain `Print` statements
in the 3 argument method for `WriteDocumentation`
d9f0498
to
cfae4d8
Compare
Current situation:
Now the process seems to hang inside The test
(Independent of this technical problem with |
Aha, so apparently it hangs running Of course we could just avoid that particular subprocess call in AutoDoc by using the |
added two modified
AutoDoc
functions tomakedoc.g
, which containPrint
statements