Uh oh!
There was an error while loading. Please reload this page.
Fixed a crash caused by Local::copyFromStorage() not conforming to Co… - #5072
Conversation
…mmon::copyFromStorage. Issue# 5071
mention-bot
commented
May 23, 2017
@mjmunger, thanks for your PR! By analyzing the history of the files in this pull request, we identified @icewind1991, @nickvergessen and @LukasReschke to be potential reviewers. |
mjmunger
commented
May 24, 2017
Not sure if you need anything else from me? |
nickvergessen
commented
May 30, 2017
@mjmunger can you fix Other then that it looks good. |
MorrisJobke
commented
Jun 13, 2017
let's get this in and fix the NullStorage separately. |
mjmunger
commented
Jun 13, 2017
Same issue with |
MorrisJobke
commented
Jun 13, 2017
Yes, it seems so - do you create a PR to fix this as well or should I? |
MorrisJobke
commented
Jun 13, 2017
Backport of this is in #5397 |
mjmunger
commented
Jun 13, 2017
Create a PR and assign to me. Im not at a computer ATM. |
mjmunger
commented
Jun 13, 2017
Apparently, I'm drunk. You can't assign a pull request. Please create it. I'm not at a computer. |
Fix#5071
Local::copyFromStorage was not adhering to Common::copyFromStorage or an interface that governs the two of them. Added the parameter to make it conform.