Issue 7486 in pharo: Autocompletion fails when superclass is nil. (Generally Traits)

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

Issue 7486 in pharo: Autocompletion fails when superclass is nil. (Generally Traits)

pharo
Status: Accepted
Owner: ----
Labels: Milestone-2.0 Type-Bug Target-Trait

New issue 7486 by [hidden email]: Autocompletion fails when  
superclass is nil. (Generally Traits)
http://code.google.com/p/pharo/issues/detail?id=7486

Steps to reproduce:

1. Create a Trait
2. Start creating method in a trait,


As autocompletion initialisation uses a superclass of an object and trait's  
superclass is nil the stuff crashes.


_______________________________________________
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 7486 in pharo: Autocompletion fails when superclass is nil. (Generally Traits)

pharo

Comment #1 on issue 7486 by [hidden email]: Autocompletion fails when  
superclass is nil. (Generally Traits)
http://code.google.com/p/pharo/issues/detail?id=7486

Clarification: the problem happens when you type a method name and  
autocompletion checks what methods of superclass are you overriding


_______________________________________________
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 7486 in pharo: Autocompletion fails when superclass is nil. (Generally Traits)

pharo
Updates:
        Status: FixReviewNeeded

Comment #2 on issue 7486 by [hidden email]: Autocompletion fails when  
superclass is nil. (Generally Traits)
http://code.google.com/p/pharo/issues/detail?id=7486

We have made a dirty fix with ifNotNil: that makes sense because if there's  
no superclass you dont want to initialise selectors from it

Slice in inbox:

Name:  
SLICE-Issue-7486-Autocompletion-fails-when-superclass-is-nil-Generally-Traits-MartinDias.1
Author: MartinDias
Time: 11 February 2013, 2:54:16.493 pm
UUID: 6bcc2628-ac88-43c5-8dc5-508be9c56156
Ancestors:
Dependencies: NECompletion-MartinDias.94

empty log message


_______________________________________________
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 7486 in pharo: Autocompletion fails when superclass is nil. (Generally Traits)

pharo
Updates:
        Status: MonkeyIsChecking

Comment #3 on issue 7486 by [hidden email]: Autocompletion fails  
when superclass is nil. (Generally Traits)
http://code.google.com/p/pharo/issues/detail?id=7486#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 7486 in pharo: Autocompletion fails when superclass is nil. (Generally Traits)

pharo
Updates:
        Status: ValidatedByTheMonkey
        Labels: CheckedIn20535

Comment #4 on issue 7486 by [hidden email]: Autocompletion fails  
when superclass is nil. (Generally Traits)
http://code.google.com/p/pharo/issues/detail?id=7486#c4

This Issue has been checked by Ulysse the Monkey
       
6448 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 (277)
        KernelTests-Objects (86)
        KernelTests-Pragmas (3)
        KernelTests-Processes (38)
        NECompletion-Tests (63)
        SUnit-Core-Extensions (3)
        SUnit-Core-Utilities (3)
        SUnit-Tests-Core (78)

----------------------------------------------------------
Loaded Source:  
SLICE-Issue-7486-Autocompletion-fails-when-superclass-is-nil-Generally-Traits-MartinDias.1  
from http://ss3.gemstone.com/ss/PharoInbox
Tested using Pharo-2.0-20535-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 7486 in pharo: Autocompletion fails when superclass is nil. (Generally Traits)

pharo
Updates:
        Status: MonkeyIsChecking

Comment #5 on issue 7486 by [hidden email]: Autocompletion fails  
when superclass is nil. (Generally Traits)
http://code.google.com/p/pharo/issues/detail?id=7486#c5

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 7486 in pharo: Autocompletion fails when superclass is nil. (Generally Traits)

pharo
Updates:
        Status: ValidatedByTheMonkey
        Labels: CheckedIn20536

Comment #6 on issue 7486 by [hidden email]: Autocompletion fails  
when superclass is nil. (Generally Traits)
http://code.google.com/p/pharo/issues/detail?id=7486#c6

This Issue has been checked by Ulysse the Monkey
       
6448 tests passed in 00:04:07s:
===============================
        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 (277)
        KernelTests-Objects (86)
        KernelTests-Pragmas (3)
        KernelTests-Processes (38)
        NECompletion-Tests (63)
        SUnit-Core-Extensions (3)
        SUnit-Core-Utilities (3)
        SUnit-Tests-Core (78)

----------------------------------------------------------
Loaded Source:  
SLICE-Issue-7486-Autocompletion-fails-when-superclass-is-nil-Generally-Traits-MartinDias.1  
from http://ss3.gemstone.com/ss/PharoInbox
Tested using Pharo-2.0-20536-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 7486 in pharo: Autocompletion fails when superclass is nil. (Generally Traits)

pharo
Updates:
        Status: MonkeyIsChecking

Comment #7 on issue 7486 by [hidden email]: Autocompletion fails  
when superclass is nil. (Generally Traits)
http://code.google.com/p/pharo/issues/detail?id=7486#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 7486 in pharo: Autocompletion fails when superclass is nil. (Generally Traits)

pharo
Updates:
        Status: ValidatedByTheMonkey
        Labels: CheckedIn20537

Comment #8 on issue 7486 by [hidden email]: Autocompletion fails  
when superclass is nil. (Generally Traits)
http://code.google.com/p/pharo/issues/detail?id=7486#c8

This Issue has been checked by Ulysse the Monkey
       
6448 tests passed in 00:03:58s:
===============================
        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 (277)
        KernelTests-Objects (86)
        KernelTests-Pragmas (3)
        KernelTests-Processes (38)
        NECompletion-Tests (63)
        SUnit-Core-Extensions (3)
        SUnit-Core-Utilities (3)
        SUnit-Tests-Core (78)

----------------------------------------------------------
Loaded Source:  
SLICE-Issue-7486-Autocompletion-fails-when-superclass-is-nil-Generally-Traits-MartinDias.1  
from http://ss3.gemstone.com/ss/PharoInbox
Tested using Pharo-2.0-20537-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 7486 in pharo: Autocompletion fails when superclass is nil. (Generally Traits)

pharo
Updates:
        Status: HumanReviewNeeded

Comment #9 on issue 7486 by [hidden email]: Autocompletion fails  
when superclass is nil. (Generally Traits)
http://code.google.com/p/pharo/issues/detail?id=7486

(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 7486 in pharo: Autocompletion fails when superclass is nil. (Generally Traits)

pharo
Updates:
        Status: FixToInclude

Comment #10 on issue 7486 by [hidden email]: Autocompletion fails  
when superclass is nil. (Generally Traits)
http://code.google.com/p/pharo/issues/detail?id=7486

(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 7486 in pharo: Autocompletion fails when superclass is nil. (Generally Traits)

pharo
Updates:
        Status: Integrated

Comment #11 on issue 7486 by [hidden email]: Autocompletion fails  
when superclass is nil. (Generally Traits)
http://code.google.com/p/pharo/issues/detail?id=7486

in 2.0 539


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