Hi ironpython,

Here's your Daily Digest of new issues for project "IronPython".

In today's digest:ISSUES

1. [New issue] System.Collections.Generic.HashSet Missing
2. [New comment] System.Collections.Generic.HashSet Missing
3. [New comment] System.Collections.Generic.HashSet Missing
4. [Status update] (please cancel) System.Collections.Generic.HashSet Missing
5. [New comment] (please cancel) System.Collections.Generic.HashSet Missing

----------------------------------------------

ISSUES

1. [New issue] System.Collections.Generic.HashSet Missing
http://ironpython.codeplex.com/workitem/32066
User rfrizzel has proposed the issue:

"I apologize if this is an obvious question, and feel free to cancel this issue 
and put me in my place, but I cannot import HashSet from 
System.Collections.Generic. SortedSet is there and that was introduced in .NET 
4.0 as a more complex HashSet, but no HashSet.

Again, if I'm missing an import I do apologize in advance.

Here's the session:

IronPython 2.7.1 (2.7.0.40) on .NET 4.0.30319.239
Type "help", "copyright", "credits" or "license" for more information.
>>> import System
>>> import System.Collections
>>> import System.Collections.Generic
>>> dir(System.Collections.Generic)
['Comparer', 'Dictionary', 'EqualityComparer', 'ICollection', 'IComparer', 
'IDictionary', 'IEnumerable', 'IEnumerator', 'IEqualityComparer', 'IList', 
'ISet', 'KeyNotFoundException', 'KeyValuePair', 'LinkedList', 'LinkedListNode', 
'List', 'Queue', 'SortedDictionary', 'SortedList', 'SortedSet', 
'Stack']"-----------------

2. [New comment] System.Collections.Generic.HashSet Missing
http://ironpython.codeplex.com/workitem/32066
User slide_o_mix has commented on the issue:

"HashSet is in System.Core.dll, did you try adding a reference to 
System.Core.dll?"-----------------

3. [New comment] System.Collections.Generic.HashSet Missing
http://ironpython.codeplex.com/workitem/32066
User rfrizzel has commented on the issue:

"...and that was what I was missing. Many thanks for answering my question and 
I apologize if this was not the right forum for it."-----------------

4. [Status update] (please cancel) System.Collections.Generic.HashSet Missing
http://ironpython.codeplex.com/workitem/32066
User slide_o_mix has updated the issue:
Status has changed from Proposed to Closed with the following comment, 

"Not a bug."-----------------

5. [New comment] (please cancel) System.Collections.Generic.HashSet Missing
http://ironpython.codeplex.com/workitem/32066
User slide_o_mix has commented on the issue:

"FYI, there is a mailing list here: 
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com";
----------------------------------------------



----------------------------------------------
You are receiving this email because you subscribed to notifications on 
CodePlex.

To report a bug, request a feature, or add a comment, visit IronPython Issue 
Tracker. You can unsubscribe or change your issue notification settings on 
CodePlex.com.
_______________________________________________
Ironpython-users mailing list
Ironpython-users@python.org
http://mail.python.org/mailman/listinfo/ironpython-users

Reply via email to