Allow any expression with IncludeMembers#3424
Merged
Conversation
390b3dd to
e36222b
Compare
8fc53cb to
a4ed2dc
Compare
7e7df3e to
d8648b8
Compare
d8648b8 to
3952ef1
Compare
703c7cf to
0e8a3f9
Compare
6e3fb3a to
238b889
Compare
Contributor
Author
|
@jbogard Review? :) |
238b889 to
a1175c3
Compare
…ings more than once
jbogard
approved these changes
Jun 4, 2020
Contributor
jbogard
left a comment
There was a problem hiding this comment.
Do we need any additions to the docs?
Contributor
Author
|
I don't think that restriction is mentioned anywhere. And for people already using it, it wouldn't be of much help. But I'll add smth if you think it's useful. |
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The idea is to cache the included members. In a variable for
Mapand in a let clause forProjectTo. I guess any expression doesn't necessarily sound like a good idea. We'll see :)