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

PrintObj(1.) prints "1" instead of "1." or "1.0" #3369

Closed
fingolfin opened this issue Mar 21, 2019 · 0 comments · Fixed by #3395
Closed

PrintObj(1.) prints "1" instead of "1." or "1.0" #3369

fingolfin opened this issue Mar 21, 2019 · 0 comments · Fixed by #3395
Labels
gapdays2019-spring Issues and PRs that arose at https://www.gapdays.de/gapdays2019-spring kind: bug Issues describing general bugs, and PRs fixing them

Comments

@fingolfin
Copy link
Member

This is in current GAP master:

gap> 1.;
1.
gap> ViewObj(1.);
1.
gap> PrintObj(1.);
1
@fingolfin fingolfin added the kind: bug Issues describing general bugs, and PRs fixing them label Mar 21, 2019
@wucas wucas added the gapdays2019-spring Issues and PRs that arose at https://www.gapdays.de/gapdays2019-spring label Mar 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gapdays2019-spring Issues and PRs that arose at https://www.gapdays.de/gapdays2019-spring kind: bug Issues describing general bugs, and PRs fixing them
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants