Skip to content
Open
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/handlers/permissions.q
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ mainexpr:{[u;e;b;pr]
/ .q keywords
if[xdq e;:dotqf[u;e;b;pr]];
/ lambdas - value any dict args before razing
if[any (100 104h)in type each raze @[e;where 99h=type'[e];value]; :lamq[u;ie;b;pr]];
if[any (100 104h)in type each raze @[e;where 99h=type'[(),e];value]; :lamq[u;ie;b;pr]];
/ if we get down this far we don't have specific handling for the expression - require superuser
if[not (fchk[u;ALL;()] or fchk[u;`$string(first e);()]); $[b;'err[`expr][f]; :0b]];
$[b; exe ie; 1b]}
Expand Down