issues
search
flintlang
/
flint
The Flint Programming Language for Smart Contracts
MIT License
245
stars
18
forks
source link
Ordered fields and mutable global borrowing
#479
Closed
mrRachar
closed
5 years ago
mrRachar
commented
5 years ago
Changes
Data constructors in MoveIR now order fields as per definition
[Move compatibility update]
ba19782 @mrRachar
borrow_global
has become
borrow_global_mut
[Move compatibility update]
c53cecd @mrRachar
Updated error line detection as per change to Move's functional testsuite f344b2a @mrRachar
Changes
borrow_global
has becomeborrow_global_mut
[Move compatibility update] c53cecd @mrRachar