You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
------------------------------- q-doc-parser.q --------------------------------
index 448f4c1..e4761d7 100644
@@ -132,8 +132,8 @@
namespaces:fills?[namespaceSwitches;`$2_/:funcSignatures;`];
/ Recover namespace for each function
- funcAndArgs:(!). flip(({$[(~).(first;last)@\:y;`;$[(null x)or(y[0]like ".*");::;` sv x,]`$y 0]}@/:namespaces),\:last)@\:'":"vs/:funcSignatures;
- funcAndArgs:{ $[not "{["~2#x; :enlist`$"..."; :`$";" vs x where not any x in/:"{[]} "] } each funcAndArgs;
+ funcAndArgs:(!). flip(({$[(~).(first;last)@\:y;`;$[(null x)or(y[0]like ".*");::;` sv x,]`$y 0]}@/:namespaces),\:{":"sv 1_x})@\:'":"vs/:funcSignatures;
+ funcAndArgs:{ $[not "{["~2#x; :enlist`$"..."; :`$";" vs x where not any((count[x]^first x ss"]")#x)in/:"{[]} "] } each funcAndArgs;
commentLines:{last[y]+(last[y]_x)?z}[file]\[0;funcSignatures];
commentLines:commentLines - til each deltas commentLines;
The text was updated successfully, but these errors were encountered:
A possible bugfix:
The text was updated successfully, but these errors were encountered: