This PR was previously opened and then closed, because we believed we could implement the needed changes on the electron/node side without needing to change libcc. However, as a result of this change we do in fact need to implement it. This is because the alternative, implementing with memcpy, requires knowledge of how many bytes are needed for the memcpy and we can't know that.
/cc @ckerr
Checklist
[x] PR description included and stakeholders cc'd
[x] Patch information is added to appropriate .patches.yaml
Description of Change
This PR was previously opened and then closed, because we believed we could implement the needed changes on the
electron/node
side without needing to change libcc. However, as a result of this change we do in fact need to implement it. This is because the alternative, implementing withmemcpy
, requires knowledge of how many bytes are needed for the memcpy and we can't know that./cc @ckerr
Checklist
.patches.yaml
script/update
runs without error