ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> incrtcl-develop
incrtcl-develop
[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

Privacy Policy | Email Opt-out | Feedback | Syndication
© 2004 ActiveState, a division of Sophos All rights reserved