cda-group / arc

Programming Language for Continuous Deep Analytics
https://cda-group.github.io/arc/
44 stars 6 forks source link

Implement panic for the mlir arc dialect #275

Closed frej closed 3 years ago

frej commented 3 years ago

LGTM. Once we have strings we could add so the message can be a variable.

Or a format string, and the variables would be arguments. That way we won't have to instantiate a string constant for static messages.