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

Add Symbol references #149

Merged
merged 1 commit into from
Sep 3, 2019
Merged

Add Symbol references #149

merged 1 commit into from
Sep 3, 2019

Conversation

mtdowling
Copy link
Member

Symbol references are used when a symbol's definition or using a symbol
requires that other symbols are also available. This is used for things
like generating or using generic types that refer to other symbols. Code
generators can iterate over references to ensure that all of the
required imports for using a symbol are defined.

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Symbol references are used when a symbol's definition or using a symbol
requires that other symbols are also available. This is used for things
like generating or using generic types that refer to other symbols. Code
generators can iterate over references to ensure that all of the
required imports for using a symbol are defined.
@mtdowling mtdowling merged commit a81662e into master Sep 3, 2019
@mtdowling mtdowling deleted the add-symbol-references branch September 3, 2019 19:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants