Author Topic: call_list_safe  (Read 6462 times)

jporkkahtc

  • Senior Community Member
  • Posts: 2620
  • Hero Points: 210
  • Text
call_list_safe
« on: July 25, 2017, 04:54:26 PM »
If a call_list target function causes a slick-stack then Slick         
can get into a bad state where it keeps calling this function and     
the function keeps crashing.                                           
For targets like "_switchbuf_" this can be unrecoverable.             
                                                                       
This safe version of call_list keeps track - so if a function doesn't 
return, it won't get called again -- instant recovery.                 
Restarting slickedit clears its memory of bad functions.               

Added this to the git repo: https://github.com/jporkka/slickMacros.git
« Last Edit: October 30, 2017, 06:58:03 PM by jporkkahtc »