Peter Hill
Peter Hill
Something a bit simpler that might be sufficient: ```diff modified ford/graphs.py @@ -450,11 +450,11 @@ class TypeNode(BaseNode): node.visible = getattr(proto, "visible", True) if self in node.comp_of: - node.comp_of[self] += ",...
Have you looked at [`textwrap.wrap`](https://docs.python.org/3/library/textwrap.html#textwrap.wrap)? I do also think the graphs should be comprehensive rather than compact, so I don't think it should cut off components.
Hi @khaors, thanks for the bug report! Are you able to share the source that Ford is failing on? Even better would be if you could give us a cut...
I think it was decided it was more sensible to have this be always on, but it looks like it wasn't removed completely.
Closed as stale -- feel free to reopen if there's still an issue
Controlling exactly which columns appear on the front page should definitely be trivial. I'm not sure about the dynamic generation though -- we might need a proper web dev to...
Oh dear, this definitely should work! This looks like it should only happen if we think the previous line didn't end with an `&`. Do you have a full example...
Thanks! Ah, that is quite painful: there's a comment in the middle of the string literal. Valid Fortran, but quite difficult to parse. This might take me a little bit...
minisearch looks like it's more regularly maintained. PRs welcome! :)
I think the second bug is a duplicate of #517 but with a public repo, so I have some chance of being able to debug it. I've not managed to...