Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcdonald3 committed Nov 17, 2021
1 parent 10a85a8 commit bf5dcfc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/CommandMap.chpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ module CommandMap {
use Message;
use MultiTypeSymbolTable;

// This is a dummy function to get the signature of the Arkouda
// server FCF. Ideally, the `func()` function would be able to
// construct the FCF type, but there is no way to generate a
// FCF that throws using `func()` today.
proc akMsgSign(a: string, b: string, c: borrowed SymTab): MsgTuple throws {
var rep = new MsgTuple("dummy-msg", MsgType.NORMAL);
return rep;
Expand Down

0 comments on commit bf5dcfc

Please sign in to comment.