[Incrtcl-develop] [ incrtcl-Bugs-1765589 ] auto_import of an ensemble fails
by SourceForge.net other posts by this author
Aug 1 2007 10:02AM messages near this date
[Incrtcl-develop] [ incrtcl-Bugs-1766617 ] Failed to compile itcl3.4 with tcl8.5(cvs head)
|
[Incrtcl-develop] [ incrtcl-Iwidgets Feature Requests-1758439 ] initialize combobox with defult value
Bugs item #1765589, was opened at 2007-08-01 17:02
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=113244&aid=1765589&group_id=13244
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Other
Group: cvs-HEAD
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Tony Borthwick (aborthwi)
Assigned to: David Gravereaux (davygrvy)
Summary: auto_import of an ensemble fails
Initial Comment:
Itcl_EnsembleCmd should test than an existing command that is not an ensemble is a stub rath
er than throwing an error.
file itcl_ensemble.c line 1665 insert the following:
if (cmd != NULL) {
if (Itcl_IsStub(cmd)) {
cmd = NULL;
}
}
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=113244&aid=1765589&group_id=13244
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now > > http://get.splunk.com/
_______________________________________________
Incrtcl-develop mailing list
Incrtcl-develop@[...].net
https://lists.sourceforge.net/lists/listinfo/incrtcl-develop
|