There is still a registry entry for strings that points to the strings 1.0 package.
If strings is still being used it should be picked up from the Open Dylan installation or (if it's not in the OD install) the user should get an error.
Conceptually, we should simply remove the entire registry directory before dylan update generates a new one. What I would prefer is to actually show the changes that were made, so just note the files that exist at the start and remove any that don't get overwritten.
dylan update
dylan update
strings
that points to the strings 1.0 package.If
strings
is still being used it should be picked up from the Open Dylan installation or (if it's not in the OD install) the user should get an error.Conceptually, we should simply remove the entire registry directory before
dylan update
generates a new one. What I would prefer is to actually show the changes that were made, so just note the files that exist at the start and remove any that don't get overwritten.