在开发mojo stdlib的时候, 发现目前上游的断言报错非常简单, 只是告诉了开发者以及用户你的代码写错了, 但是没有C语言的那种明确的行列号的信息
Unhandled exception caught during execution: AssertionError: condition was unexpectedly False
mojo: error: execution exited with a non-zero result: 1
其实这个对开发者以及用户是非常不友好的, 报错信息不够详细, 所以向上游提了一个Feature Request
的issue