hpi-swa / Squot

Squeak Object Tracker - Version control for arbitrary objects, currently with Git storage
Other
58 stars 29 forks source link

Redundant override of `PositionableStream>>#peek:` #402

Open LinqLover opened 1 year ago

LinqLover commented 1 year ago

Since Collections-ct.1026 (Squeak 6.1Alpha), PositionableStream>>#peek: is in the Trunk. Unfortunately, FileSystem-Git still overrides it, causing my working copy for Collections not to be empty. This method should either be moved into a compatibility package or at least into a category with an -override suffix.