Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeGraph: Switch from pointers to references #208

Merged
merged 1 commit into from
Jul 6, 2023

Conversation

ajor
Copy link
Contributor

@ajor ajor commented Jul 5, 2023

References must always have a value, so are semantically clearer than pointers for variables which must always be set.

No functional changes.

@ajor ajor force-pushed the type-graph-references branch 3 times, most recently from 15f7423 to ac43cff Compare July 6, 2023 13:55
References must always have a value, so are semantically clearer than
pointers for variables which must always be set.

No functional changes.
@ajor ajor force-pushed the type-graph-references branch from ac43cff to d7ee5ff Compare July 6, 2023 14:02
@ajor ajor marked this pull request as ready for review July 6, 2023 14:02
@ajor ajor merged commit e1b16a3 into facebookexperimental:main Jul 6, 2023
@ajor ajor deleted the type-graph-references branch July 6, 2023 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants