You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The source anchors have an endPos that is off by one, causing the number of lines calculation to read past the end of the stream (Pharo doesn't check for bad endPos and crashes because 'next' is nil).
The source anchors have an
endPosthat is off by one, causing the number of lines calculation to read past the end of the stream (Pharo doesn't check for bad endPos and crashes because 'next' is nil).