Ticket #414 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

Attaching .pyx doesn't work anymore (only .spyx)

Reported by: malb Owned by: was
Priority: trivial Milestone: sage-2.8.5
Component: user interface Keywords:
Cc: Author(s):
Report Upstream: Reviewer(s):
Merged in: Work issues:

Description

Apparently, the list of allowed file formats to attach got shorter recently:

<type 'exceptions.ImportError'>: Attaching of '/home/malb/foobar.pyx'
not implemented (load .py, .spyx, and .sage files)

but attach 'foobar.spyx' works.

Attachments

pyx.patch Download (5.5 KB) - added by was 3 years ago.

Change History

Changed 3 years ago by mabshoff

  • milestone set to sage-2.9

Changed 3 years ago by was

I never remember allowing attaching of .pyx. ????

Changed 3 years ago by was

  • status changed from new to closed
  • resolution set to wontfix

Changed 3 years ago by mabshoff

  • milestone changed from sage-2.9 to sage-2.8.4.3

Changed 3 years ago by malb

  • status changed from closed to reopened
  • resolution wontfix deleted

Why is this wontfix? AFAIK there is no preparsing involved in the spyx anyway. Is reopening the right way of dealing with this question? Let's try.

Changed 3 years ago by was

Changed 3 years ago by was

  • status changed from reopened to closed
  • resolution set to fixed

Fixed for sage-2.8.4.3. Now both .spyx and .pyx files are accepted.

Note: See TracTickets for help on using tickets.