On 15/05/2018 18:56, Jonathan Wakely wrote:
As I said in the bugzilla PR, these assertions are all to catch our own mistakes, not user error.If we're comfortable the code is correct then we should remove them. Should we wait until near the end of stage 1, to get more time with these checks in place?
I am in favor of doing this cleanup now.We will surely forget it later and we have proper tests to track our dev mistakes rather than assertions.
François