| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
Copilot reviewed 10 out of 10 changed files in this pull request and generated no comments.
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
Sorry, something went wrong.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
Hmm, seems like isTupleType now means different things between the function by that name in the checker and the exposed API function. From the checker's point of view, isTupleType returns true if the given type is a type reference to a synthesized tuple base class (which will have ObjectFlagsTuple set). But, if I'm not mistaken, that's what isTupleTypeReference in the API now does. And I'm not quite sure what the API's isTupleType does? |
Sorry, something went wrong.
|
I should add here that a synthesized tuple base class instance also serves as a type reference to itself. So, the synthesized tuple base class has both ObjectFlagsTuple and ObjectFlagsReference set. This is the same pattern as regular class and interface types. |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM if this is what Anders was saying made sense
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Fixes #63869
Fixes #64065
Closes #64066
The client-side API now has