Ticket #48 (closed defect: fixed)

Opened 3 months ago

Last modified 2 weeks ago

Better error for casts

Reported by: robertwb Assigned to: somebody
Priority: major Milestone: 0.10
Component: Error Reporting Version:
Keywords: Cc:

Description

x = <foo>None
       ^
------------------------------------------------------------

/Users/robert/sage/cython/cython-0.9.8.1/Demos/test.pyx:2:8: Declarator should be empty

Change History

08/18/2008 09:44:59 PM changed by robertwb

  • milestone set to 0.9.8.2.

09/18/2008 02:50:21 AM changed by dagss

  • status changed from new to closed.
  • resolution set to fixed.

Made it "Unknown type". Just change the string in the locations indicated in the changesets below if this was not appropriate.

http://hg.cython.org/cython-devel/rev/18c66117c5e8 http://hg.cython.org/cython-devel/rev/02eb1bab8afa

11/08/2008 03:38:05 PM changed by robertwb

  • component changed from Parsing to Error Reporting.