| Ticket UUID: | 3308051 | |||
| Title: | struct::list equal is not commutative in special case | |||
| Type: | Bug | Version: | None | |
| Submitter: | Created on: | 2011-05-26 17:24:34 | ||
| Subsystem: | struct :: list | Assigned To: | andreas_kupries | |
| Priority: | 5 Medium | Severity: | ||
| Status: | Closed | Last Modified: | 2011-09-17 21:36:42 | |
| Resolution: | Accepted | Closed By: | mic42 | |
| Closed on: | 2011-09-17 14:36:42 | |||
| Description: |
tclsh Session:
% struct::list equal [list [list a]] {{a}}
0
% struct::list equal {{a}} [list [list a]]
1
Looks like a bug to me;)
Proposed patch attachted.
| |||
| User Comments: |
mic42 added on 2011-09-17 21:36:42:
allow_comments - 1 Applied patch for Version 1.8.1 added on 2011-05-27 00:24:42: File Added - 412839: fix.diff | |||
Attachments:
- fix.diff [download] added by anonymous on 2011-05-27 00:24:42. [details]
