Automattic / hostmgr

A tool for managing macOS VM hosts
Mozilla Public License 2.0
9 stars 3 forks source link

Fix Multipart slicing logic / off-by-one errors #94

Closed AliSoftware closed 5 months ago

AliSoftware commented 5 months ago

This PR builds on top of https://github.com/Automattic/hostmgr/pull/92 and is a followup of https://github.com/Automattic/hostmgr/pull/92#discussion_r1550266186, which made me notice that there was an off-by-one error in the logic slicing the data into parts.

The off-by-one error

Red/Green/Refactoring

I approached this using some R/G/R: