Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

node-symbol can probably be a string #21

Open
waywardmonkeys opened this issue Mar 20, 2015 · 0 comments
Open

node-symbol can probably be a string #21

waywardmonkeys opened this issue Mar 20, 2015 · 0 comments

Comments

@waywardmonkeys
Copy link
Member

From a quick inspection:

batavia:command-interface bruce (master) $ git grep node-symbol
command-interface/building.dylan:        if (instance?(s, <symbol-node>) & (node-symbol(s) == symbol))
command-interface/help.dylan:      cmd-title := add(cmd-title, as(<string>, node-symbol(node)));
command-interface/nodes.dylan:  slot node-symbol :: <symbol>,
command-interface/nodes.dylan:  format(stream, "%s", node-symbol(object));
command-interface/nodes.dylan:  as(<string>, node-symbol(node));
command-interface/nodes.dylan:  starts-with?(as(<string>, node-symbol(node)),
command-interface/nodes.dylan:                  complete-options: list(as(<string>, node-symbol(node))));
command-interface/nodes.dylan:  format(stream, "%s - %s", node-symbol(object), command-help(object));
command-interface/nodes.dylan:                  complete-options: list(as(<string>, node-symbol(node))));
command-interface/nodes.dylan:  concatenate(as(<string>, node-symbol(node)),
command-interface/nodes.dylan:  starts-with?(as(<string>, node-symbol(node)),
command-interface/nodes.dylan:                  complete-options: list(as(<string>, node-symbol(node))));

Almost every use is treating it as a string.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant