Remix.run Logo
layer8 10 hours ago

But the image isn’t just the code, or classes, it’s also the network of objects (instances). And that’s more difficult to version, or to merge branches of.

igouy 8 hours ago | parent [-]

Given that the instantiation of those objects has been triggered by Smalltalk commands; those Smalltalk commands can be recorded and versioned and replayed to instantiate those objects.

layer8 7 hours ago | parent [-]

It means that versioning operations, even just displaying the history, effectively have to run the full image from the beginning of the history, or take intermediate snapshots of the image. In addition, there is interaction between the source code changes and the recorded command history. It also doesn't address how merging would be practical. You would have to compare the state of two images side-by-side, or rather three, for three-way merges.

cess11 2 hours ago | parent [-]

This isn't more of a nuisance than things like web testing where you automate login and navigation.