You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dalehenrich
changed the title
(v3) all use of readProjectSet: should be removed from the Rowan
(v3) all use of readProjectSet: should be removed from Rowan3
Apr 10, 2024
dalehenrich
changed the title
(v3) all use of readProjectSet: should be removed from Rowan3
(v3) RwProject>>reload should use #loadedLoadSpecifications as starting point to ENSURE that loaded project specifications are honored correctly
Apr 10, 2024
Slight change in semantics of reload is required (not reading specs from disk) for the most common case of picking up changes from a new commit ...
Picking up specification changes from disk is way too complicated to do automatically, because we do not know what choices the developer made during the initial load (mainly involving changes to projectHomes, but custom attribute changes count as well), so the best solution is to remove the project(s) from the image and repeat the initial load expression or to replace loaded load specs with new copies read from disk or ....)
The implementation of reload should use the loadedLoadSpecificaions/read:/load sequence:
The text was updated successfully, but these errors were encountered: