Issue 6723 in pharo: Improve Collection Streaming

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
8 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 6723 in pharo: Improve Collection Streaming

pharo
Status: Accepted
Owner: ----
Labels: Milestone-2.0 Type-Feature

New issue 6723 by [hidden email]: Improve Collection Streaming
http://code.google.com/p/pharo/issues/detail?id=6723

Introduce #streamSpecies to allow for the streaming protocol all  
collections:

Set streamContents: [ :s| s nextPutAll: 'asdfasdf' ].
Symbol streamContents: [ :s| s nextPutAll: 'asdfasdf'; nextPut: $a ].


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6723 in pharo: Improve Collection Streaming

pharo
Updates:
        Status: FixReviewNeeded

Comment #1 on issue 6723 by [hidden email]: Improve Collection  
Streaming
http://code.google.com/p/pharo/issues/detail?id=6723

Set of course does not make sense at all since its unordered :P, anyway,  
see slice for changes:
Name: SLICE-Issue-6723-Improve-Collection-Streaming-CamilloBruni.1
Author: CamilloBruni
Time: 23 September 2012, 11:13:41.949 pm
UUID: df2a6e64-98bb-4830-9178-20b0a0de889e
Ancestors:
Dependencies: CollectionsTests-CamilloBruni.566,  
Collections-Abstract-CamilloBruni.186,  
Collections-Sequenceable-CamilloBruni.120,  
Collections-Strings-CamilloBruni.227

- added #streamSpecies
- rewrote #new:streamContents: to use the streamSpecies for intermediate  
collection type
- made stream work on LinkedList / OrderedCollection and Symbol
- added new Streaming tests


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6723 in pharo: Improve Collection Streaming

pharo
In reply to this post by pharo
Issue 6723: Improve Collection Streaming
http://code.google.com/p/pharo/issues/detail?id=6723

This issue is now blocking issue pharo:6724.
See http://code.google.com/p/pharo/issues/detail?id=6724

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6723 in pharo: Improve Collection Streaming

pharo
In reply to this post by pharo
Issue 6723: Improve Collection Streaming
http://code.google.com/p/pharo/issues/detail?id=6723

This issue is now blocking issue pharo:4725.
See http://code.google.com/p/pharo/issues/detail?id=4725

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6723 in pharo: Improve Collection Streaming

pharo
In reply to this post by pharo
Updates:
        Status: MonkeyIsChecking

Comment #4 on issue 6723 by [hidden email]: Improve Collection  
Streaming
http://code.google.com/p/pharo/issues/detail?id=6723#c4

The Monkey is currently checking this issue. Please don't change it!


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6723 in pharo: Improve Collection Streaming

pharo
Updates:
        Status: ValidatedByTheMonkey
        Labels: CheckedIn20301

Comment #5 on issue 6723 by [hidden email]: Improve Collection  
Streaming
http://code.google.com/p/pharo/issues/detail?id=6723#c5

This Issue has been checked by Ulysse the Monkey
       
11219 tests passed in 00:02:26s:
================================
        CollectionsTests-Arrayed (1106)
        CollectionsTests-Atomic (24)
        CollectionsTests-Sequenceable (1824)
        CollectionsTests-SplitJoin (54)
        CollectionsTests-Stack (32)
        CollectionsTests-Streams (74)
        CollectionsTests-Strings (1204)
        CollectionsTests-Support (24)
        CollectionsTests-Unordered (3908)
        CollectionsTests-Weak (1478)
        CompilerTests (179)
        KernelTests-Chronology (583)
        KernelTests-Classes (68)
        KernelTests-Exception (2)
        KernelTests-Methods (179)
        KernelTests-Numbers (276)
        KernelTests-Objects (86)
        KernelTests-Pragmas (3)
        KernelTests-Processes (31)
        SUnit-Core-Extensions (3)
        SUnit-Core-Utilities (3)
        SUnit-Tests-Core (78)

----------------------------------------------------------
Loaded Source: SLICE-Issue-6723-Improve-Collection-Streaming-CamilloBruni.1  
from http://ss3.gemstone.com/ss/PharoInbox
Tested using Pharo-2.0-20301-a on CoInterpreter  
VMMaker-oscog-IgorStasenko.162 uuid: e4554f9a-cc90-4826-a807-ac282b782fe4  
Sep 21 2012
StackToRegisterMappingCogit VMMaker-oscog-IgorStasenko.162 uuid:  
e4554f9a-cc90-4826-a807-ac282b782fe4 Sep 21 2012
https://git.gitorious.org/cogvm/blessed.git Commit:  
2bb83f5f8aba323abaa0a2f530cf4322dfef8158 Date: 2012-09-18 13:24:46 +0200  
By: Igor Stasenko <[hidden email]>


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6723 in pharo: Improve Collection Streaming

pharo
Updates:
        Status: FixToInclude

Comment #6 on issue 6723 by [hidden email]: Improve Collection  
Streaming
http://code.google.com/p/pharo/issues/detail?id=6723

(No comment was entered for this change.)


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6723 in pharo: Improve Collection Streaming

pharo
Updates:
        Status: Integrated

Comment #7 on issue 6723 by [hidden email]: Improve Collection  
Streaming
http://code.google.com/p/pharo/issues/detail?id=6723#c7

Integrated in Pharo2.0 20301

Thanks


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker