SCM Repository
Annotation of /branches/vis12/bugs/open/NOTES
Parent Directory
|
Revision Log
Revision 2721 - (view) (download)
1 : | jhr | 2544 | Notes on the open bugs: |
2 : | |||
3 : | bug007.diderot -- problem with tensor slicing (high-to-mid/high-to-mid.sml:251.41-251.60) | ||
4 : | |||
5 : | bug010.diderot -- CFG issue with unreachable exit node | ||
6 : | |||
7 : | bug013.diderot -- definition of field as strand state variable | ||
8 : | |||
9 : | jhr | 2545 | bug018.diderot -- use of C keywords as variables: resolve with name mangling for |
10 : | all variables and struct fields in generated code. | ||
11 : | jhr | 2544 | |
12 : | jhr | 2545 | bug019.diderot -- feature request: allow a richer syntax of constant expressions |
13 : | (e.g. 1.0/2). | ||
14 : | jhr | 2544 | |
15 : | bug022.diderot -- empty sequence not supported yet (simplify/simple.sml:112.34-112.73) | ||
16 : | |||
17 : | jhr | 2545 | bug028.diderot -- missing forms of matrix multiplication; Charisee's work will |
18 : | address this issue | ||
19 : | jhr | 2544 | |
20 : | jhr | 2629 | bug029.diderot -- missing code generation for printing matrices and higher-order |
21 : | jhr | 2589 | tensors. Things should print the way they parse. |
22 : | jhr | 2545 | |
23 : | jhr | 2594 | bug031.diderot -- the problem here is reference to a strand parameter from the update method. |
24 : | The compiler should create a shadow instance variable for the parameter, but | ||
25 : | doesn't. Internal checking should also have caught this problem. |
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |