Issue 6696 in pharo: Gofer Repository Improvements

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

Issue 6696 in pharo: Gofer Repository Improvements

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

New issue 6696 by [hidden email]: Gofer Repository Improvements
http://code.google.com/p/pharo/issues/detail?id=6696

- directly use specific repositories for  
ss3.gemstone/squeaksource/smalltalkhub
- add primitive support for adding configurations:
    - #configurationOf:
    - #configuration which tries to guess the configuration by the last  
repository added


_______________________________________________
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 6696 in pharo: Gofer Repository Improvements

pharo

Comment #1 on issue 6696 by [hidden email]: Gofer Repository  
Improvements
http://code.google.com/p/pharo/issues/detail?id=6696

Name: SLICE-Issue-6696-Gofer-Repository-Improvements-CamilloBruni.1
Author: CamilloBruni
Time: 18 September 2012, 6:37:33.648 pm
UUID: aa342f60-b545-4e89-abeb-758f33aaeb9a
Ancestors:
Dependencies: Monticello-CamilloBruni.709, Gofer-Core-CamilloBruni.179

- directly use specific repositories for  
ss3.gemstone/squeaksource/smalltalkhub
- add primitive support for adding configurations:
    - #configurationOf:
    - #configuration which tries to guess the configuration by the last  
repository added
- categorized all class side methods of MCHttpRepository and subclasses
- added MCHttpRepository>>#project accessor to repositories


_______________________________________________
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 6696 in pharo: Gofer Repository Improvements

pharo

Comment #2 on issue 6696 by [hidden email]: Gofer Repository  
Improvements
http://code.google.com/p/pharo/issues/detail?id=6696

functionality added:

Gofer new
        squeaksource: 'NativeBoost';
        configuration;
        load.

or:

Gofer new
        squeaksource: 'NativeBoost';
        configurationOf: 'NativeBoost';
        load.


_______________________________________________
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 6696 in pharo: Gofer Repository Improvements

pharo

Comment #3 on issue 6696 by [hidden email]: Gofer Repository  
Improvements
http://code.google.com/p/pharo/issues/detail?id=6696

Gofer new
        squeaksource: 'NativeBoost';
        configurationOf: 'NativeBoost';
        loadStable.

Gofer new
        squeaksource: 'NativeBoost';
        configurationOf: 'NativeBoost';
        loadDevelopment.


_______________________________________________
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 6696 in pharo: Gofer Repository Improvements

pharo

Comment #4 on issue 6696 by [hidden email]: Gofer Repository  
Improvements
http://code.google.com/p/pharo/issues/detail?id=6696

Gofer new
        squeaksource: 'NativeBoost';
        configuration;
        loadStable.
#loadDevelopment or #loadVersion: aVersionString


_______________________________________________
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 6696 in pharo: Gofer Repository Improvements

pharo
Updates:
        Status: HumanReviewNeeded

Comment #5 on issue 6696 by [hidden email]: Gofer Repository  
Improvements
http://code.google.com/p/pharo/issues/detail?id=6696

(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 6696 in pharo: Gofer Repository Improvements

pharo
Updates:
        Status: FixReviewNeeded

Comment #6 on issue 6696 by [hidden email]: Gofer Repository  
Improvements
http://code.google.com/p/pharo/issues/detail?id=6696

Name: SLICE-Issue-6696-Gofer-Repository-Improvements-CamilloBruni.3
Author: CamilloBruni
Time: 21 September 2012, 4:50:13.097 pm
UUID: eec3eb45-a85f-413d-96c9-0563c0388e4d
Ancestors: SLICE-Issue-6696-Gofer-Repository-Improvements-CamilloBruni.2
Dependencies: Monticello-CamilloBruni.709, Gofer-Core-CamilloBruni.181

properly load configurations now


_______________________________________________
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 6696 in pharo: Gofer Repository Improvements

pharo
Updates:
        Status: MonkeyIsChecking

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

pharo
Updates:
        Status: ValidatedByTheMonkey
        Labels: CheckedIn20301

Comment #8 on issue 6696 by [hidden email]: Gofer Repository  
Improvements
http://code.google.com/p/pharo/issues/detail?id=6696#c8

This Issue has been checked by Ulysse the Monkey
       
6456 tests passed in 00:02:50s:
===============================
        CollectionsTests-Arrayed (547)
        CollectionsTests-Atomic (12)
        CollectionsTests-Sequenceable (906)
        CollectionsTests-SplitJoin (27)
        CollectionsTests-Stack (16)
        CollectionsTests-Streams (37)
        CollectionsTests-Strings (596)
        CollectionsTests-Support (12)
        CollectionsTests-Unordered (1951)
        CollectionsTests-Weak (739)
        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)
        Tests-Monticello (122)

----------------------------------------------------------
Loaded Source:  
SLICE-Issue-6696-Gofer-Repository-Improvements-CamilloBruni.3 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 6696 in pharo: Gofer Repository Improvements

pharo
Updates:
        Status: MonkeyIsChecking

Comment #9 on issue 6696 by [hidden email]: Gofer Repository  
Improvements
http://code.google.com/p/pharo/issues/detail?id=6696#c9

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 6696 in pharo: Gofer Repository Improvements

pharo
Updates:
        Status: ValidatedByTheMonkey
        Labels: CheckedIn20302

Comment #10 on issue 6696 by [hidden email]: Gofer Repository  
Improvements
http://code.google.com/p/pharo/issues/detail?id=6696#c10

This Issue has been checked by Ulysse the Monkey
       
6477 tests passed in 00:04:59s:
===============================
        CollectionsTests-Arrayed (553)
        CollectionsTests-Atomic (12)
        CollectionsTests-Sequenceable (912)
        CollectionsTests-SplitJoin (27)
        CollectionsTests-Stack (16)
        CollectionsTests-Streams (37)
        CollectionsTests-Strings (602)
        CollectionsTests-Support (12)
        CollectionsTests-Unordered (1954)
        CollectionsTests-Weak (739)
        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)
        Tests-Monticello (122)

----------------------------------------------------------
Loaded Source:  
SLICE-Issue-6696-Gofer-Repository-Improvements-CamilloBruni.3 from  
http://ss3.gemstone.com/ss/PharoInbox
Tested using Pharo-2.0-20302-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 6696 in pharo: Gofer Repository Improvements

pharo
Updates:
        Status: MonkeyIsChecking

Comment #11 on issue 6696 by [hidden email]: Gofer Repository  
Improvements
http://code.google.com/p/pharo/issues/detail?id=6696#c11

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 6696 in pharo: Gofer Repository Improvements

pharo
Updates:
        Status: ValidatedByTheMonkey
        Labels: CheckedIn20303

Comment #12 on issue 6696 by [hidden email]: Gofer Repository  
Improvements
http://code.google.com/p/pharo/issues/detail?id=6696#c12

This Issue has been checked by Ulysse the Monkey
       
6477 tests passed in 00:04:45s:
===============================
        CollectionsTests-Arrayed (553)
        CollectionsTests-Atomic (12)
        CollectionsTests-Sequenceable (912)
        CollectionsTests-SplitJoin (27)
        CollectionsTests-Stack (16)
        CollectionsTests-Streams (37)
        CollectionsTests-Strings (602)
        CollectionsTests-Support (12)
        CollectionsTests-Unordered (1954)
        CollectionsTests-Weak (739)
        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)
        Tests-Monticello (122)

----------------------------------------------------------
Loaded Source:  
SLICE-Issue-6696-Gofer-Repository-Improvements-CamilloBruni.3 from  
http://ss3.gemstone.com/ss/PharoInbox
Tested using Pharo-2.0-20303-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 6696 in pharo: Gofer Repository Improvements

pharo
Updates:
        Status: MonkeyIsChecking

Comment #13 on issue 6696 by [hidden email]: Gofer Repository  
Improvements
http://code.google.com/p/pharo/issues/detail?id=6696#c13

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 6696 in pharo: Gofer Repository Improvements

pharo
Updates:
        Status: ValidatedByTheMonkey
        Labels: CheckedIn20304

Comment #14 on issue 6696 by [hidden email]: Gofer Repository  
Improvements
http://code.google.com/p/pharo/issues/detail?id=6696#c14

This Issue has been checked by Ulysse the Monkey
       
6477 tests passed in 00:02:43s:
===============================
        CollectionsTests-Arrayed (553)
        CollectionsTests-Atomic (12)
        CollectionsTests-Sequenceable (912)
        CollectionsTests-SplitJoin (27)
        CollectionsTests-Stack (16)
        CollectionsTests-Streams (37)
        CollectionsTests-Strings (602)
        CollectionsTests-Support (12)
        CollectionsTests-Unordered (1954)
        CollectionsTests-Weak (739)
        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)
        Tests-Monticello (122)

----------------------------------------------------------
Loaded Source:  
SLICE-Issue-6696-Gofer-Repository-Improvements-CamilloBruni.3 from  
http://ss3.gemstone.com/ss/PharoInbox
Tested using Pharo-2.0-20304-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 6696 in pharo: Gofer Repository Improvements

pharo
Updates:
        Status: MonkeyIsChecking

Comment #15 on issue 6696 by [hidden email]: Gofer Repository  
Improvements
http://code.google.com/p/pharo/issues/detail?id=6696#c15

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 6696 in pharo: Gofer Repository Improvements

pharo
Updates:
        Status: ValidatedByTheMonkey
        Labels: CheckedIn20305

Comment #16 on issue 6696 by [hidden email]: Gofer Repository  
Improvements
http://code.google.com/p/pharo/issues/detail?id=6696#c16

This Issue has been checked by Ulysse the Monkey
       
6477 tests passed in 00:06:58s:
===============================
        CollectionsTests-Arrayed (553)
        CollectionsTests-Atomic (12)
        CollectionsTests-Sequenceable (912)
        CollectionsTests-SplitJoin (27)
        CollectionsTests-Stack (16)
        CollectionsTests-Streams (37)
        CollectionsTests-Strings (602)
        CollectionsTests-Support (12)
        CollectionsTests-Unordered (1954)
        CollectionsTests-Weak (739)
        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)
        Tests-Monticello (122)

----------------------------------------------------------
Loaded Source:  
SLICE-Issue-6696-Gofer-Repository-Improvements-CamilloBruni.3 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 6696 in pharo: Gofer Repository Improvements

pharo
Updates:
        Status: MonkeyIsChecking

Comment #17 on issue 6696 by [hidden email]: Gofer Repository  
Improvements
http://code.google.com/p/pharo/issues/detail?id=6696#c17

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 6696 in pharo: Gofer Repository Improvements

pharo
Updates:
        Status: ValidatedByTheMonkey
        Labels: CheckedIn20306

Comment #18 on issue 6696 by [hidden email]: Gofer Repository  
Improvements
http://code.google.com/p/pharo/issues/detail?id=6696#c18

This Issue has been checked by Ulysse the Monkey
       
6477 tests passed in 00:03:53s:
===============================
        CollectionsTests-Arrayed (553)
        CollectionsTests-Atomic (12)
        CollectionsTests-Sequenceable (912)
        CollectionsTests-SplitJoin (27)
        CollectionsTests-Stack (16)
        CollectionsTests-Streams (37)
        CollectionsTests-Strings (602)
        CollectionsTests-Support (12)
        CollectionsTests-Unordered (1954)
        CollectionsTests-Weak (739)
        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)
        Tests-Monticello (122)

----------------------------------------------------------
Loaded Source:  
SLICE-Issue-6696-Gofer-Repository-Improvements-CamilloBruni.3 from  
http://ss3.gemstone.com/ss/PharoInbox
Tested using Pharo-2.0-20306-a on CoInterpreter  
VMMaker-oscog-EstebanLorenzano.164 uuid:  
d77dee73-00f5-4d00-847b-00646b08329d Sep 25 2012
StackToRegisterMappingCogit VMMaker-oscog-EstebanLorenzano.164 uuid:  
d77dee73-00f5-4d00-847b-00646b08329d Sep 25 2012
https://git.gitorious.org/cogvm/blessed.git Commit:  
bfc9fe2c4abcd2972c8bd9eac1c77f9baaf23e8a Date: 2012-09-25 13:34:47 +0200  
By: Esteban Lorenzano <[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 6696 in pharo: Gofer Repository Improvements

pharo
Updates:
        Status: MonkeyIsChecking

Comment #19 on issue 6696 by [hidden email]: Gofer Repository  
Improvements
http://code.google.com/p/pharo/issues/detail?id=6696#c19

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
12