Open ghost opened 1 year ago
I think the problem here is that you're reassigning the arguments.
So far, I've noticed you can't use inline
if:
fp_round(fp_mul(...))
Besides those cases, the compiler crashes randomly sometimes due to some internal limit being exceeded
I think the problem here is that you're reassigning the arguments.
So far, I've noticed you can't use
inline
if:* You reassign an argument * You return from the function (the compiler has a proper error message for this now) * You use the function argument directly like `fp_round(fp_mul(...))`
Besides those cases, the compiler crashes randomly sometimes due to some internal limit being exceeded
I am not going to use inline function at foreseen future, instead, https://github.com/mitsuhiko/minijinja
🐛 Bug
It crashed.
To reproduce
Code snippet to reproduce
Stack trace/error message
Expected Behavior
I don't know, you define it what should be.
System information
Please complete the following information:
Aptos CLI 1.0.4
1.64.0
Arch Linux
Additional context
Add any other context about the problem here.