-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
Issues to address before 6.0.0 release #681
Comments
@mmatera - in going over documentation bugs, I am seeing really weird behavior that seems boxing related that has occurred since the last release. I hope you can help with this: If you look at the output in Django for:
The quotes around the labels "First" and "Second". Or showing the first part of this in
If you compare with the last release and the docs page 146 of https://mathics.org/docs/mathics-latest.pdf you will see that quotes do not appear there. If we can't figure this out, by other means I can do a git bisect to find which commit caused this problem. |
Ok. Let me check |
If the quotes appear or not is controlled in |
Import["ExampleData/MadTeaParty.gif"]
is brokenapply
which are reallyeval
methods?apply
in thecontribute()
function?List
functions.pymathics.graph
.Flat
attributes are present Max Recursion in Flat attribute testing using CPython #736CHANGES.rst
(which is really part of the release itself.For the release, Mathics3 Modules don't have to be perfect, just good enough to show that they exist so that users start to realize that they are there . Mathics3 Modules can be improved after release, but we should ensure that we are not likely to need another API change in this area.
The docs just should have a reasonable organization and information like we do for Built-ins. Having something that is obviously shoddy when it is a simple matter to correct this, doesn't encourage participation or use of Mathics3 Modules. So again the goal is "not obviously shoddy" using an API that won't likely need changing so soon again.
The text was updated successfully, but these errors were encountered: