Opened 10 years ago
Closed 10 years ago
#1206 closed defect (fixed)
typed-lists: test failures
| Reported by: | Mario Domenech Goulart | Owned by: | juergen |
|---|---|---|---|
| Priority: | major | Milestone: | someday |
| Component: | extensions | Version: | 4.9.x |
| Keywords: | typed-lists, tests | Cc: | |
| Estimated difficulty: |
Change History (2)
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note: See
TracTickets for help on using
tickets.

The testing error was caused by a change of the cell implementation: (cell arg) returns a procedure, and so two calls of (equal? (cell 2) (cell 2)) is always false.