-
Notifications
You must be signed in to change notification settings - Fork 21
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
[PRC] How may I be of help? #26
Comments
Hi JJ, thanks for the help! There are some generic things that apply to all projects. Quality checks in the documentation (spelling, missing, malformed, unclear, ambiguous, etc.). Build procedures. Test coverage, test performance, etc. There is a big list of things in the TODO file, but most of those items are either not really high priority or not obvious. Many are only of interest if you really like doing the math and/or low level coding. I'd love it, but I don't expect it. They are in mostly chronilogical order, so things near the top have been sitting there for years, while things at the bottom are new. If you're ambitious and know XS, I am stuck on how to use multicall in the forfactored call. I can find no examples that seem to be doing something similar. The XS documentation says it is possible but very tricky. This month I'm working on changing some of the floating point routines to use quadmath if possible. I also have a bug report about the t/26-pillai.t test basically hanging. I cannot reproduce but will keep trying. I changed the test a bit so it should run faster, but 12+ hours is just ludicrously long so there is probably something else going on (the failing test machine was HP/UX 64-bit Itanium). Adding a timer to the test was the suggested mitigation, which certainly is the friendly thing to do though doesn't find the actual cause. |
Tests work OK in 5.28, I'm not good at all with XS. Will see what I can do, but it really looks like an impressive, and flawless, work. |
I'm rerunning it with the GMP modules installed. Most coverage problems seem to come, anyway, from errors that have not been tested. |
I have been assigned this module for the September pull request challenge. Do you have something in mind I could help with?
The text was updated successfully, but these errors were encountered: