Closed afd closed 3 years ago
Removes discard statements from a donor during live code donation, instead of only removing discards from the statements that get locally donated. This avoids roblems where a donated statement calls a function that contains a discard.
Some tests are also refactored.
Fixes #1110.
Removes discard statements from a donor during live code donation, instead of only removing discards from the statements that get locally donated. This avoids roblems where a donated statement calls a function that contains a discard.
Some tests are also refactored.
Fixes #1110.