Anonymous | Login | 04-12-2021 16:45 UTC |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0003878 | [Squeak] SmaCC | major | N/A | 06-25-06 00:15 | 07-12-06 20:22 | ||||
Reporter | mathk | View Status | public | ||||||
Assigned To | |||||||||
Priority | normal | Resolution | fixed | ||||||
Status | closed | Product Version | 3.9 | ||||||
Summary | 0003878: SmaCCToken don't initialize start atribut correctly | ||||||||
Description |
When you inspect a RBMethodNode build like this: ----------------------------------------- | ir ast | ir _ IRBuilder new numRargs: 1; addTemps: #(self); "pushTemp: #self;" pushLiteral: 3; pushLiteral: 2; send: #+; pushLiteral: 2; send: #*; send: #factorial; returnTop; ir. ast _ IRDecompiler new decompileIR: ir ----------------------------------------- There is a bug when clicking on 'all inst vars'. This is due to a bad initialization in SmaCCToken I think. The 'start' atribut is nil by default. But a number is expected. So I think is beter to initialize 'start' with 0. |
||||||||
Additional Information | You have to install the NewCompiler and all dependency befor execute the sample. | ||||||||
Attached Files | |||||||||
|
![]() |
||||||
|
Mantis 1.0.8[^]
Copyright © 2000 - 2007 Mantis Group
48 total queries executed. 35 unique queries executed. |