Issue 4838 in pharo: Unimplemented messages

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

Issue 4838 in pharo: Unimplemented messages

pharo
Status: Comment
Owner: [hidden email]
Labels: Milestone-1.4 Type-Cleanup

New issue 4838 by [hidden email]: Unimplemented messages
http://code.google.com/p/pharo/issues/detail?id=4838

In the current image, evaluate

self systemNavigation unimplemented keys sort collect: [:e | e, String cr]
#('DoIt
' 'DoItIn:
' 'Halt
' 'absentMethod
' 'actOnClickFor:in:at:editor:
' 'addADynamicGroupSilentlyNamed:model:selector:
' 'addArgumentSearch:
' 'addClassVar:for:
' 'addInstVar:for:
' 'addMethodSearch:
' 'addMethodSearches:
' 'addSearch:
' 'addSearches:
' 'aliasM11
' 'allRegisteredManagers
' 'announce:with:
' 'asFilename
' 'asPointerType
' 'atomicTypeNamed:
' 'attachements
' 'attribute:value:
' 'authorizeRspauth:
' 'availableLanguageLocaleIDs
' 'basicRename:ifAbsent:as:ifPresent:
' 'browser
' 'callingConventionFor:
' 'changeSorter
' 'changesFromBase:
' 'char
' 'characterStyleOrNilAt:
' 'characterStyleOrNilIfApplying:
' 'children:
' 'chooseColor:for:
' 'classNamesNotUnderTest
' 'clearRedoHistory
' 'clone
' 'codeCompletion
' 'compileFields
' 'compileMethod:category:
' 'compileSelectionAsBlock
' 'conflict
' 'connect
' 'debugContext:
' 'debugger
' 'deleteWithSiblings
' 'delim
' 'deprecated:
' 'desiredWindowLabelHeightIn:
' 'detectMethods
' 'dragAnimationFor:transferMorph:
' 'dropAcceptedMorph:from:
' 'dropRejectedMorph:
' 'dualChangeSorter
' 'enable:
' 'endTag
' 'endTag:
' 'equivalentTo:
' 'eventTicklerProcess
' 'failed
' 'false
' 'findFirstToken:
' 'fooMax:
' 'forExtension:
' 'forTextActionInfoDo:
' 'forTextColorDo:
' 'forceTypeNamed:
' 'freeSomeSpace
' 'fromFirstDigit
' 'getChildren:
' 'getIndex:
' 'getSelected:
' 'getSelectedPath:
' 'getSelectionList:
' 'getSourceCodeByIdentifier:
' 'getSourceCodeBySelector:
' 'getText:
' 'hasChildren:
' 'hasImmediateInstances
' 'hasPostscriptOfRemoval
' 'hasPreambleOfRemoval
' 'hex8
' 'hierarchyBrowser
' 'idHash
' 'initTextSharedInformation
' 'initWithTarget:
' 'inspector
' 'inst
' 'installGofer
' 'interruptWatcherProcess
' 'intersectsLineFrom:to:
' 'invokeOn:orSendTo:
' 'invokeWith:with:with:with:with:
' 'isAlphaTransform
' 'isApplication
' 'isBasedOn:
' 'isItem:in:
' 'isMetaclass
' 'isParagraphAttribute
' 'isPointerType
' 'isResumable:
' 'isVoid
' 'itemTrait
' 'keyPress:
' 'leftMarginForDisplayForLine:alignment:
' 'lineIndexOfTop:
' 'loadStream:
' 'lookup
' 'm
' 'm12
' 'm1ClassSide
' 'm21
' 'm22Alias
' 'm2ClassSide:
' 'm2ClassSideAlias1:
' 'm2ClassSideAlias2:
' 'm51
' 'md5HashMessage:
' 'menu:
' 'methodEnd
' 'methodStart:
' 'methodsTree
' 'monticelloBrowser
' 'name:directory:
' 'name:module:callType:returnType:argumentTypes:
' 'navigateFromKeystroke:
' 'newSkipped
' 'noScale
' 'nonBlockTempsIn:
' 'object:basicAt:
' 'object:basicAt:put:
' 'object:eqeq:
' 'object:instVarAt:
' 'object:instVarAt:put:
' 'object:perform:withArguments:inClass:
' 'objectExplorer
' 'onHost:port:
' 'openStream:mode:forceNew:encoding:
' 'originalObject
' 'packageCache
' 'packageVersion
' 'pangoIsAvailable
' 'pathAndQueryString
' 'pathDirectoryString
' 'pcData:
' 'playerProcess
' 'pluggableActionButtonSpec
' 'pluggableButtonSpec
' 'pluggableListSpec
' 'pluggableMultiSelectionListSpec
' 'pluggablePanelSpec
' 'pluggableTextSpec
' 'pluggableTreeSpec
' 'pluggableWindowSpec
' 'pointerExplorer
' 'printOn:onEnvironment:
' 'publishUpdate:
' 'pullUpInstVar
' 'quoted
' 'recoverFromMDFaultWithTrace
' 'redoTarget:selector:arguments:
' 'references:in:
' 'referencesLiteral:
' 'removeAttributesThat:replaceAttributesThat:by:signalIfWholeParagraphAttribute:
' 'reverseFrom:to:
' 'rightMarginForDisplay
' 'rootApplication
' 'self
' 'setIndex:
' 'setSelected:
' 'setSelectionList:
' 'signalInitializationError
' 'someMessageThatIsntUnderstood
' 'sortBy:
' 'spawn:
' 'startTag:
' 'structTypeNamed:
' 'styleIfApplying:
' 'subclassresponsibility
' 'tag:pcData:
' 'textDirection
' 'textDirection:
' 'textStyleAt:
' 'thisIsATest
' 'timeProfiler
' 'timeWords
' 'topAtLineIndex:
' 'tryInvokeWithArguments:
' 'uiManager
' 'unreferenced
' 'updateRemoveSequenceNum
' 'usesResultOfAdd
' 'versionBrowser
' 'viewHierarchyExplorer
' 'weight:
' 'whichSelectorsWrite:
' 'withAllSuperAndSubclassesDoGently:
' 'withoutDuplicates
' 'workingCopySearchList:
' 'workspace
' 'writeArrayedCollection:
' 'writeCollection:
' 'writeDictionary:
' 'writeObject:
' 'xmlDeclaration:
' 'zork1:zork2:
' 'zork:
')

so about 200 messages sent but not implemented...
For some methods concerned, if you want to recompile the method, it freezes  
your image


_______________________________________________
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 4838 in pharo: Unimplemented messages

pharo

Comment #1 on issue 4838 by marianopeck: Unimplemented messages
http://code.google.com/p/pharo/issues/detail?id=4838

It would be nice to exclude some methods that contains symbols to them. For  
example, MethodFinder #initialize*


_______________________________________________
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 4838 in pharo: Unimplemented messages

pharo
Updates:
        Status: Accepted

Comment #2 on issue 4838 by [hidden email]: Unimplemented messages
http://code.google.com/p/pharo/issues/detail?id=4838

Yes, would be nice (I change status back to "Accepted")


_______________________________________________
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 4838 in pharo: Unimplemented messages

pharo

Comment #3 on issue 4838 by [hidden email]: Unimplemented messages
http://code.google.com/p/pharo/issues/detail?id=4838

It can be interesting to don't show the reference include in a unsend  
method (i pick randomly in list, and i found a lot of them ).


_______________________________________________
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 4838 in pharo: Unimplemented messages

pharo

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

I fixed

dragAnimationFor:transferMorph:

in  Issue 4931


_______________________________________________
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 4838 in pharo: Unimplemented messages

pharo
Updates:
        Labels: -Milestone-1.4

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

(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 4838 in pharo: Unimplemented messages

pharo
Updates:
        Status: Invalid

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

Having one bug entry for all makes no sense: it is not actionable.


So I close it.


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