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 2022/08/04 14:30:06 UTC

[GitHub] [tvm] kparzysz-quic opened a new pull request, #12304: [TVMScript] Make classes derived from ObjectPath non-nullable

kparzysz-quic opened a new pull request, #12304:
URL: https://github.com/apache/tvm/pull/12304

   `ObjectPath` is marked as non-nullable, which causes it not to have a default constructor. The derived classes, on the other hand, are not marked as such, thus getting an explicitly defaulted default constructor (via TVM macros). This constructor can't actually be called since it ends up being deleted, so the derived classes are effectively non-nullable.


-- 
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] kparzysz-quic commented on pull request #12304: [TVMScript] Make classes derived from ObjectPath non-nullable

Posted by GitBox <gi...@apache.org>.
kparzysz-quic commented on PR #12304:
URL: https://github.com/apache/tvm/pull/12304#issuecomment-1205337336

   cc: @gbonik 


-- 
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] kparzysz-quic merged pull request #12304: [TVMScript] Make classes derived from ObjectPath non-nullable

Posted by GitBox <gi...@apache.org>.
kparzysz-quic merged PR #12304:
URL: https://github.com/apache/tvm/pull/12304


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