Issues.00456 - lordmundi/wikidoctest GitHub Wiki
00456: doug.load_plugin tcl command doesn't update dougplugininfo array
Summary: doug.load_plugin tcl command doesn't update dougplugininfo array
Created: 2012–11–15 08:53
Status: Released
Category: Bug
From: frankie
Version: 2.2
Released_In: 2.3
Description:
the doug.load_plugin tcl command successfully takes command line arguments and passes them to the plugin being loaded. However, after loading via this mechanism, the dougplugininfo(*,args) array isn't updated to reflect the new arguments. It is always empty. Loading the plugin at init successfully fills in the array however.
Comments
brad Jan 02 2013 at 10:38am: This has been fixed.
Associated Commits
| commit | 525fcf2e6c787da0e9ab2ca5f1a59a42f3fd4809
link6 |
||
| Author: | Brad Bell
|
| Date: | Wed Jan 2 10:37:57 2013 -0600
|
| Message: | [@Issue 00456: Fixed bug that caused doug.load_plugin to not update the
plugin_info args array @] |
Affected Files:
bin_Darwin/doug | Bin 1849288 -> 1849072 bytes
bin_Linux_FC3/doug | Bin 667688 -> 667860 bytes
bin_Win32/doug.exe | Bin 1843259 -> 1843259 bytes
3 files changed, 0 insertions(+), 0 deletions(-)
| commit | ef5c7d35ac58ad2d3c501545af1bc0629d57f3ba
link7 |
||
| Author: | Frank Graffagnino
|
| Date: | Thu Nov 15 09:05:20 2012 -0600
|
| Message: | [@Issue 00357: Added workaround for Issue 00456.
@] |
Affected Files:
gui/dcomm_client_auto_reconnect.tcl | 17 +++++++++±------
1 file changed, 10 insertions(+), 7 deletions(-)
| commit | cd07e9fb45914d73d7d78d25afaba368bd49cbf1
link8 |
||
| Author: | Brad Bell
|
| Date: | Wed Jan 2 10:32:51 2013 -0600
|
| Message: | [@EDGE Issue 00456: fixed bug where arguments that were passed in via
doug.load_plugin were not being added to the plugin_info array @] |
Affected Files:
src/doug/doug.c | 15 +++++++++++++++
1 file changed, 15 insertions(+)