Issue 7447 in pharo: optional UsersManager

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

Issue 7447 in pharo: optional UsersManager

pharo
Status: Accepted
Owner: [hidden email]
Labels: Type-Bug Milestone-2.0

New issue 7447 by [hidden email]: optional UsersManager
http://code.google.com/p/pharo/issues/detail?id=7447

the issue 7130 has been moved to 3.0 but we have to make some usages of  
UsersManager in 2.0 safer because of Pharo Kernel. It generates some  
Undeclared and can cause DNUs when working with Author.




_______________________________________________
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 7447 in pharo: optional UsersManager

pharo
Updates:
        Status: FixReviewNeeded

Comment #1 on issue 7447 by [hidden email]: optional UsersManager
http://code.google.com/p/pharo/issues/detail?id=7447

SLICE-Issue-7447-optional-UsersManager-PavelKrivanek.1

use ugly tests (Smalltalk hasClassNamed: #UsersManager).
UsersManager was integrated without general discussion in the beta stage so  
it is an ugly path on an ugly scar ;-)


_______________________________________________
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 7447 in pharo: optional UsersManager

pharo
Updates:
        Status: MonkeyIsChecking

Comment #2 on issue 7447 by [hidden email]: optional UsersManager
http://code.google.com/p/pharo/issues/detail?id=7447#c2

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 7447 in pharo: optional UsersManager

pharo
Updates:
        Status: ValidatedByTheMonkey
        Labels: CheckedIn20521

Comment #3 on issue 7447 by [hidden email]: optional UsersManager
http://code.google.com/p/pharo/issues/detail?id=7447#c3

This Issue has been checked by Ulysse the Monkey
       
6384 tests passed in 00:01:21s:
===============================
        CollectionsTests-Arrayed (553)
        CollectionsTests-Atomic (12)
        CollectionsTests-Sequenceable (912)
        CollectionsTests-SplitJoin (27)
        CollectionsTests-Stack (16)
        CollectionsTests-Streams (37)
        CollectionsTests-Strings (611)
        CollectionsTests-Support (12)
        CollectionsTests-Unordered (1954)
        CollectionsTests-Weak (739)
        CompilerTests (181)
        KernelTests-Chronology (593)
        KernelTests-Classes (69)
        KernelTests-Exception (2)
        KernelTests-Methods (179)
        KernelTests-Numbers (276)
        KernelTests-Objects (86)
        KernelTests-Pragmas (3)
        KernelTests-Processes (38)
        SUnit-Core-Extensions (3)
        SUnit-Core-Utilities (3)
        SUnit-Tests-Core (78)

----------------------------------------------------------
Loaded Source: SLICE-Issue-7447-optional-UsersManager-PavelKrivanek.1 from  
http://ss3.gemstone.com/ss/PharoInbox
Tested using Pharo-2.0-20521-a on NBCoInterpreter  
NativeBoost-CogPlugin-IgorStasenko.15 uuid:  
44b6b681-38f1-4a9e-b6ee-8769b499576a Nov 27 2012
NBCogit NativeBoost-CogPlugin-IgorStasenko.15 uuid:  
44b6b681-38f1-4a9e-b6ee-8769b499576a Nov 27 2012
https://git.gitorious.org/cogvm/blessed.git Commit:  
40ac7e7bdec6fef0e934d2c019b86db996053912 Date: 2012-11-19 18:54:49 +0100  
By: Mariano Martinez Peck <[hidden email]> Jenkins build #146


_______________________________________________
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 7447 in pharo: optional UsersManager

pharo
Updates:
        Status: HumanReviewNeeded

Comment #4 on issue 7447 by [hidden email]: optional UsersManager
http://code.google.com/p/pharo/issues/detail?id=7447

(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 7447 in pharo: optional UsersManager

pharo
Updates:
        Status: WorkNeeded
        Labels: CheckedIn20523

Comment #5 on issue 7447 by [hidden email]: optional UsersManager
http://code.google.com/p/pharo/issues/detail?id=7447

We checked the slice in 20523 and it worked, but some changes were made to  
the code that's modified by slice so author has to check the code once more.


_______________________________________________
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 7447 in pharo: optional UsersManager

pharo
Updates:
        Status: FixReviewNeeded

Comment #6 on issue 7447 by [hidden email]: optional UsersManager
http://code.google.com/p/pharo/issues/detail?id=7447

SLICE-Issue-7447-optional-UsersManager-PavelKrivanek.2

I used at:ifPresent: message this time


_______________________________________________
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 7447 in pharo: optional UsersManager

pharo
Updates:
        Status: MonkeyIsChecking

Comment #7 on issue 7447 by [hidden email]: optional UsersManager
http://code.google.com/p/pharo/issues/detail?id=7447#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 7447 in pharo: optional UsersManager

pharo
Updates:
        Status: ValidatedByTheMonkey
        Labels: CheckedIn20524

Comment #8 on issue 7447 by [hidden email]: optional UsersManager
http://code.google.com/p/pharo/issues/detail?id=7447#c8

This Issue has been checked by Ulysse the Monkey
       
6384 tests passed in 00:01:18s:
===============================
        CollectionsTests-Arrayed (553)
        CollectionsTests-Atomic (12)
        CollectionsTests-Sequenceable (912)
        CollectionsTests-SplitJoin (27)
        CollectionsTests-Stack (16)
        CollectionsTests-Streams (37)
        CollectionsTests-Strings (611)
        CollectionsTests-Support (12)
        CollectionsTests-Unordered (1954)
        CollectionsTests-Weak (739)
        CompilerTests (181)
        KernelTests-Chronology (593)
        KernelTests-Classes (69)
        KernelTests-Exception (2)
        KernelTests-Methods (179)
        KernelTests-Numbers (276)
        KernelTests-Objects (86)
        KernelTests-Pragmas (3)
        KernelTests-Processes (38)
        SUnit-Core-Extensions (3)
        SUnit-Core-Utilities (3)
        SUnit-Tests-Core (78)

----------------------------------------------------------
Loaded Source: SLICE-Issue-7447-optional-UsersManager-PavelKrivanek.2 from  
http://ss3.gemstone.com/ss/PharoInbox
Tested using Pharo-2.0-20524-a on NBCoInterpreter  
NativeBoost-CogPlugin-IgorStasenko.15 uuid:  
44b6b681-38f1-4a9e-b6ee-8769b499576a Nov 27 2012
NBCogit NativeBoost-CogPlugin-IgorStasenko.15 uuid:  
44b6b681-38f1-4a9e-b6ee-8769b499576a Nov 27 2012
https://git.gitorious.org/cogvm/blessed.git Commit:  
40ac7e7bdec6fef0e934d2c019b86db996053912 Date: 2012-11-19 18:54:49 +0100  
By: Mariano Martinez Peck <[hidden email]> Jenkins build #146


_______________________________________________
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 7447 in pharo: optional UsersManager

pharo
Updates:
        Status: FixToInclude

Comment #9 on issue 7447 by [hidden email]: optional UsersManager
http://code.google.com/p/pharo/issues/detail?id=7447

(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 7447 in pharo: optional UsersManager

pharo
Updates:
        Status: Integrated

Comment #10 on issue 7447 by [hidden email]: optional UsersManager
http://code.google.com/p/pharo/issues/detail?id=7447

in 2.0 525


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