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

weird behaviour of ; in sage console #22475

Open
sagetrac-aurel mannequin opened this issue Feb 28, 2017 · 5 comments
Open

weird behaviour of ; in sage console #22475

sagetrac-aurel mannequin opened this issue Feb 28, 2017 · 5 comments

Comments

@sagetrac-aurel
Copy link
Mannequin

sagetrac-aurel mannequin commented Feb 28, 2017

In the following code

sage: 1
1
sage: 1;
sage: 1; 2
1
2
sage: 1; 2;

I would expect the third input to only print the 2.

It works as expected in ipython

In [1]: 1
Out[1]: 1

In [2]: 1;

In [3]: 1; 2
Out[3]: 2

In [4]: 1; 2;

CC: @fchapoton @jplab

Component: misc

Keywords: days84, days100

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

@sagetrac-aurel sagetrac-aurel mannequin added this to the sage-7.6 milestone Feb 28, 2017
@sagetrac-aurel

This comment has been minimized.

@jplab
Copy link

jplab commented Jul 21, 2019

Changed keywords from days84 to days84, days100

@videlec videlec modified the milestones: sage-7.6, sage-8.9 Jul 24, 2019
@embray
Copy link
Contributor

embray commented Dec 30, 2019

comment:5

Ticket retargeted after milestone closed

@embray embray modified the milestones: sage-8.9, sage-9.1 Dec 30, 2019
@mkoeppe
Copy link
Member

mkoeppe commented Apr 14, 2020

comment:6

Batch modifying tickets that will likely not be ready for 9.1, based on a review of the ticket title, branch/review status, and last modification date.

@mkoeppe mkoeppe modified the milestones: sage-9.1, sage-9.2 Apr 14, 2020
@mkoeppe mkoeppe modified the milestones: sage-9.2, sage-9.3 Oct 24, 2020
@mkoeppe
Copy link
Member

mkoeppe commented Mar 27, 2021

comment:8

Sage development has entered the release candidate phase for 9.3. Setting a new milestone for this ticket based on a cursory review of ticket status, priority, and last modification date.

@mkoeppe mkoeppe modified the milestones: sage-9.3, sage-9.4 Mar 27, 2021
@mkoeppe mkoeppe modified the milestones: sage-9.4, sage-9.5 Aug 22, 2021
@mkoeppe mkoeppe modified the milestones: sage-9.5, sage-9.6 Dec 18, 2021
@mkoeppe mkoeppe modified the milestones: sage-9.6, sage-9.7 May 3, 2022
@mkoeppe mkoeppe modified the milestones: sage-9.7, sage-9.8 Sep 19, 2022
@mkoeppe mkoeppe removed this from the sage-9.8 milestone Jan 29, 2023
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

4 participants