-
-
Notifications
You must be signed in to change notification settings - Fork 825
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
Stop passing exportMode, componentTable and ids by reference in export hook #15302
Stop passing exportMode, componentTable and ids by reference in export hook #15302
Conversation
(Standard links)
|
I would add |
…ted function warning for if change
done @MegaphoneJon |
Jenkins re test this please |
I reviewed this from both a code and |
Regarding this explanation:
Why don't we need to pass that by reference? Is it because it never really worked? Maybe the old code was over-promising/ill-conceived? Or maybe it worked, but it became irrelevant because of some other change? Or maybe we realized that the functionality causes more harm than good? Or we found that there was no person (in MM) and no code (in I'm not saying that this particular issue needs a long explanation - but, generally, |
@totten i have fleshed out the description a bit |
Cheers @seamuslee001 👍 |
Overview
As per discussion on a recent export ticket it was discovered that its practically impossible to alter exportMode, ComponentTable and the ids array according to @MegaphoneJon #15266 (comment) and backed up by @scardinius #15266 (comment)
ping @MegaphoneJon @eileenmcnaughton @scardinius