Opened 16 years ago

Closed 15 years ago

Last modified 15 years ago

#240 closed defect (fixed)

wrong lambda-info for `vector-set!'

Reported by: felix winkelmann Owned by: felix winkelmann
Priority: minor Milestone:
Component: core libraries Version: 4.5.0
Keywords: Cc:
Estimated difficulty:

Description

Library procedures that are latter redefined with a setter-extended procedure lose their original lambda-info value. This applies to several procedures like car, vector-ref, etc.

A solution would be to replace the lambda-info manually.

Change History (4)

comment:1 by felix winkelmann, 16 years ago

Owner: set to felix winkelmann
Status: newaccepted

comment:2 by felix winkelmann, 15 years ago

Status: acceptedassigned

comment:3 by felix winkelmann, 15 years ago

Resolution: fixed
Status: assignedclosed

getter-with-setter accepts an (undocumented) optional argument to set the lambda-info and this as been used for various library functions.

comment:4 by felix winkelmann, 15 years ago

Milestone: 4.6.0

Milestone 4.6.0 deleted

Note: See TracTickets for help on using tickets.