Re: Issue 52 in glassdb: String>>split: isn't consistent with Pharo implementation

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

Re: Issue 52 in glassdb: String>>split: isn't consistent with Pharo implementation

glassdb
Updates:
        Labels: -Milestone-1.0-beta.9 Milestone-1.0-beta.8.5

Comment #3 on issue 52 by [hidden email]: String>>split: isn't  
consistent with Pharo implementation
http://code.google.com/p/glassdb/issues/detail?id=52

see the discussion:

http://forum.world.st/Some-errors-td2529769.html

for more info

Reply | Threaded
Open this post in threaded view
|

Re: Issue 52 in glassdb: String>>split: isn't consistent with Pharo implementation

glassdb
Updates:
        Status: Fixed
        Labels: Fixed-1.0-beta.8.5

Comment #4 on issue 52 by [hidden email]: String>>split: isn't  
consistent with Pharo implementation
http://code.google.com/p/glassdb/issues/detail?id=52

#split: usage replaced with #findTokens: which behaves the same.

Name: Squeak-DaleHenrichs.250
Author: DaleHenrichs
Time: 12/08/2010, 10:39:57
UUID: 552d3115-a126-48a3-b203-4f52d7c21aa9
Ancestors: Squeak-DaleHenrichs.249

implemented Pharo version of #split:

Name: GsPharo-Core-DaleHenrichs.4
Author: DaleHenrichs
Time: 12/08/2010, 10:58:55
UUID: 0ef6994a-253f-477c-8f0c-097c24f3bed6
Ancestors: GsPharo-Core-DaleHenrichs.3


GsSqueakCommon is loaded into base and has implementations that are common  
to Squeak/Pharo
GsPharo is not loaded into base and has Pharo specific-implementations
GsSqueak is not loaded into base and has Squeak specific-implementations