User Tools

Site Tools


current

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
current [2020/09/01 15:47] – 9.4.33 James Sentmancurrent [2020/09/01 15:50] – [9.4.33 Change Log:] James Sentman
Line 36: Line 36:
   * CHANGE: the global “thisUnit”, “thisScript” and “thisInterface” when used in a global handler will now be reset to what they would be if that script was running normally. So (thisScript) would return the name of the script that holds the handler and not the name of the script that is calling the handler as it did previously. This is a change from the previous behavior, but the previous behavior was not documented as on purpose and this seems more to me as to how it should work.   * CHANGE: the global “thisUnit”, “thisScript” and “thisInterface” when used in a global handler will now be reset to what they would be if that script was running normally. So (thisScript) would return the name of the script that holds the handler and not the name of the script that is calling the handler as it did previously. This is a change from the previous behavior, but the previous behavior was not documented as on purpose and this seems more to me as to how it should work.
   * FIX: If there was a script problem that caused the script queue timeout error to be logged the thisScript, thisUnit and thisInterface values were never cleared. This could lead to confusing logging for other script errors that might happen later as it could have claimed to be from the script that was left hung up in the background.   * FIX: If there was a script problem that caused the script queue timeout error to be logged the thisScript, thisUnit and thisInterface values were never cleared. This could lead to confusing logging for other script errors that might happen later as it could have claimed to be from the script that was left hung up in the background.
 +  * FIX: Previously if you deleted all the units in a List window you might have gotten a stack trace in the log and the window became unusable until you closed and re-opened it. This now works properly.
  
 ---- ----
current.txt · Last modified: 2024/02/05 17:53 by James Sentman