Summary
typed-lists: test failures
Metadata
- Id: 72bd780e739a1107fc0249adf717a12e6ef21649
- Trac id: 1206
- Type: defect
- Reporter: mario
- Owner: juergen
- Cc:
- Status: closed
- Component: extensions
- Estimated difficulty:
- Resolution: fixed
- Priority: major
- Milestone: someday
- Version: 4.9.x
- Changetime: 2015-07-28 18:59:27 UTC
- Created: 2015-07-27 19:50:42 UTC
- Keywords: typed-lists, tests
Description
Please, see http://salmonella-linux-x86-64.call-cc.org/master-debugbuild/gcc/linux/x86-64/2015/07/27/salmonella-report/test/typed-lists.html
Changes and comments
[2015-07-28 18:52:19 UTC] juergen wrote:
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.