-
-
Notifications
You must be signed in to change notification settings - Fork 528
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
Adding a new collection to FindStat breaks the interface #19543
Comments
Branch: u/mantepse/develop |
Commit: |
comment:3
Looks good to me -- do you also want to use this ticket to add the support of binary words, or do you want to create another? |
comment:4
I thought of putting the binary words in another ticket, because otherwise this one cannot be tested... |
comment:5
I am not sure whether that's the right way to go -- e.g., currently all doctests of |
Reviewer: Christian Stump |
Author: Martin Rubey |
comment:7
Here is another problem to fix:
Before, we had the problem that FindStat was broken, so the thrown error was
I think that the finder functionality should never throw an error if one of the results is corrupted in any way (this way, the interface is robust even if FindStat is broken). One quick idea: what about having a method
and if an unsupported collection is used, we throw an error like the one you have.
but unclear what to do in the above situation where a binary word statistic is found and we cannot throw an error... |
comment:8
Oh no! Thanks for pointing this out! Almost a fix is committed. |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:10
This is subsumed by #19296. |
comment:12
can we close that now ? |
comment:14
I believe so. @mantepse ? |
comment:15
Yes, but I don't know how to do this. I set it to wontfix, is this not enough? |
comment:16
you need to set to positive_review, then the release manager will close |
The interface is now broken due to the newly added collection. There should be a way to avoid this break.
CC: @mantepse
Component: interfaces
Keywords: FindStat
Author: Martin Rubey
Branch/Commit: u/mantepse/develop @
151934e
Reviewer: Christian Stump
Issue created by migration from https://trac.sagemath.org/ticket/19543
The text was updated successfully, but these errors were encountered: