diff options
author | Gianni Ceccarelli <gianni.ceccarelli@broadbean.com> | 2023-07-14 12:26:36 +0100 |
---|---|---|
committer | Gianni Ceccarelli <gianni.ceccarelli@broadbean.com> | 2023-07-14 12:26:36 +0100 |
commit | 8fa0f25dbc596431508a398291cb2a5e25b5660c (patch) | |
tree | 869cca6cc03aed9d7081d1cb403e2891792ad17b /bos-mop.sh | |
parent | fix find-method-into (diff) | |
download | bash-object-system-8fa0f25dbc596431508a398291cb2a5e25b5660c.tar.gz bash-object-system-8fa0f25dbc596431508a398291cb2a5e25b5660c.tar.bz2 bash-object-system-8fa0f25dbc596431508a398291cb2a5e25b5660c.zip |
much better encoding
Diffstat (limited to 'bos-mop.sh')
-rw-r--r-- | bos-mop.sh | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,7 +1,8 @@ #!bash -bos_namespaces__bos__mop__base__meta="bos-dipatch/invoke bos/mop/base 0" -declare -a bos_namespaces__bos__mop__base__mro=( "bos/mop/base" ) +# this encoding must match bos-namespaces/encode-into +bos_5fbos_2fmop_2fbase_5fmeta="bos-dipatch/invoke bos/mop/base 0" +declare -a bos_5fbos_2fmop_2fbase_5fmro=( "bos/mop/base" ) # these are instance methods of the base metaclass |