sage.env: Remove fallback from SAGE_SRC to SAGE_LIB#37666
Open
mkoeppe wants to merge 11 commits intosagemath:developfrom
Open
sage.env: Remove fallback from SAGE_SRC to SAGE_LIB#37666mkoeppe wants to merge 11 commits intosagemath:developfrom
sage.env: Remove fallback from SAGE_SRC to SAGE_LIB#37666mkoeppe wants to merge 11 commits intosagemath:developfrom
Conversation
Member
|
I haven''t thought too deeply about it so far. What will happen with doctests? I cannot remember if |
Contributor
|
This beaks (at least) doctesting |
Member
|
That's what I thought. |
Contributor
|
Easy fix for that issue: Running the full test suite now, will report tomorrow with other issues found. |
Contributor
Author
|
Right, this will depend on: |
This lets you specify SAGE_SRC like /path/to/test/dir/../../src/dir, which avoids post-install test failures in sage/doctest/test.py
as it resolves symlinks
…gnize nodoctest marker files
Contributor
It's broken with #37647 too |
Contributor
Author
|
Thanks for testing! |
added 6 commits
April 1, 2024 11:07
|
Documentation preview for this PR (built with commit 82a32da; changes) is ready! 🎉 |
Contributor
|
Still many uses of Also, an error is thrown at the end of doctesting: Finally, optional distributions fail to build: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is:
📝 Checklist
⌛ Dependencies
sage.doctest: Remove most uses of SAGE_SRC in doctests #37648