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

Projection: Support variables #854

Open
timotheeguerin opened this issue Aug 12, 2022 · 1 comment
Open

Projection: Support variables #854

timotheeguerin opened this issue Aug 12, 2022 · 1 comment
Labels
design:needed A design request has been raised that needs a proposal
Milestone

Comments

@timotheeguerin
Copy link
Member

Projection don't have variables which prevent scenarios like this:

var projectedName = getProjectedName(self, wire);
if(projectedName) {
  self::rename(projectedName);
}

you can always have something like this but this prevent more complex projections

if hasProjectedname(self, wireName) {
  self::rename(getProjectedName(self, wireName));
}
@timotheeguerin timotheeguerin added the design:needed A design request has been raised that needs a proposal label Aug 12, 2022
@ghost ghost added the Needs Triage label Aug 12, 2022
@markcowl markcowl added this to the [2022] October milestone Aug 16, 2022
@markcowl
Copy link
Contributor

pri: 2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
design:needed A design request has been raised that needs a proposal
Projects
None yet
Development

No branches or pull requests

3 participants