Carpet

Carpet

2M Downloads

`system_value_set` is broken in multiple ways with the optimizer

altrisi opened this issue ยท 0 comments

commented

This is because it is set as a "pure, transitive" function, which is evaluated at compile time if all arguments are constant. This causes issues when you have constant arguments, but called on different places, and will also set values during compile time.