Stream: bugs

Topic: ✔ Num.shift_right_by mutating its arguments


view this post on Zulip shua (Jan 11 2025 at 23:17):

Filed a bug with more details https://github.com/roc-lang/roc/issues/7501 but want to ask: Is there a rule that we shouldn't be mutating src* registers in dev backend?

view this post on Zulip Brendan Hansknecht (Jan 11 2025 at 23:19):

Yeah, sources should never get mutated. That is why we tried to make all assembly be with explicitly source and dest

view this post on Zulip shua (Jan 11 2025 at 23:19):

cool, then I think I have a fix

view this post on Zulip Notification Bot (Jan 15 2025 at 19:26):

shua has marked this topic as resolved.


Last updated: Jul 06 2025 at 12:14 UTC