Skip to content

Commit

Permalink
Remove help from q (#578)
Browse files Browse the repository at this point in the history
* Remove `help` function from the `.q` namespace

this causes errors if there are other fucntions called `help` or
function parameters called `help`

* Add logs dir and tplogs dir to .gitignore

---------

Co-authored-by: Andrew Steele <[email protected]>
  • Loading branch information
drewsteele and Andrew Steele authored Jul 17, 2023
1 parent edad5b0 commit 50a96d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
.DS_Store

logs/*
!logs/dummy.log

tplogs/*
1 change: 0 additions & 1 deletion code/common/help.q
Original file line number Diff line number Diff line change
Expand Up @@ -346,4 +346,3 @@ TXT,:(enlist`verbs)!enlist(
"dependency::expression (when not in function definition)"
)
DIR,:(enlist`verbs)!enlist`$"verbs/functions"
.q.help:.help.display

0 comments on commit 50a96d6

Please sign in to comment.