]> gitweb.factorcode.org Git - factor.git/commit
fixups: Initial commit of a code migration feature.
authorDoug Coleman <doug.coleman@gmail.com>
Thu, 30 Dec 2021 05:14:40 +0000 (23:14 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Thu, 30 Dec 2021 08:25:26 +0000 (02:25 -0600)
commit5da49e06f38a8266d4b636114bde5f23e95144f4
tree8ae7f7ed476951ab5538e383db0481a65142eb26
parentf401f5e3f846bf93b1621d17a605538c4ab93fd8
fixups: Initial commit of a code migration feature.

Fixups inspect an error thrown and eventually offer restarts or
messages that something changed and in which version of Factor.

For instance, if we renamed `lines` to `read-lines` in .99,
the restart for `lines not found` will offer that it was
renamed to `read-lines`.
basis/fixups/authors.txt [new file with mode: 0644]
basis/fixups/fixups.factor [new file with mode: 0644]