Remy Willems
Remy Willems
@MikaelMayer I'm not working on this. Next step is finding someone to work on resolving it.
The loop detection code produces the following incorrect Dafny code: ```dafny predicate WellTyped(ii: seq, typing: seq) decreases ii, typing { forall pc: int, _t#0: int {:trigger typing[pc], typing[_t#0]} {:trigger typing[_t#0],...
Can locally reproduce using Z3 4.12.1, although not with `Z3 4.12.6` ``` dafny/AwsEncryptionSdk/src/MessageBody.dfy(1034,13): Error: Verification of 'MessageBody.ReadFramedMessageBody' timed out after 30 seconds | 1034 | assert CorrectlyRead(buffer, Success(SuccessfulRead(nextRegularFrames, regularFrame.tail)), WriteMessageRegularFrames)...
The `ReadFramedMessageBody` proof uses 48E6 resources on Dafny 4.2.0, so it might just be a verification brittleness issue. Running on 4.2.0, this assertion batch which has an assertion with the...