Viewing Issue Simple Details
[ Jump to Notes ]
|
[ View Advanced ]
[ Issue History ]
[ Print ]
|
ID |
Category |
Severity |
Reproducibility |
Date Submitted |
Last Update |
0002148 |
[tweak] Any |
minor |
always |
11-02-05 10:01 |
12-11-05 06:03 |
|
Reporter |
bernd |
View Status |
public |
|
Assigned To |
andreas |
Priority |
normal |
Resolution |
fixed |
|
Status |
resolved |
|
|
|
|
Summary |
0002148: CCollection: cant add Set |
Description |
OrderedCollection new addAll: #(1 2 3) asSet; yourself <- works OK
CCollection new addAll: #(1 2 3) asSet; yourself <- fails because Sets are not indexable. Should it work?
Converting the set with asArray or asOrderedCollection resolves this problem, but I would expect the same behaviour as an OrderedCollection. |
Additional Information |
|
|
Attached Files |
|
|