You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by "Lunderberg (via GitHub)" <gi...@apache.org> on 2023/09/26 20:37:20 UTC

[GitHub] [tvm] Lunderberg opened a new pull request, #15824: [TVMScript] Preserve traceback across TVMScript parsing

Lunderberg opened a new pull request, #15824:
URL: https://github.com/apache/tvm/pull/15824

   Prior to this commit, exceptions raised during the parsing of TVMScript would be caught and replaced with a new exception.  While this does allow the TVMScript location of the error to be included in the exception, it also removes the stack trace of the original error. This commit updates the `Parser.report_error` function to provide the original stack trace alongside the updated exception object.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] Lunderberg merged pull request #15824: [TVMScript] Preserve traceback across TVMScript parsing

Posted by "Lunderberg (via GitHub)" <gi...@apache.org>.
Lunderberg merged PR #15824:
URL: https://github.com/apache/tvm/pull/15824


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org