Re: Confirmation for 2.3

new topic     » goto parent     » topic index » view thread      » older message » newer message

Bernie Ryan writes:
> I hope this only means local unused routines, vars, constants,
> and not globals that are used in libraries.

It will remove anything that's safe to remove.
Most people are binding or shrouding complete programs.
In that case it will remove any unused global or local symbols.

routine_id("abc") will require that abc() be retained.
routine_id(expression) will require that all previously defined,
currently visible routines be retained.
 
A few people, such as yourself, are shrouding libraries.
I won't remove any globals from the main library file,
and maybe there will be an option to protect all globals.

Regards,
   Rob Craig
   Rapid Deployment Software
   http://www.RapidEuphoria.com

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu