Jianan Yao
Jianan Yao
The problem lies in the `is_temporary` function in [model.rs](https://github.com/move-language/move/blob/main/language/move-model/src/model.rs). The function tells whether a bytecode variable is temporary (i.e., compiler-introduced instead of user-defined). Its current implementation simply checks whether the...
I got the exact same errors on https://github.com/kenmcmil/ivy/blob/master/examples/liveness/hybrid_reliable_broadcast_cisa.ivy and https://github.com/kenmcmil/ivy/blob/master/examples/liveness/tlb.ivy. I installed Ivy via ```pip install ms-ivy``` (version 1.7.0).