Issue 7208 in pharo: Opening Critics Browser from the Package context menu results in an error

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

Issue 7208 in pharo: Opening Critics Browser from the Package context menu results in an error

pharo
Status: New
Owner: ----
Labels: Type-Bug

New issue 7208 by [hidden email]: Opening Critics Browser from the  
Package context menu results in an error
http://code.google.com/p/pharo/issues/detail?id=7208

Class browser: Nautilus
Pharo-20463




Attachments:
        PharoDebug.log  13.6 KB


_______________________________________________
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 7208 in pharo: Opening Critics Browser from the Package context menu results in an error

pharo
Updates:
        Labels: Milestone-2.0

Comment #1 on issue 7208 by [hidden email]: Opening Critics Browser  
from the Package context menu results in an error
http://code.google.com/p/pharo/issues/detail?id=7208

(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 7208 in pharo: Opening Critics Browser from the Package context menu results in an error

pharo
In reply to this post by pharo
Updates:
        Status: FixReviewNeeded
        Cc: [hidden email]

Comment #3 on issue 7208 by [hidden email]: Opening Critics Browser  
from the Package context menu results in an error
http://code.google.com/p/pharo/issues/detail?id=7208

Fix in inbox:  
SLICE-Issue-7208-Opening-Critics-Browser-from-the-Package-context-menu-results-in-an-error-SeanDeNigris.1

- Add #asRPackageSet, as an RPackage extension method, to PackageInfo


_______________________________________________
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 7208 in pharo: Opening Critics Browser from the Package context menu results in an error

pharo
Updates:
        Status: MonkeyIsChecking

Comment #4 on issue 7208 by [hidden email]: Opening Critics Browser  
from the Package context menu results in an error
http://code.google.com/p/pharo/issues/detail?id=7208#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 7208 in pharo: Opening Critics Browser from the Package context menu results in an error

pharo
Updates:
        Status: WorkNeeded

Comment #5 on issue 7208 by [hidden email]: Opening Critics Browser  
from the Package context menu results in an error
http://code.google.com/p/pharo/issues/detail?id=7208#c5

Monkey went bananas:
--------------------
Error while loading  
SLICE-Issue-7208-Opening-Critics-Browser-from-the-Package-context-menu-results-in-an-error-SeanDeNigris.1  
from http://ss3.gemstone.com/ss/PharoInbox:
        Error: cannot remove non-empty category Kernel-BasicObjects
  1: SystemOrganizer(Object)>>error:
  2: SystemOrganizer(Categorizer)>>removeCategory:
  3: SystemOrganizer>>removeCategory:
  4: [:c | SystemOrganization removeCategory: c] in  
MCOrganizationDefinition>>unload
  5: Array(SequenceableCollection)>>do:
  6: MCOrganizationDefinition>>unload
  7: [:ea | ea unload] in [additions
                        do: [:ea | self loadClassDefinition: ea]
                        displayingProgress: 'Loading classes...'.
                additions
                        do: [:ea | self tryToLoad: ea]
                        displayingProgress: 'Compiling methods...'.
                removals
                        do: [:ea | ea unload]
                        displayingProgress: 'Cleaning up...'.
                self shouldWarnAboutErrors
                        ifTrue: [self warnAboutErrors].
                errorDefinitions
                        do: [:ea | ea addMethodAdditionTo: methodAdditions]
                        displayingProgress: 'Reloading...'.
                methodAdditions
                        do: [:each | each installMethod].
                methodAdditions
                        do: [:each | each notifyObservers].
                additions
                        do: [:ea | ea
                                        postloadOver: (self obsoletionFor: ea)]
                        displayingProgress: 'Initializing...'] in [[additions
                        do: [:ea | self loadClassDefinition: ea]
                        displayingProgress: 'Loading classes...'.
                additions
                        do: [:ea | self tryToLoad: ea]
                        displayingProgress: 'Compiling methods...'.
                removals
                        do: [:ea | ea unload]
                        displayingProgress: 'Cleaning up...'.
                self shouldWarnAboutErrors
                        ifTrue: [self warnAboutErrors].
                errorDefinitions
                        do: [:ea | ea addMethodAdditionTo: methodAdditions]
                        displayingProgress: 'Reloading...'.
                methodAdditions
                        do: [:each | each installMethod].
                methodAdditions
                        do: [:each | each notifyObservers].
                additions
                        do: [:ea | ea
                                        postloadOver: (self obsoletionFor: ea)]
                        displayingProgress: 'Initializing...']
                        on: InMidstOfFileinNotification
                        do: [:n | n resume: true]] in MCPackageLoader>>basicLoad
  8: [:each |
        | newLabel |
        (count = 0
                                or: [count + 1 = size
                                                or: [(Time millisecondsSince: lastUpdate)
                                                                >= msecs]])
                        ifTrue: [bar current: count.
                                oldLabel = (newLabel := (labelBlock cull: each)
                                                                        ifNil: [oldLabel])
                                        ifFalse: [ProgressNotification signal: '' extra: (oldLabel :=  
newLabel)].
                                lastUpdate := Time millisecondClockValue].
                aBlock value: each.
                count := count + 1] in [:bar |
        labelBlock := aStringOrBlock isString
                                        ifTrue: [bar label: aStringOrBlock.
                                                [:item | aStringOrBlock]]
                                        ifFalse: [aStringOrBlock].
                self
                        do: [:each |
                                | newLabel |
                                (count = 0
                                                or: [count + 1 = size
                                                                or: [(Time millisecondsSince: lastUpdate)
                                                                                >= msecs]])
                                        ifTrue: [bar current: count.
                                                oldLabel = (newLabel := (labelBlock cull: each)
                                                                                        ifNil: [oldLabel])
                                                        ifFalse: [ProgressNotification signal: '' extra: (oldLabel :=  
newLabel)].
                                                lastUpdate := Time millisecondClockValue].
                                aBlock value: each.
                                count := count + 1]] in  
OrderedCollection(Collection)>>do:displayingProgress:every:
  9: OrderedCollection>>do:
10: [:bar |
        labelBlock := aStringOrBlock isString
                                        ifTrue: [bar label: aStringOrBlock.
                                                [:item | aStringOrBlock]]
                                        ifFalse: [aStringOrBlock].
                self
                        do: [:each |
                                | newLabel |
                                (count = 0
                                                or: [count + 1 = size
                                                                or: [(Time millisecondsSince: lastUpdate)
                                                                                >= msecs]])
                                        ifTrue: [bar current: count.
                                                oldLabel = (newLabel := (labelBlock cull: each)
                                                                                        ifNil: [oldLabel])
                                                        ifFalse: [ProgressNotification signal: '' extra: (oldLabel :=  
newLabel)].
                                                lastUpdate := Time millisecondClockValue].
                                aBlock value: each.
                                count := count + 1]] in  
OrderedCollection(Collection)>>do:displayingProgress:every:
        ...
----------------------------------------------------------
Loaded Source:  
SLICE-Issue-7208-Opening-Critics-Browser-from-the-Package-context-menu-results-in-an-error-SeanDeNigris.1  
from http://ss3.gemstone.com/ss/PharoInbox
Tested using Pharo-2.0-20514-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 7208 in pharo: Opening Critics Browser from the Package context menu results in an error

pharo
Updates:
        Status: FixReviewNeeded

Comment #6 on issue 7208 by [hidden email]: Opening Critics Browser  
from the Package context menu results in an error
http://code.google.com/p/pharo/issues/detail?id=7208

I got confused in a flurry of Manifest classes ;) included weird stuff in  
the slice...

New fix in inbox:  
SLICE-Issue-7208-Opening-Critics-Browser-from-the-Package-context-menu-results-in-an-error-SeanDeNigris.2
- Add #asRPackageSet, as an RPackage extension method, to PackageInfo


_______________________________________________
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 7208 in pharo: Opening Critics Browser from the Package context menu results in an error

pharo
Updates:
        Status: MonkeyIsChecking

Comment #7 on issue 7208 by [hidden email]: Opening Critics Browser  
from the Package context menu results in an error
http://code.google.com/p/pharo/issues/detail?id=7208#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 7208 in pharo: Opening Critics Browser from the Package context menu results in an error

pharo
Updates:
        Status: ValidatedByTheMonkey
        Labels: CheckedIn20514

Comment #8 on issue 7208 by [hidden email]: Opening Critics Browser  
from the Package context menu results in an error
http://code.google.com/p/pharo/issues/detail?id=7208#c8

This Issue has been checked by Ulysse the Monkey
       
6384 tests passed in 00:01:19s:
===============================
        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-7208-Opening-Critics-Browser-from-the-Package-context-menu-results-in-an-error-SeanDeNigris.2  
from http://ss3.gemstone.com/ss/PharoInbox
Tested using Pharo-2.0-20514-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 7208 in pharo: Opening Critics Browser from the Package context menu results in an error

pharo
Updates:
        Status: FixToInclude

Comment #9 on issue 7208 by [hidden email]: Opening Critics Browser  
from the Package context menu results in an error
http://code.google.com/p/pharo/issues/detail?id=7208

(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 7208 in pharo: Opening Critics Browser from the Package context menu results in an error

pharo
Updates:
        Status: Integrated

Comment #10 on issue 7208 by [hidden email]: Opening Critics Browser  
from the Package context menu results in an error
http://code.google.com/p/pharo/issues/detail?id=7208

in 2.0 518


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