Re: [Pharo-project] Issue 3088 in pharo: MNU Text>>withBlanksTrimmed
Comment #6 on issue 3088 by vonbecm...@gmail.com: MNU Text>>withBlanksTrimmed http://code.google.com/p/pharo/issues/detail?id=3088 it doesn't work in Pharo image: Pharo1.2#12341 Virtual machine used: Squeak4.1 of 17 April 2010 [latest update: #9957] Platform Name: unix Class browser used (if applicable): Browser Same steps to reproduce. Attachments: PharoDebug.log 80.6 KB
Comment #7 on issue 3088 by vonbecm...@gmail.com: MNU Text>>withBlanksTrimmed http://code.google.com/p/pharo/issues/detail?id=3088 im adding a new stack trace because the last one was wrong. Attachments: PharoDebug.log 29.6 KB
Comment #8 on issue 3088 by vonbecm...@gmail.com: MNU Text>>withBlanksTrimmed http://code.google.com/p/pharo/issues/detail?id=3088 neither in Pharo image: Pharo1.3a#13117 Virtual machine used: Squeak4.1 of 17 April 2010 [latest update: #9957] Platform Name: unix Class browser used (if applicable): Browser Attachments: PharoDebug.zip 130 KB
Comment #9 on issue 3088 by vonbecm...@gmail.com: MNU Text>>withBlanksTrimmed http://code.google.com/p/pharo/issues/detail?id=3088 if you execute this query SourcedMethodReference allInstances select: [:each | each stringVersion class == Text ] it will give you these methods Announcement >> #asAnnouncement Announcement >> #open that have a Text as a string version. so, you get a Text for a Text when you invoke asStringOrText therefore, it produce a MNU in the following expression PluggableListMorph>>basicKeyPressed ... a asString withBlanksTrimmed asLowercase beginsWith: lastKeystrokes ...
Updates: Status: Started Comment #10 on issue 3088 by marcus.d...@gmail.com: MNU Text>>withBlanksTrimmed http://code.google.com/p/pharo/issues/detail?id=3088 (No comment was entered for this change.)
Updates: Labels: -Milestone-1.2 Milestone-1.3 Comment #11 on issue 3088 by marcus.d...@gmail.com: MNU Text>>withBlanksTrimmed http://code.google.com/p/pharo/issues/detail?id=3088 (No comment was entered for this change.)
Updates: Status: Closed Comment #12 on issue 3088 by marcus.d...@gmail.com: MNU Text>>withBlanksTrimmed http://code.google.com/p/pharo/issues/detail?id=3088 In 13140 this expression: SourcedMethodReference allInstances select: [:each | each stringVersion class == Text ] now returns an epmpty array. I think the image recompile fixed it.
Comment #13 on issue 3088 by vonbecm...@gmail.com: MNU Text>>withBlanksTrimmed http://code.google.com/p/pharo/issues/detail?id=3088 Pharo image: Pharo1.3a#13140 Virtual machine used: Squeak4.1 of 17 April 2010 [latest update: #9957] Platform Name: unix Class browser used (if applicable): Browser did you follow the steps? because i did and it does not work. steps to reproduce 1. follow the steps to reproduce at the beginning. 2. this MNU 3. execute the query SourcedMethodReference allInstances select: [:each | each stringVersion class == Text ] you will get two methods Attachments: PharoDebug.log 29.9 KB
Updates: Status: Started Comment #14 on issue 3088 by marcus.d...@gmail.com: MNU Text>>withBlanksTrimmed http://code.google.com/p/pharo/issues/detail?id=3088 (No comment was entered for this change.)
Comment #15 on issue 3088 by vonbecm...@gmail.com: MNU Text>>withBlanksTrimmed http://code.google.com/p/pharo/issues/detail?id=3088 if you try several times with classes from Announcements-Core, then the query will return more elements each time you follow the steps. an Array(Announcement >> #asAnnouncement Announcement >> #open Announcer >> #announce: Announcer >> #basicSubscribe: Announcer >> #initialize Announcer
#numberOfSubscriptions Announcer >> #on:do: Announcer >> #on:send:to: Announcer >> #open Announcer >> #removeSubscription: Announcer >> #replace:with: Announcer >> #subscribe:do: Announcer >> #subscribe:send:to: Announcer >> #unsubscribe: Announcer >> #weak Announcer >> #when:do: Announcer >> #announce: Announcer >> #basicSubscribe: Announcer >> #initialize Announcer >> #numberOfSubscriptions Announcer >> #on:do: Announcer >> #on:send:to: Announcer >> #open Announcer >> #removeSubscription: Announcer >> #replace:with: Announcer >> #subscribe:do: Announcer >> #subscribe:send:to: Announcer >> #unsubscribe: Announcer >> #weak Announcer >> #when:do:)
participants (1)
-
pharo@googlecode.com