Jan. 26, 2011
9:54 a.m.
Status: Fixed Owner: Benjamin...@gmail.com Labels: Type-Seed Milestone-1.3 New issue 3597 by Benjamin...@gmail.com: 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