-
-
Notifications
You must be signed in to change notification settings - Fork 597
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
fix random doctest error in src/sage/data_structures/bitset.pyx
#39827
base: develop
Are you sure you want to change the base?
Conversation
Documentation preview for this PR (built with commit f23ecb4; changes) is ready! 🎉 |
Apparemment Volker a changé un commit de develop, ce qui casse un peu toutes les branches recentes.. |
J'ai vu ça et je ne sais pas quelle est la bonne commande pour mettre ma branche develop à jour. J'ai posté un message sur sage-release à ce propos. |
ouais, c'est un chouia penible, meme pour moi. Ca depend un peu de la fraicheur de la branche, il me semble.
|
e01b345
to
32e2c4e
Compare
ma branche develop n'est pas propre. Je sais pas comment la mettre à jour sans refaire un clone complet.. C'est ce que j'ai expliqué dans https://groups.google.com/u/1/g/sage-release/c/kHEhgR91GTo. Je suis pas doué en git... |
|
32e2c4e
to
f23ecb4
Compare
Youhou, ça a marché ! Il me reste à faire de même avec d'autres PR plus compliquée. Merci. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, merci
Merci à toi pour toute l'aide. |
sagemathgh-39827: fix random doctest error in `src/sage/data_structures/bitset.pyx` Fixes sagemath#39826. Bitset cannot be build from an empty list. We change the doctest to pass lists with at least 1 element. ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> - [x] The title is concise and informative. - [x] The description explains in detail what this PR is about. - [x] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation and checked the documentation preview. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on. For example, --> <!-- - sagemath#12345: short description why this is a dependency --> <!-- - sagemath#34567: ... --> URL: sagemath#39827 Reported by: David Coudert Reviewer(s): Frédéric Chapoton
sagemathgh-39827: fix random doctest error in `src/sage/data_structures/bitset.pyx` Fixes sagemath#39826. Bitset cannot be build from an empty list. We change the doctest to pass lists with at least 1 element. ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> - [x] The title is concise and informative. - [x] The description explains in detail what this PR is about. - [x] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation and checked the documentation preview. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on. For example, --> <!-- - sagemath#12345: short description why this is a dependency --> <!-- - sagemath#34567: ... --> URL: sagemath#39827 Reported by: David Coudert Reviewer(s): Frédéric Chapoton
sagemathgh-39827: fix random doctest error in `src/sage/data_structures/bitset.pyx` Fixes sagemath#39826. Bitset cannot be build from an empty list. We change the doctest to pass lists with at least 1 element. ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> - [x] The title is concise and informative. - [x] The description explains in detail what this PR is about. - [x] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation and checked the documentation preview. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on. For example, --> <!-- - sagemath#12345: short description why this is a dependency --> <!-- - sagemath#34567: ... --> URL: sagemath#39827 Reported by: David Coudert Reviewer(s): Frédéric Chapoton
sagemathgh-39827: fix random doctest error in `src/sage/data_structures/bitset.pyx` Fixes sagemath#39826. Bitset cannot be build from an empty list. We change the doctest to pass lists with at least 1 element. ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> - [x] The title is concise and informative. - [x] The description explains in detail what this PR is about. - [x] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation and checked the documentation preview. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on. For example, --> <!-- - sagemath#12345: short description why this is a dependency --> <!-- - sagemath#34567: ... --> URL: sagemath#39827 Reported by: David Coudert Reviewer(s): Frédéric Chapoton
Fixes #39826.
Bitset cannot be build from an empty list. We change the doctest to pass lists with at least 1 element.
📝 Checklist
⌛ Dependencies