|
Hi Blake, yes, the discussion was to change ⎕TZ on )LOAD. The general strategy of GNU APL to save as much information as possible because some information that looks like not being used today may become relevant at a later point in time. Removing ⎕TZ would not help with source control system, because there is another timestamp in the workspace file that changes as well when the workspace is )DUMPed or )SAVEd. Also, the order of objects in a workspace file may change when a workspace is )LOADed and then )SAVEd again. Therefore a source control system would detect a change in the file even if we would not store ⎕TZ. And I believe that is good because the state of the workspace has in fact changed, even though the variables or functions inside the workspace have not. /// Jürgen On 09/10/2015 04:48 AM, Blake McBride
wrote:
|
- [Bug-apl] ⎕TZ should not be saved Blake McBride
- Re: [Bug-apl] ⎕TZ should not be saved Elias Mårtenson
- Re: [Bug-apl] ⎕TZ should not be saved Blake McBride
- Re: [Bug-apl] ⎕TZ should not be saved Juergen Sauermann
- Re: [Bug-apl] ⎕TZ should not be saved Blake McBride
- Re: [Bug-apl] ⎕TZ should not be saved David B. Lamkins
- Re: [Bug-apl] ⎕TZ should not be saved Juergen Sauermann
