[JIT] fix alias assertion#36178
Conversation
💊 CircleCI build failures summary and remediationsAs of commit a9073f0 (more details on the Dr. CI page):
🕵️ 1 new failure recognized by patternsThe following build failures do not appear to be due to upstream breakages:
|
facebook-github-bot
left a comment
There was a problem hiding this comment.
@eellison has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
zdevito
left a comment
There was a problem hiding this comment.
Looks correct, but it may be possible to make the code paths' intent clearer.
facebook-github-bot
left a comment
There was a problem hiding this comment.
@eellison has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
Summary: AnyType wasn't listed as a mutable type, so the assertion triggered (yay!). Also update the `isMutableTypeInternal(from) != isMutableTypeInternal` logic to be more encompassing. Pull Request resolved: pytorch#36178 Differential Revision: D20922356 Pulled By: eellison fbshipit-source-id: 7060a62b18e98dc24b6004a66225c196aadb566e
Summary: AnyType wasn't listed as a mutable type, so the assertion triggered (yay!). Also update the `isMutableTypeInternal(from) != isMutableTypeInternal` logic to be more encompassing. Pull Request resolved: pytorch#36178 Differential Revision: D20922356 Pulled By: eellison fbshipit-source-id: 7060a62b18e98dc24b6004a66225c196aadb566e
AnyType wasn't listed as a mutable type, so the assertion triggered (yay!). Also update the
isMutableTypeInternal(from) != isMutableTypeInternallogic to be more encompassing.