Issue 3520 in pharo: Workspaces do not recognize previously evaluated temps

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

Issue 3520 in pharo: Workspaces do not recognize previously evaluated temps

pharo
Status: New
Owner: ----

New issue 3520 by sean.p.denigris: Workspaces do not recognize previously  
evaluated temps
http://code.google.com/p/pharo/issues/detail?id=3520

Pharo image: Pharo-core
Pharo core version: Pharo1.2beta Latest update: #12294
Virtual machine used: Mac 4.2.5

Steps to reproduce:
1. Type "window := SystemWindow new openInWorld." in a workspace.
2. DoIt that line
3. An "Unknown variable" dialog pops up

This is a workflow-killer.


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3520 in pharo: Workspaces do not recognize previously evaluated temps

pharo

Comment #1 on issue 3520 by [hidden email]: Workspaces do not  
recognize previously evaluated temps
http://code.google.com/p/pharo/issues/detail?id=3520

Yes it's really boring ^^


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3520 in pharo: Workspaces do not recognize previously evaluated temps

pharo
Updates:
        Labels: Milestone-1.2 Importance-High

Comment #2 on issue 3520 by [hidden email]: Workspaces do not  
recognize previously evaluated temps
http://code.google.com/p/pharo/issues/detail?id=3520

I just saw that, too. Horrible


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3520 in pharo: Workspaces do not recognize previously evaluated temps

pharo
Updates:
        Status: Accepted

Comment #3 on issue 3520 by [hidden email]: Workspaces do not  
recognize previously evaluated temps
http://code.google.com/p/pharo/issues/detail?id=3520

Worked in 12283

Stopped to worked somehow until 12294.



Reply | Threaded
Open this post in threaded view
|

Re: Issue 3520 in pharo: Workspaces do not recognize previously evaluated temps

pharo

Comment #4 on issue 3520 by [hidden email]: Workspaces do not  
recognize previously evaluated temps
http://code.google.com/p/pharo/issues/detail?id=3520

It's the same in any text zone ...


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3520 in pharo: Workspaces do not recognize previously evaluated temps

pharo
Updates:
        Labels: Milestone-1.3

Comment #5 on issue 3520 by [hidden email]: Workspaces do not  
recognize previously evaluated temps
http://code.google.com/p/pharo/issues/detail?id=3520

(No comment was entered for this change.)


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3520 in pharo: Workspaces do not recognize previously evaluated temps

pharo

Comment #6 on issue 3520 by [hidden email]: Workspaces do not recognize  
previously evaluated temps
http://code.google.com/p/pharo/issues/detail?id=3520

- this should fix the issue

Attachments:
        workspace-bindings-fix.1.cs  869 bytes


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3520 in pharo: Workspaces do not recognize previously evaluated temps

pharo
Updates:
        Status: Fixed

Comment #7 on issue 3520 by [hidden email]: Workspaces do not  
recognize previously evaluated temps
http://code.google.com/p/pharo/issues/detail?id=3520

(No comment was entered for this change.)


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3520 in pharo: Workspaces do not recognize previously evaluated temps

pharo

Comment #8 on issue 3520 by [hidden email]: Workspaces do not  
recognize previously evaluated temps
http://code.google.com/p/pharo/issues/detail?id=3520

12316

TODO: 1.3


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3520 in pharo: Workspaces do not recognize previously evaluated temps

pharo
Updates:
        Status: Closed

Comment #9 on issue 3520 by [hidden email]: Workspaces do not  
recognize previously evaluated temps
http://code.google.com/p/pharo/issues/detail?id=3520

13007


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3520 in pharo: Workspaces do not recognize previously evaluated temps

pharo
Updates:
        Status: FixProposed

Comment #10 on issue 3520 by [hidden email]: Workspaces do not  
recognize previously evaluated temps
http://code.google.com/p/pharo/issues/detail?id=3520

The bug is there again


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3520 in pharo: Workspaces do not recognize previously evaluated temps

pharo

Comment #11 on issue 3520 by [hidden email]: Workspaces do not  
recognize previously evaluated temps
http://code.google.com/p/pharo/issues/detail?id=3520

in 12329 Core and Full


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3520 in pharo: Workspaces do not recognize previously evaluated temps

pharo
Updates:
        Cc: hilaire.fernandes

Comment #12 on issue 3520 by [hidden email]: Workspaces do not  
recognize previously evaluated temps
http://code.google.com/p/pharo/issues/detail?id=3520

Hilaire, can you check?

Workspace is kind of unusable...


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3520 in pharo: Workspaces do not recognize previously evaluated temps

pharo
Updates:
        Cc: -hilaire.fernandes aplantec

Comment #13 on issue 3520 by [hidden email]: Workspaces do not  
recognize previously evaluated temps
http://code.google.com/p/pharo/issues/detail?id=3520

Ups, not Hilaire... I meant Alain, sorry.


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3520 in pharo: Workspaces do not recognize previously evaluated temps

pharo

Comment #14 on issue 3520 by [hidden email]: Workspaces do not  
recognize previously evaluated temps
http://code.google.com/p/pharo/issues/detail?id=3520

yes, I take it.



Reply | Threaded
Open this post in threaded view
|

Re: Issue 3520 in pharo: Workspaces do not recognize previously evaluated temps

pharo

Comment #15 on issue 3520 by [hidden email]: Workspaces do not  
recognize previously evaluated temps
http://code.google.com/p/pharo/issues/detail?id=3520

#bindingOf: have to be defined in TextMorphForEditView because it is passed  
as the requestor in SmalltalkEditor>>evaluateSelection.

SLICE-Issue-3520-Workspaces-do-not-recognize-previously-evaluated-temps in  
InBox

hope it is ok now.



Reply | Threaded
Open this post in threaded view
|

Re: Issue 3520 in pharo: Workspaces do not recognize previously evaluated temps

pharo

Comment #16 on issue 3520 by [hidden email]: Workspaces do not  
recognize previously evaluated temps
http://code.google.com/p/pharo/issues/detail?id=3520

No, I can not merge.

Maybe we should go back to changesets for changes that are for both 1.2 and  
and 1.3?


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3520 in pharo: Workspaces do not recognize previously evaluated temps

pharo

Comment #17 on issue 3520 by [hidden email]: Workspaces do not  
recognize previously evaluated temps
http://code.google.com/p/pharo/issues/detail?id=3520

Here is the .cs



Attachments:
        Issue-3520.1.cs  238 bytes


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3520 in pharo: Workspaces do not recognize previously evaluated temps

pharo

Comment #18 on issue 3520 by [hidden email]: Workspaces do not  
recognize previously evaluated temps
http://code.google.com/p/pharo/issues/detail?id=3520

in 12330

TODO: 1.3


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3520 in pharo: Workspaces do not recognize previously evaluated temps

pharo
Updates:
        Status: Closed

Comment #19 on issue 3520 by [hidden email]: Workspaces do not  
recognize previously evaluated temps
http://code.google.com/p/pharo/issues/detail?id=3520

in 13036