move-language / move

Apache License 2.0
2.25k stars 684 forks source link

[move-compiler] Fixed abstract interpreter bug with continue statement #1069

Closed ksolana closed 1 year ago

ksolana commented 1 year ago

continue in while loop causes an unexpected error.

Cherry-pick: MystenLabs/sui#13349 Bugfix: move-language#1068

sblackshear commented 1 year ago

Thanks for the pick!