Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion code/common/api.q
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ list:{[ns;vartype]
api iasc (exec name from .api.detail)?api`name}

// get all the namespaces in . form

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could also update the comment // get all non-empty namespaces in . form to align with the change

allns:{`$(enlist enlist "."),".",/:string key `}
allns:{a:`$(enlist enlist "."),".",/:string key `;a where 1<count each key each a}

// Dump out everything across all name spaces
fullapi:{
Expand Down