Skip to content

Add Symbol references#149

Merged
mtdowling merged 1 commit intomasterfrom
add-symbol-references
Sep 3, 2019
Merged

Add Symbol references#149
mtdowling merged 1 commit intomasterfrom
add-symbol-references

Conversation

@mtdowling
Copy link
Copy Markdown
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 requested a review from kstich September 3, 2019 17:26
@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