<div dir="ltr">Hello All,<div><br></div><div style>I would like to commit my branch located at branches/scratch_indication to the trunk. This branch contains modifications to registry and shared framework that make fields have additional logicals that determine if they are scratch variables or not.</div>

<div style><br></div><div style>In addition, it allows persistent variables to be passed into the scratch allocation and deallocation routines without any negative consequences. If someone passes a persistent variable into the scratch routines, they simply return without any action.</div>

<div style><br></div><div style>This allows developers the ability to change a scratch variable into a persistent variable, and write it to an output file without having to change code. Then after debugging is finished, the variable can be moved back to a scratch variable again without changing any code.</div>

<div style><br></div><div style>The additions to the field type are:</div><div style>logical :: isPersistent<br></div><div style><br></div><div style>where Registry sets the value of this.</div><div style><br></div><div style>

As this has no negative impact on any cores currently, I would like to push it onto the trunk tomorrow prior to my xml_registry merge. </div><div style><br></div><div style>If anyone has any comments or questions please let me know.</div>

<div style><br></div><div style>Thanks,</div><div style>Doug</div></div>