Skip to content

Commit 45a1d86

Browse files
committed
docs: note that namespace ensemble create is now supported
Signed-off-by: Steve Bennett <[email protected]>
1 parent 091b959 commit 45a1d86

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

README.namespaces

+1-6
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ Currently, the following namespace commands are supported.
115115
* delete - deletes all variables and commands with the namespace prefix
116116
* which - implemented
117117
* upvar - implemented
118+
* ensemble - 'create' command is implemented
118119

119120
namespace children, exists, path
120121
--------------------------------
@@ -126,12 +127,6 @@ or variable in the namespace.
126127
Command resolution is always done by first looking in the namespace and then
127128
at the global scope, so namespace path is not required.
128129

129-
namespace ensemble
130-
------------------
131-
The namespace ensemble command is not currently supported. A future version
132-
of Jim Tcl will have a general-purpose ensemble creation and manipulation
133-
mechanism and namespace ensemble will be implemented in terms of that mechanism.
134-
135130
namespace import, export, forget, origin
136131
----------------------------------------
137132
Since Jim Tcl namespaces are implicit, there is no location to store export patterns.

jim_tcl.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5794,7 +5794,7 @@ Provides namespace-related functions. See also: http://www.tcl.tk/man/tcl8.6/Tcl
57945794
+*namespace delete* '?namespace ...?'+::
57955795
Deletes all commands and variables with the given namespace prefixes.
57965796

5797-
+*namespace ensemble create*'+::
5797+
+*namespace ensemble create*+::
57985798
Creates an ensemble command for the current namespace (requires the 'ensemble' extension').
57995799

58005800
+*namespace eval* 'namespace arg ?arg...?'+::

0 commit comments

Comments
 (0)