-
Notifications
You must be signed in to change notification settings - Fork 94
Fixing docs following breaking change #1562
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
Fixing docs following breaking change #1562
Conversation
I'm surprised some of the docstrings here did not break before, the formatting of the output was incorrect with 1.6 printing |
It's still using Julia v1.0: https://github.com/jump-dev/MathOptInterface.jl/blob/master/.github/workflows/documentation.yml#L16 |
yes I saw that. Why are we using Julia 1.0? I can understand checking the tests on a legacy version, but doctests sounds weird, this is what people will use to read, and likely more on Julia stable than 1.0. Furthermore this means
|
I can revert the changes but am very skeptical on the interest of 1.0 here |
This reverts commit 726743c.
this also means that finally dropping 1.0 support will require some extra work fixing all the docstrings |
No one took the effort to upgrade I think. I'm in favor of updating this to Julia v1.6 |
You can run with |
end | ||
|
||
function _test_T | ||
function _test_T() |
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.
Haha. I didn't consider this edge case.
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.
Was it caused by one of the regexes I assume?
No description provided.