From 50a96d6bfd9c66e17cb6742d953d22e20425a2e3 Mon Sep 17 00:00:00 2001 From: drewsteele Date: Mon, 17 Jul 2023 17:14:42 +0100 Subject: [PATCH] Remove help from q (#578) * 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 --- .gitignore | 5 +++++ code/common/help.q | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e43b0f988..e86c9dbb0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,6 @@ .DS_Store + +logs/* +!logs/dummy.log + +tplogs/* diff --git a/code/common/help.q b/code/common/help.q index ef44a8b9e..ec90ccc47 100644 --- a/code/common/help.q +++ b/code/common/help.q @@ -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