Issue 6399 in pharo: Small Keymapping Improvement

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

Issue 6399 in pharo: Small Keymapping Improvement

pharo
Status: Accepted
Owner: [hidden email]
Labels: Type-Enh Milestone-2.0 Difficulty-Easy

New issue 6399 by [hidden email]: Small Keymapping Improvement
http://code.google.com/p/pharo/issues/detail?id=6399

* Implement KMCategory>>printOn: to aid in debugging KM
* Fix log statement in KMDispatcher>>partialMatch from 'Complete...'  
to 'Partial...'

Slice incoming


_______________________________________________
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 6399 in pharo: Small Keymapping Improvement

pharo
Updates:
        Status: FixReviewNeeded
        Cc: [hidden email]
        Labels: Keymapping

Comment #1 on issue 6399 by [hidden email]: Small Keymapping  
Improvement
http://code.google.com/p/pharo/issues/detail?id=6399

Fix in inbox: SLICE-Issue-6399-Small-Keymapping-Improvement-SeanDeNigris.1

* Implement KMCategory>>printOn: to aid in debugging KM
* Fix log statement in KMDispatcher>>partialMatch from 'Complete...'  
to 'Partial...'


_______________________________________________
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 6399 in pharo: Small Keymapping Improvement

pharo
Updates:
        Status: WorkNeeded

Comment #2 on issue 6399 by [hidden email]: Small Keymapping  
Improvement
http://code.google.com/p/pharo/issues/detail?id=6399

Sean, It has conflicts with the latest in 2.0... Or you what this in 1.4?

If it's for 1.4 I can give you access to the keymapping repo so you commit  
in there and we treat it as a new development version, not a core package.


_______________________________________________
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 6399 in pharo: Small Keymapping Improvement

pharo

Comment #3 on issue 6399 by [hidden email]: Small Keymapping  
Improvement
http://code.google.com/p/pharo/issues/detail?id=6399

ping


_______________________________________________
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 6399 in pharo: Small Keymapping Improvement

pharo
Updates:
        Status: FixReviewNeeded

Comment #4 on issue 6399 by [hidden email]: Small Keymapping  
Improvement
http://code.google.com/p/pharo/issues/detail?id=6399

New slice in inbox:  
SLICE-Issue-6399-Small-Keymapping-Improvement-SeanDeNigris.2
- Implement KMCategory>>printOn: to aid in debugging KM
- Remove obsolete fix from v. 1: log statement in  
KMDispatcher>>partialMatch no longer exists in Pharo 2.0



_______________________________________________
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 6399 in pharo: Small Keymapping Improvement

pharo
Updates:
        Status: MonkeyIsChecking

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

pharo
Updates:
        Status: WorkNeeded

Comment #6 on issue 6399 by [hidden email]: Small Keymapping  
Improvement
http://code.google.com/p/pharo/issues/detail?id=6399#c6

Monkey went bananas:
--------------------
Error while loading  
SLICE-Issue-6399-Small-Keymapping-Improvement-SeanDeNigris.2 from  
http://ss3.gemstone.com/ss/PharoInbox:
        Error: Working copy for SLICE-Issue-6399-Small-Keymapping-Improvement not  
found
  1: GoferPackageReference(Object)>>error:
  2: [self error: 'Working copy for ' , self name , ' not found'] in  
GoferPackageReference(GoferReference)>>workingCopy
  3: Array(Collection)>>detect:ifNone:
  4: GoferPackageReference(GoferReference)>>workingCopy
  5: GoferMerge(GoferWorking)>>addReference:
  6: GoferMerge(GoferUpdate)>>addReference:
  7: [:each | self addReference: each] in  
GoferMerge(GoferWorking)>>initializeOn:
  8: Array(SequenceableCollection)>>do:
  9: GoferMerge(GoferWorking)>>initializeOn:
10: GoferMerge class(GoferOperation class)>>on:
        ...
----------------------------------------------------------
Loaded Source: SLICE-Issue-6399-Small-Keymapping-Improvement-SeanDeNigris.2  
from http://ss3.gemstone.com/ss/PharoInbox
Tested using Pharo-2.0-20253-a on CoInterpreter  
VMMaker-oscog-IgorStasenko.162 uuid: e4554f9a-cc90-4826-a807-ac282b782fe4  
Aug 13 2012
StackToRegisterMappingCogit VMMaker-oscog-IgorStasenko.162 uuid:  
e4554f9a-cc90-4826-a807-ac282b782fe4 Aug 13 2012
https://git.gitorious.org/cogvm/blessed.git Commit:  
aeb0705cde4b8fc57cb262dc051c5ee6dfa72a14 Date: 2012-07-26 16:38:48 +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 6399 in pharo: Small Keymapping Improvement

pharo
Updates:
        Status: HumanReviewNeeded

Comment #7 on issue 6399 by [hidden email]: Small Keymapping  
Improvement
http://code.google.com/p/pharo/issues/detail?id=6399

(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 6399 in pharo: Small Keymapping Improvement

pharo
Updates:
        Status: FixToInclude

Comment #8 on issue 6399 by [hidden email]: Small Keymapping  
Improvement
http://code.google.com/p/pharo/issues/detail?id=6399

s


_______________________________________________
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 6399 in pharo: Small Keymapping Improvement

pharo
Updates:
        Status: Integrated

Comment #9 on issue 6399 by [hidden email]: Small Keymapping  
Improvement
http://code.google.com/p/pharo/issues/detail?id=6399

in 2.0 255


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