> On 4 Apr 2017, at 19:00, Denis Kudriashov <[email protected]> wrote: > > > 2017-04-04 18:45 GMT+02:00 Esteban Lorenzano <[email protected] > <mailto:[email protected]>>: >> > I think you are wrong because I check it carefully in Squeak and I found >> > it on github >> > https://github.com/OpenSmalltalk/opensmalltalk-vm/search?utf8=✓&q=primitiveFindSubstring&type= >> > >> > <https://github.com/OpenSmalltalk/opensmalltalk-vm/search?utf8=%E2%9C%93&q=primitiveFindSubstring&type=>. > > still is not there, because is not the same primitive :) > > Does it also means that latest VM is built differently then stable? > (primitive works on stable pharo). I just thought that we already moved to > opensmalltalk build process.
stable works because the bug ByteString>>#find… instead of String>>#find… was introduced later.
