sudoku demo does not run any more
| Bugzilla Link | 435 | 
| Created on | Jun 13, 2008 11:21 | 
| Resolution | FIXED | 
| Resolved on | Jul 12, 2008 20:41 | 
| Version | 1.00alpha | 
| OS | All | 
| Architecture | PC | 
Extended Description
If compiled with the latest sac compiler (rev 15729), the sudoku examples in demos/fun produce a runtime error: grelck@pcclt05:~/sac/sac/demos/fun> sudoku < inputs/easy01.inp *** SAC runtime error *** line 152 *** Shape of argument #1 of "_sel_VxA_" should match dimensionality of *** argument #2; types found: int[4] and bool[.,.,.] Program was compiled with standard options: sac2c -O3 -v1 -maxlur 3 -o sudoku_jfp sudoku_jfp.sac I suspect something in the partial evaluator goes wrong.
