xls icon indicating copy to clipboard operation
xls copied to clipboard

DSLX: Confusing error message when spawning unknown proc

Open RobSpringer opened this issue 2 years ago • 0 comments

proc foo {
  config {
    spawn does_not_exist(...)(...);
    ()
  }
  next(tok: Token) { ... }
}

Trying to interpret this results in the error message "ParseError: Cannot find a definition for name: 'does_not_exist'", instead of "unknown proc, etc". Plz make user-friendlier.

RobSpringer avatar Aug 23 '22 17:08 RobSpringer