You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In c7416ab#diff-0bbbf3173979775c0d43c5237a287a4c, we changed PropertyInstruction to not override getArguments() with its own variant for the sake of consistency and changed this variant into a private function named getPropertyArguments().
As this is quite a big change and may cause problems downstream for people that expect PropertyInstruction subclasses to return more "manageable" arguments with getArguments(), we should make getPropertyArguments()public and let anyone downstream change their code to call that instead.
The text was updated successfully, but these errors were encountered:
In c7416ab#diff-0bbbf3173979775c0d43c5237a287a4c, we changed
PropertyInstruction
to not overridegetArguments()
with its own variant for the sake of consistency and changed this variant into aprivate
function namedgetPropertyArguments()
.As this is quite a big change and may cause problems downstream for people that expect
PropertyInstruction
subclasses to return more "manageable" arguments withgetArguments()
, we should makegetPropertyArguments()
public
and let anyone downstream change their code to call that instead.The text was updated successfully, but these errors were encountered: