Opened 11 years ago

Closed 11 years ago

#1046 closed defect (fixed)

Fix letrec use in pstk

Reported by: Ivan Raikov Owned by:
Priority: major Milestone: someday
Component: extensions Version: 4.8.x
Keywords: pstk letrec Cc:
Estimated difficulty:

Description

pstk uses a giant letrec statement to declare all its procedures, but in standards-compliant letrec later bindings
cannot refer to earlier ones. pstk either needs to use letrec*, or the procedure declarations needs to be rewritten using define.

Change History (1)

comment:1 Changed 11 years ago by sjamaan

Resolution: fixed
Status: newclosed

Fixed with the ad-hoc release of pstk 1.2.2 after this particular bug was reported on chicken-users by Jeronimo Pellegrini when he ran into it.

Note: See TracTickets for help on using tickets.