-
Notifications
You must be signed in to change notification settings - Fork 52
CG-10508: Docs explain differences between SourceFile and File types #138
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
Conversation
CG-10508 Get `File.get_symbol(...)` in docs
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jemeza-codegen can we make it more obvious that using raw File
is the minority case, and the majority of the time you are iterating over SourceFile?
codegen-bot seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
…138) # Motivation SourceFile is currently not mentioned in the Building with Codegen Section # Content Add content explaining the differences between SourceFile and File - [x] I have added tests for my changes (N/A) - [x] I have updated the documentation or added new documentation as needed - [x] I have read and agree to the [Contributor License Agreement](../CLA.md) --------- Co-authored-by: codegen-bot <[email protected]>
Motivation
SourceFile is currently not mentioned in the Building with Codegen Section
Content
Add content explaining the differences between SourceFile and File