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=3597RemoteString >>#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