|
The author of a module is not in the position to decide whether it's a good idea or not for me to patch their code in my circumstances.
As an example from personal experience, we found a bug in a module used to parse and specifically subtract datetimes [...]
o A key point that seems to be missing from #5 is that not everybody loads modules from the filesystem. In our environment, we have two searchers, the package.preload searcher, and our own custom searcher that searches an SQLite3 database (our application deployment format). If your multi-file module won't work if I concatenate all the separate files together, then it's of no use to me. I think this can be achieved roughly as follows: