You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/06/14 07:15:36 UTC

[GitHub] [tvm] electriclilies opened a new pull request #8248: [BUG FIX] Add _type_has_method_sequal_reduce to Span and SourceNode

electriclilies opened a new pull request #8248:
URL: https://github.com/apache/tvm/pull/8248


   Span and SourceName have the methods `SEqualReduce` but do not have the field `_type_has_method_sequal_reduce`, which causes failures if you try to assert_structural_equal on ASTs containing Spans or SourceNames. 
   
   This PR adds _type_has_method_sequal_reduce to Span and SourceName. 


-- 
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.

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



[GitHub] [tvm] masahi merged pull request #8248: [BUG FIX] Add _type_has_method_sequal_reduce to Span and SourceNode

Posted by GitBox <gi...@apache.org>.
masahi merged pull request #8248:
URL: https://github.com/apache/tvm/pull/8248


   


-- 
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.

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



[GitHub] [tvm] electriclilies commented on pull request #8248: [BUG FIX] Add _type_has_method_sequal_reduce to Span and SourceNode

Posted by GitBox <gi...@apache.org>.
electriclilies commented on pull request #8248:
URL: https://github.com/apache/tvm/pull/8248#issuecomment-861814199


   Thanks @masahi!


-- 
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.

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