If you have been looking for a way to contribute to the Ledger project, I've got one for you! I need help with creating regression tests.
There is a branch in the Ledger repository called "planning", which contains a TODO file, and several historical TODOs (TODO-3.0, TODO-2.6.2, etc). Whenever I fix a bug, I mark it DONE, or WORKSFORME, or WONTFIX, etc. But when I write a test for a bug and commit it, I mark the bug as CLOSED. What I need help with is going through all the bugs in the TODO file that are done but not CLOSED, and either: creating a regression test for it, or determining that no test is possibly and thus marking it CLOSED immediately. The way that I name tests is to take the first part of the :ID: number, such as 576F4D8A.test, and to put it in the test/regress directory. Any such merge requests that I receive through GitHub, I will apply immediately. Thanks to anyone willing to put in some time! John
