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
The only thing which makes me sad about this change is that after it the DowncastWriter.rename() method signature will be inconsistent with the model/writer.rename() method signature. (...) it may bring some confusion for developers who use both model and view writers frequently.
So the purpose of this ticket is to make model/Writer#rename() and view/DowncastWriter#rename() methods signature consistent by changing model/Writer#rename() parameters order.
The text was updated successfully, but these errors were encountered:
There has been no activity on this issue for the past year. We've marked it as stale and will close it in 30 days. We understand it may be relevant, so if you're interested in the solution, leave a comment or reaction under this issue.
We've closed your issue due to inactivity over the last year. We understand that the issue may still be relevant. If so, feel free to open a new one (and link this issue to it).
Follow up of #4409:
So the purpose of this ticket is to make
model/Writer#rename()
andview/DowncastWriter#rename()
methods signature consistent by changingmodel/Writer#rename()
parameters order.The text was updated successfully, but these errors were encountered: