-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Corrected documentation on FullSpan and Span #6
Conversation
Looks good to me. |
I agree this LGTM. Once we are in a position to merge code based PR's this will be merged in. |
Wow, thos are some misleading doc comments 😄 |
👍 |
@JoshVarty can you sign the following please if you haven't already? That will allow us to merge this in once we flip the switch this weekend. At some point next week this process will become automated and won't need me posting messages to make it happen 😄 |
Done ✔️ |
Corrected documentation on FullSpan and Span
* Call this.DeclaringCompilation.EnsureReadOnlyAttributeExists() when needed * Promote EmbeddedAttribute to be used by both compilers * Generate Embedded attributes on PE Module Builder * Thread PEModuleBuilder through Symbol.AddSynthesizedAttributes() * Fix failing tests * Base case passing * Refactor ReadOnlyAttribute to IsReadOnlyAttribute * Fix build break * More Tests * Clean up * PR Comments #1 PR Comments #3 PR Comments #4 PR Comments #5 PR Comments #6 PR Comments # 7 * Handle NoPIA Added more tests * Lambdas and Local functions no longer generate attributes in symbols Added tests for constructors and operators Signal need for synthesized attributes in local rewriter for lambdas an local functions Clean up * Clean up * More PR Feedback * Adding more tests * More PR Comments * More tests for explicit interface implementations * Latest PR Comments * Moved EnsureIsReadOnlyAttributeExists to AfterAddingTypeMembersChecks * Fix failing tests
Support multiple positions in AutomaticLineEnderTests
As per the Incorrect Docs on FullSpan/Span properties issue, the documentation was reversed on a few of these pairs.