Feature Requests item #918831, was opened at 2004-03-18 16:29 Message generated for change (Comment added) made by stmane You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=482471&aid=918831&group_id=56967
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: None Group: None Status: Closed Priority: 5 Private: No Submitted By: Menzo Windhouwer (windhouw) Assigned to: Nobody/Anonymous (nobody) Summary: MIL namespaces Initial Comment: Modules/scripts developed independently can use the same variable/function names, which leads to binding conflicts or improper overloading when they are used together. For example mapi and tcpip both (used to) have a listen command, saxophone and the xml module both had a prefix command/variable. Currently there is no way to resolve these clashes, or even give the interpreter a hint, but explicitly renaming. By adding support for the use of implicit (module) or explicit namespaces these situations can be resolved more elegant. ---------------------------------------------------------------------- >Comment By: Stefan Manegold (stmane) Date: 2007-11-10 11:50 Message: Logged In: YES user_id=572415 Originator: NO Just for the records: (AFAIK), MAL enforces namespaces for functions; (AFAIK) not for variables, though. ---------------------------------------------------------------------- Comment By: Martin Kersten (mlkersten) Date: 2007-11-10 11:34 Message: Logged In: YES user_id=490798 Originator: NO MIL is deprecated and this feature will never be supported. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=482471&aid=918831&group_id=56967 ------------------------------------------------------------------------- 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/ _______________________________________________ Monetdb-bugs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/monetdb-bugs
