Skip to content

1.0.8 Fix constant propagation bug

Compare
Choose a tag to compare
@tomcl tomcl released this 27 Nov 10:07
· 2159 commits to master since this release
cd26cd0
  • A rare bug where an outer-level constant definition can be over-written by constants defined in a subsheet is fixed. In the old version this could result in some constant values being undefined, resulting in spurious 0 outputs from the components they feed due to them not having enough defined inputs.
  • The dev build is fixed for linux

Thanks to Jpnock.

28/11 13:00 - updated with a more complete version of this fix. Also bumped version to 1.0.8 on app (not done previously)