Tom Clune

Results 246 comments of Tom Clune
trafficstars

Sorry - just back from vacation. It looks like there are missing `$()` around `PFUNIT_INSTALL_DIR`. I will go take a look at the included Makefiles. The CI is really only...

OK - I see now that your `PFUNIT_INSTALL_DIR` is an explicit path - not meant to be a shell variable. Sorry about that. Thinking ... The usual cause of these...

> Does the build_submodule routine only exist, such that the user does not have to write "git clone --recursive .." ? I forget the full history at this point, but...

Yeah - I've been annoyed by this for a long time, but do not actually know how to cleanly fix this. It probably is not hard, but it's not quite...

Yeah - this is well beyond any web skills that I envisioning for myself. Adding @mathomp4 and @JulesKouatchou to monitor/comment this issue.

Adding @mathomp4 and @JulesKouatchou to monitor/comment this issue. @JulesKouatchou has the lead in overhauling our documentation and will work with Pandoc to see what it generates.

That sounds promising. @JulesKouatchou should look into that. Adding @mathomp4 and @JulesKouatchou to monitor/comment this issue.

> You can put [`display: none`](https://forddocs.readthedocs.io/en/latest/user_guide/documentation_meta_data.html#display) in the module docstring. The module will get documented, but none of its children will. Unfortunately, something more fine-grained is needed for my purpose....

Adding @mathomp4 and @JulesKouatchou to monitor/comment this issue.

Hmm. That is odd. It should return a non-zero exit if any tests fail. That check does not even care about what sort of asserts were involved; just that Failures...