-
Notifications
You must be signed in to change notification settings - Fork 142
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
No need to put \rho to the object after taking \lambda #3790
Comments
@maxonfjvipon why so? |
@maxonfjvipon I think \rho should refer to the parent object. If object has a parent - it means that parent has an attribute which bound with current abstract object, but \lambda is an asset but not attribute and atom don't have don't have any more attributes (except void ones but they don't require \lambda to execute). |
@maxonfjvipon ok, make sense |
…ry#3790/join-shake-optimize bug(objectionary#3780): join `ShakeMojo` and `OptimizeMojo`
bug(#3790): fixed `AtWithRho` performance problems + not set rho to lambda
Here we're trying to copy and put \rho to the object that we get after executing \lambda. I suggest not to do this because:
@yegor256 WDYT?
The text was updated successfully, but these errors were encountered: