Ticket #5078 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

[with patch, positive review] bug in factoring out constant literal

Reported by: was Owned by: cwitty
Priority: major Milestone: sage-3.3
Component: misc Keywords:
Cc: Work issues:
Report Upstream: Reviewers:
Authors: Merged in:
Dependencies: Stopgaps:

Description

sage: R1 = PolynomialRing(QQ, 'x,y,z')
sage: R1.0
Traceback (most recent call last):
...
NameError: name 'R1_sage_const_p0' is not defined
sage: R1.gen(0)
x

Attachments

5078-preparse-const.patch Download (1.4 KB) - added by robertwb 4 years ago.

Change History

Changed 4 years ago by robertwb

comment:1 Changed 4 years ago by robertwb

  • Summary changed from bug in factoring out constant literal to [with patch, needs review] bug in factoring out constant literal

comment:2 Changed 4 years ago by boothby

  • Summary changed from [with patch, needs review] bug in factoring out constant literal to [with patch, positive review] bug in factoring out constant literal

Works for me.

comment:3 Changed 4 years ago by mabshoff

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

Merged in Sage 3.3.alpha2

Note: See TracTickets for help on using tickets.