Opened 14 years ago

Closed 14 years ago

Last modified 13 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 Changed 14 years ago by felix winkelmann

Owner: set to felix winkelmann
Status: newaccepted

comment:2 Changed 14 years ago by felix winkelmann

Status: acceptedassigned

comment:3 Changed 14 years ago by felix winkelmann

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 Changed 13 years ago by felix winkelmann

Milestone: 4.6.0

Milestone 4.6.0 deleted

Note: See TracTickets for help on using tickets.