On 4 Apr 2017, at 19:00, Denis Kudriashov <dionisiydk@gmail.com> wrote:
2017-04-04 18:45 GMT+02:00 Esteban Lorenzano <estebanlm@gmail.com <mailto:estebanlm@gmail.com>>:
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=pr...>.
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.