Chris MacMackin
Chris MacMackin
Another case which strikes me as a potentially acceptable use of non-standard features is one which can be found in my [PolyCon](https://github.com/cmacmackin/PolyCon/blob/master/src/abstract_container_mod.F90#L145) project. In that project I make use of...
@milancurcic Wouldn't work in my case, I'm afraid, because the whole point of the traceback is to give the location the client software calls my library from.
@milancurcic It could be done and perhaps I'll consider doing so in future. However, the point isn't really to give the traceback from the deepest levels. The point is to...
There was a proposal several years back for [parameterised modules](http://j3-fortran.org/doc/year/05/05-195.pdf) which looked quite promising. It was abandoned for some reason, though, so perhaps there was some fundamental problem.
I'd probably place it in `/etc/wenoof/` or within a `share` directory. When applications are installed from a distro's package manager, such files end up in `/usr/share/PACKAGE-NAME/`. It would not be...
Thanks for the feedback. My ignorance of the internal workings of DokuWiki is showing. I've added a `getConf()` method as you suggest. Is there a better way to write my...
The test failures here all seem to have arisen due to recent changes to master.
> On second thought, and seeing how cumbersome it is to handle the config in tests, is there a reason why you want to introduce a plugin setting? It would...
>I think I would want to set this based on context. A schema used by the marketing department would probably only want to have marketing people in the autocomplete. A...
@splitbrain I've now finished my work on this. I appreciate that this is a very complicated pull request that will take some time to review. I'm not really in a...