#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 15 years ago by
| Owner: | set to felix winkelmann |
|---|---|
| Status: | new → accepted |
comment:2 Changed 15 years ago by
| Status: | accepted → assigned |
|---|
comment:3 Changed 15 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.

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