Dec. 18, 2010
12:16 p.m.
Updates: Cc: stephane.ducasse Comment #1 on issue 3453 by laurent.laffont: Primitive failed on ByteString>>copyFrom:To: http://code.google.com/p/pharo/issues/detail?id=3453 In Inbox: SLICE-Issue-3453-Primitive-failed-on-ByteStringcopyFromTo-LaurentLaffont.1 Tests + fix on Text: add check if start > stop and start > size. So one can write someText copyFrom: 10 to: 5, it will behave like copyFrom:5 to:10. With my little knowledge this fix may be naive: - shouldn't it be in SequenceableCollection ? - this may hide a real bug in the code that handle text selection in morphic / shout