Skip to content
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

doctest and improve sage/interfaces/axiom.py #4028

Closed
mwhansen opened this issue Sep 1, 2008 · 5 comments
Closed

doctest and improve sage/interfaces/axiom.py #4028

mwhansen opened this issue Sep 1, 2008 · 5 comments

Comments

@mwhansen
Copy link
Contributor

mwhansen commented Sep 1, 2008

Component: interfaces

Issue created by migration from https://trac.sagemath.org/ticket/4028

@sagetrac-mabshoff
Copy link
Mannequin

sagetrac-mabshoff mannequin commented Sep 1, 2008

comment:2

Attachment: trac_4028.patch.gz

One spelling error: "requires Axoim" (which Mike corrected) - other than that is passes doctests with and without Axiom installed. Mike went with me over the patch and answered questions. Positive review.

Cheers,

Michael

@sagetrac-mabshoff
Copy link
Mannequin

sagetrac-mabshoff mannequin commented Sep 1, 2008

comment:3

Oops, with the original axiom running the doctest with -optional results in a fork bomb :(

Cheers,

Michael

@sagetrac-mabshoff
Copy link
Mannequin

sagetrac-mabshoff mannequin commented Sep 1, 2008

comment:4

Looks like somehow the following ends up getting called:

sage -axiom -nox -noclef

If I run that from the command line it also starts a fork bomb.

Thoughts?

Cheers,

Michael

@sagetrac-mabshoff
Copy link
Mannequin

sagetrac-mabshoff mannequin commented Sep 1, 2008

comment:5

It is all William's fault:

mabshoff@sage:/usr/local/bin$ pwd
/usr/local/bin
mabshoff@sage:/usr/local/bin$ cat axiom 
#!/bin/sh
sage -axiom $*

Cheers,

Michael

@sagetrac-mabshoff
Copy link
Mannequin

sagetrac-mabshoff mannequin commented Sep 1, 2008

comment:6

Merged in Sage 3.1.2.alpha4

@sagetrac-mabshoff sagetrac-mabshoff mannequin closed this as completed Sep 1, 2008
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants