Opened 11 years ago

#2260 new defect

Replace DAEDump with template-based dumper

Reported by: Per Östlund Owned by: somebody
Priority: high Milestone: Future
Component: Frontend Version: trunk
Keywords: Cc:

Description

DAEDump has many issues related to dumping of the flattened code, and should be replaced with a template instead. Such a template has already been implemented as DAEDumpTpl, but the old DAEDump is still used by default. All of the old dumping code in DAEDump should be stripped out and replaced with calls to DAEDumpTpl as needed.

DAEDumpTpl seems to have been written to mimic DAEDump as much as possible though, which means that it does some things wrong in the same way as DAEDump, so DAEDumpTpl might need some fixes. Testcases should of course be written for the new dumper too.

Change History (0)

Note: See TracTickets for help on using tickets.