-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Various suggestions #113
base: master
Are you sure you want to change the base?
Various suggestions #113
Conversation
Thanks once again! I've merged the first three of these (and yes, ideally submit changes lacking logical interdependencies as separate pull requests - this makes it easier to interleave merges with other branches, which is ongoing problem) I'll have a look at the test script improvements shortly |
c7bf0bc
to
06706b7
Compare
Hi. |
I don't think the software is DFSG-free; I think Debian has rejected it on that basis in the past, TICBW. |
(this is of course no reason NOT to do good software engineering!) |
As far as I remember, This restriction arguably made sense while the author was alive, but quotes on the Notre Dame website show that his intent was not to forbid commercial use in the future. Debian has found this convincing and has been distributing a whitakers-words package for more than two years. Of course, now that you are the only maintainer and the Notre Dame website does not distribute this software or related quotes anymore, it would be nice to make your @calumapplepie will probably have more accurate memories. (I do not understand TICBW) |
#118 documents the problem; @asarhaddon 's memories are accurate, though. #118 has the continuation of this discussion; the Debian package's distribution is based on a license formed from the contents of the now-defunt website, as the current LICENSE.TXT is, in fact, non-free. |
This comment was marked as outdated.
This comment was marked as outdated.
This merge request is now focused on the test script. |
Show details after failed tests, and a final summary. Display all available information for failed tests (not only in travis). Stop removing the last line. The header pollutes the diff, but the last line does’t change often. Also, testing it makes sense in interactive mode. Move the smoke test into its own directory.
This rebase adapts the english test, which has been merged meanwhile. |
Hello.
This merge request mixes a few subjects, but I only expect the fourth commit to contain controversial changes (I am not sure for the removal of the travis test, for example).
Please tell me which parts should be in a separate request, if any.
With these changes, the Debian package passes the tests in the build tree, but also
test/run-tests.sh --prog=whitakers-words --datadir=/usr/share/whitakers-words
after installation.The third patch fixes an error detected by the command above.
Thanks.