Issue 3638 in pharo: look for sender of etoyCleaningLeftToDo

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

Issue 3638 in pharo: look for sender of etoyCleaningLeftToDo

pharo
Status: Accepted
Owner: [hidden email]

New issue 3638 by [hidden email]: look for sender of  
etoyCleaningLeftToDo
http://code.google.com/p/pharo/issues/detail?id=3638

there are still code to clean


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3638 in pharo: look for sender of etoyCleaningLeftToDo

pharo
Updates:
        Status: FixProposed
        Labels: Milestone-1.3

Comment #1 on issue 3638 by [hidden email]: look for sender of  
etoyCleaningLeftToDo
http://code.google.com/p/pharo/issues/detail?id=3638

The attached changeset removed the only method with this tag.

What it does is to remove ServerDirectory (and as we are already doing it,  
HttpSocket) from the ExternalSettings scheme that nobody is using anyway.

Attachments:
        RemoveHttpSocketSettings.1.cs  3.5 KB


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3638 in pharo: look for sender of etoyCleaningLeftToDo

pharo

Comment #2 on issue 3638 by [hidden email]: look for sender of  
etoyCleaningLeftToDo
http://code.google.com/p/pharo/issues/detail?id=3638

In the postscript, do


ExternalSettings registeredClients remove: ServerDirectory.
ExternalSettings registeredClients remove: HTTPSocket.



Reply | Threaded
Open this post in threaded view
|

Re: Issue 3638 in pharo: look for sender of etoyCleaningLeftToDo

pharo
Updates:
        Status: Closed

Comment #3 on issue 3638 by [hidden email]: look for sender of  
etoyCleaningLeftToDo
http://code.google.com/p/pharo/issues/detail?id=3638

in 13107