Opened 14 years ago

Closed 14 years ago

Last modified 13 years ago

#326 closed defect (fixed)

error in `compile' in setup-api shouldn't call `reset'

Reported by: felix winkelmann Owned by:
Priority: minor Milestone:
Component: core tools Version: 4.5.x
Keywords: setup-api reset Cc: Jim Ursetto
Estimated difficulty:

Description

(reported by zbigniew)

Throwing a real error is preferable, since it can be caught by normal exception handling.

Attachments (1)

0001-setup-api-system-error-message-should-not-use-format.patch (778 bytes) - added by Jim Ursetto 14 years ago.

Download all attachments as: .zip

Change History (6)

comment:1 Changed 14 years ago by felix winkelmann

Resolution: fixed
Status: newclosed

I have done that, but to avoid getting call-traces (which are only interesting if you are developing a setup script and which I find quite annoying in normal use), you must pass -debug now to chicken-install to enable them.

See "experimental" branch.

comment:2 Changed 14 years ago by Jim Ursetto

Resolution: fixed
Status: closedreopened

Thank you very much Felix. I would ask that you also apply the attached patch to fix the error message.

comment:3 Changed 14 years ago by Jim Ursetto

Don't forget you can save some time by applying this patch directly.

git am 0001-setup-api-system-error-message-should-not-use-format.patch

comment:4 Changed 14 years ago by felix winkelmann

Resolution: fixed
Status: reopenedclosed

comment:5 Changed 13 years ago by felix winkelmann

Milestone: 4.6.0

Milestone 4.6.0 deleted

Note: See TracTickets for help on using tickets.