summaryrefslogtreecommitdiff
path: root/meta-stuff.rst.txt
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2023-07-22 12:35:39 +0100
committerdakkar <dakkar@thenautilus.net>2023-07-22 12:35:39 +0100
commit6b3f9cb909df162345d9f5a001abeb0d3df31ce9 (patch)
tree32d89ba43faaea0ebfe69f9aaa8f002c7b9e57bd /meta-stuff.rst.txt
parentmove tests to actual test programs (diff)
downloadbash-object-system-6b3f9cb909df162345d9f5a001abeb0d3df31ce9.tar.gz
bash-object-system-6b3f9cb909df162345d9f5a001abeb0d3df31ce9.tar.bz2
bash-object-system-6b3f9cb909df162345d9f5a001abeb0d3df31ce9.zip
`*-into` always takes the destination as `$1`
Diffstat (limited to 'meta-stuff.rst.txt')
-rw-r--r--meta-stuff.rst.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-stuff.rst.txt b/meta-stuff.rst.txt
index 96c33a9..2a990e8 100644
--- a/meta-stuff.rst.txt
+++ b/meta-stuff.rst.txt
@@ -1,9 +1,11 @@
-next bits…
+done bits
* fix all the ``*-into`` functions/methods to take the destination
variable name as 1st argument (otherwise optional arguments become a
mess)
+next bits…
+
* expose namespace open/close, and ``namespace $name; do …; done``
- use them inside ``class_open`` / ``class_close``