Issue 6724 in pharo: String additions + cleanup

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

Issue 6724 in pharo: String additions + cleanup

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

New issue 6724 by [hidden email]: String additions + cleanup
http://code.google.com/p/pharo/issues/detail?id=6724

Improve the String protocol (split of issue 4725)
- cleanup some methods
- add a couple of new methods


_______________________________________________
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 6724 in pharo: String additions + cleanup

pharo
Updates:
        Status: FixReviewNeeded
        Blockedon: pharo:6723

Comment #1 on issue 6724 by [hidden email]: String additions +  
cleanup
http://code.google.com/p/pharo/issues/detail?id=6724

Name: SLICE-Issue-6724-String-additions--cleanup-CamilloBruni.1
Author: CamilloBruni
Time: 23 September 2012, 11:28:01.705 pm
UUID: 0b1fc2c4-620e-4a56-a8b4-26f29b4da393
Ancestors:
Dependencies: CollectionsTests-CamilloBruni.567,  
Collections-Strings-CamilloBruni.228

string extensions and cleanups


_______________________________________________
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 6724 in pharo: String additions + cleanup

pharo
In reply to this post by pharo
Issue 6724: String additions + cleanup
http://code.google.com/p/pharo/issues/detail?id=6724

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 6724 in pharo: String additions + cleanup

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

Comment #3 on issue 6724 by [hidden email]: String additions +  
cleanup
http://code.google.com/p/pharo/issues/detail?id=6724#c3

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 6724 in pharo: String additions + cleanup

pharo
Updates:
        Status: FailingTest

Comment #4 on issue 6724 by [hidden email]: String additions +  
cleanup
http://code.google.com/p/pharo/issues/detail?id=6724#c4

Test Results:
-------------
Passed: 11201
        CollectionsTests-Arrayed (1102)
        CollectionsTests-Atomic (24)
        CollectionsTests-Sequenceable (1816)
        CollectionsTests-SplitJoin (54)
        CollectionsTests-Stack (32)
        CollectionsTests-Streams (74)
        CollectionsTests-Strings (1198)
        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)

Errors: 22
        ArrayTest>>#testStreamContentsProtocol
        FloatArrayTest>>#testStreamContentsProtocol
        IntervalTest>>#testStreamContents
        IntervalTest>>#testStreamContentsProtocol
        IntervalTest>>#testStreamContentsSized
        OrderedCollectionTest>>#testStreamContentsProtocol
        StringTest>>#testStreamContentsProtocol
        SymbolTest>>#testNumArgs2
        SymbolTest>>#testStreamContents
        SymbolTest>>#testStreamContentsProtocol
        SymbolTest>>#testStreamContentsSized
        StringTest>>#testStreamContentsProtocol
        FloatArrayTest>>#testStreamContentsProtocol
        ArrayTest>>#testStreamContentsProtocol
        OrderedCollectionTest>>#testStreamContentsProtocol
        SymbolTest>>#testNumArgs2
        SymbolTest>>#testStreamContents
        SymbolTest>>#testStreamContentsProtocol
        SymbolTest>>#testStreamContentsSized
        IntervalTest>>#testStreamContents
        IntervalTest>>#testStreamContentsProtocol
        IntervalTest>>#testStreamContentsSized


----------------------------------------------------------
Loaded Source: SLICE-Issue-6724-String-additions--cleanup-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 6724 in pharo: String additions + cleanup

pharo
Updates:
        Status: WorkNeeded

Comment #5 on issue 6724 by [hidden email]: String additions +  
cleanup
http://code.google.com/p/pharo/issues/detail?id=6724

(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 6724 in pharo: String additions + cleanup

pharo
Updates:
        Status: FixReviewNeeded

Comment #6 on issue 6724 by [hidden email]: String additions +  
cleanup
http://code.google.com/p/pharo/issues/detail?id=6724

(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 6724 in pharo: String additions + cleanup

pharo
Updates:
        Status: MonkeyIsChecking

Comment #7 on issue 6724 by [hidden email]: String additions +  
cleanup
http://code.google.com/p/pharo/issues/detail?id=6724#c7

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 6724 in pharo: String additions + cleanup

pharo
Updates:
        Status: ValidatedByTheMonkey
        Labels: CheckedIn20305

Comment #8 on issue 6724 by [hidden email]: String additions +  
cleanup
http://code.google.com/p/pharo/issues/detail?id=6724#c8

This Issue has been checked by Ulysse the Monkey
       
11223 tests passed in 00:02:07s:
================================
        CollectionsTests-Arrayed (1106)
        CollectionsTests-Atomic (24)
        CollectionsTests-Sequenceable (1824)
        CollectionsTests-SplitJoin (54)
        CollectionsTests-Stack (32)
        CollectionsTests-Streams (74)
        CollectionsTests-Strings (1208)
        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-6724-String-additions--cleanup-CamilloBruni.1  
from http://ss3.gemstone.com/ss/PharoInbox
Tested using Pharo-2.0-20305-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 6724 in pharo: String additions + cleanup

pharo
Updates:
        Status: FixToInclude

Comment #9 on issue 6724 by [hidden email]: String additions +  
cleanup
http://code.google.com/p/pharo/issues/detail?id=6724

(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 6724 in pharo: String additions + cleanup

pharo
Updates:
        Status: Integrated

Comment #10 on issue 6724 by [hidden email]: String additions +  
cleanup
http://code.google.com/p/pharo/issues/detail?id=6724

in 2.0 207


_______________________________________________
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 6724 in pharo: String additions + cleanup

pharo
Updates:
        Status: WorkNeeded

Comment #11 on issue 6724 by [hidden email]: String additions +  
cleanup
http://code.google.com/p/pharo/issues/detail?id=6724

No. When trying to do the update I got a deprecation warning and then the  
dubugger did not want to show
anything.


_______________________________________________
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 6724 in pharo: String additions + cleanup

pharo
Updates:
        Status: FixToInclude

Comment #12 on issue 6724 by [hidden email]: String additions +  
cleanup
http://code.google.com/p/pharo/issues/detail?id=6724

It seems it is Issue 6725 that calls the deprecated method...


_______________________________________________
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 6724 in pharo: String additions + cleanup

pharo
In reply to this post by pharo
Issue 6724: String additions + cleanup
http://code.google.com/p/pharo/issues/detail?id=6724

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

--
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 6724 in pharo: String additions + cleanup

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

Comment #14 on issue 6724 by [hidden email]: String additions +  
cleanup
http://code.google.com/p/pharo/issues/detail?id=6724

In 2.0 307


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