Changes between Initial Version and Version 1 of Ticket #841
- Timestamp:
- 05/13/12 17:57:36 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #841
-
Property
Summary
changed from
tuples: Many warnings (probably due to the contracts egg)
totuples and skiplists: Many warnings (probably due to the contracts egg)
-
Property
Summary
changed from
-
Ticket #841 – Description
initial v1 1 1 We recently ran salmonella with the {{{-specialize}}} option (which implies the {{{-scrutinize}}} option), and it turns out that the tuples egg raises quite a few warnings when it's being compiled: http://parenteses.org/mario/misc/specialize-report/install/tuples.html 2 The skiplists egg has the same problem: http://parenteses.org/mario/misc/specialize-report/install/skiplists.html 2 3 3 4 I attempted to track down the cause, but proved to be extremely difficult. It looks like it's not tuples itself that's in the wrong, but its use of the contracts egg is causing the trouble. When I compile the test suite of contracts with {{{-specialize}}} I also see a few warnings.