simontegg / hotdrink

Automatically exported from code.google.com/p/hotdrink
0 stars 0 forks source link

Constant functions #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Constant functions might never be executed since they never have any changed, 
relevant inputs.

Needs example.

Original issue reported on code.google.com by jfreema...@gmail.com on 7 Feb 2011 at 5:10

GoogleCodeExporter commented 9 years ago
Hotfixed in master branch by 8cf373. We should really mark new methods in the 
solution graph and be sure to execute all new methods during evaluation. After 
the first execution, an old constant method does not need to be re-executed.

Original comment by jfreema...@gmail.com on 16 Feb 2011 at 7:55

GoogleCodeExporter commented 9 years ago
I implemented the better fix in [examples 0b2db33].

Original comment by jfreema...@gmail.com on 18 Feb 2011 at 5:41

GoogleCodeExporter commented 9 years ago
Test added in [test b21a189].

Original comment by jfreema...@gmail.com on 23 Jan 2012 at 3:51