Issue 3597 in pharo: Fix RemoteString API

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

Issue 3597 in pharo: Fix RemoteString API

pharo
Status: Fixed
Owner: [hidden email]
Labels: Type-Seed Milestone-1.3

New issue 3597 by [hidden email]: Fix RemoteString API
http://code.google.com/p/pharo/issues/detail?id=3597

RemoteString >>#text used to return a String, and for each instance of  
RemoteString:
           each string = each text

Looks weird ...

Due to that, you had some message like:

           MyObject newString: classComment text

Moreover, due to the use of text instead of string, you couldn't substitute  
a RemoteString and a String :)

Attachments:
        FixRemoteStringAPI.1.cs  1.4 KB


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3597 in pharo: Fix RemoteString API

pharo
Updates:
        Status: Closed

Comment #1 on issue 3597 by [hidden email]: Fix RemoteString API
http://code.google.com/p/pharo/issues/detail?id=3597

in 13022