Ticket #5694 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

[with patch; positive review] _ for previous output is completely broken in the notebook due to the preparser

Reported by: was Owned by: boothby
Priority: critical Milestone: sage-3.4.1
Component: notebook Keywords:
Cc: Work issues:
Report Upstream: Reviewers:
Authors: Merged in:
Dependencies: Stopgaps:

Description

In the notebook we have the following confusing bug, which caused a lot of trouble during my last Sage tutorial:

sage: 2 + 3
5
sage: _
5
sage: f(x,y) = x+y
sage: 2 + 10
12
sage: _
(x, y)

Attachments

trac_5694.patch Download (3.2 KB) - added by was 4 years ago.

Change History

Changed 4 years ago by was

comment:1 Changed 4 years ago by robertwb

  • Summary changed from [with patch; needs review] _ for previous output is completely broken in the notebook due to the preparser to [with patch; positive review] _ for previous output is completely broken in the notebook due to the preparser

comment:2 Changed 4 years ago by mabshoff

  • Milestone changed from sage-3.4.2 to sage-3.4.1

I think this is critical enough to make it into 3.4.1. Reassigning.

Cheers,

Mihcael

comment:3 Changed 4 years ago by mabshoff

  • Status changed from new to closed
  • Resolution set to fixed

Merged in Sage 3.4.1.rc2.

Cheers,

Michael

Note: See TracTickets for help on using tickets.