Ticket #344 (closed task: fixed)

Opened 4 years ago

Last modified 4 years ago

Check all possible errors prior to code generation

Reported by: dagss Owned by: robertwb
Priority: major Milestone: 0.11.3
Component: Error Reporting Keywords:
Cc:

Description

It will be easier to write code if there's a stage in the pipeline (shortly after expression analysis) where execution is aborted if any errors have occurred. This requires moving all error reporting done during code generation to an earlier stage.

Change History

Changed 4 years ago by robertwb

  • owner changed from somebody to robertwb
  • milestone changed from 0.12 to 0.11.3

I actually started to implement this for #286. We do want to go far to maximize the number of errors reported, but I made it stop just short of code generation.

 http://hg.cython.org/cython-devel/rev/d5c233134969

Changed 4 years ago by robertwb

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

Changed 4 years ago by robertwb

  • component changed from Code Generation to Error Reporting
Note: See TracTickets for help on using tickets.