View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0006113 | JEDI VCL | 00 JVCL Components | public | 2013-04-01 20:32 | 2013-12-13 12:17 |
| Reporter | alquimista | Assigned To | obones | ||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | resolved | Resolution | unable to reproduce | ||
| Product Version | 3.47 | ||||
| Target Version | Fixed in Version | ||||
| Summary | 0006113: JvInterpreter error in evaluate 12345678900000/1000000 | ||||
| Description | There is a error when calc 12345678900000/1000000 =1234.56789 (error) same result for 1234567890/1000000=1234.56789 (good) 12345678900/1000000=1234.56789 (bad) 123456789000/1000000=1234.56789 (bad) Try in JvInterpretertest | ||||
| Tags | No tags attached. | ||||
|
|
case TTyp of ttInteger: begin Val(FTokenStr, Int, Stub); //Here, val--> 1234567890000 convert to int=1234567890, stub=11 FToken := Int; end; |
|
|
This appears to be already fixed in the GIT repository, I could not reproduce |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2013-04-01 20:32 | alquimista | New Issue | |
| 2013-04-02 00:02 | alquimista | Note Added: 0020457 | |
| 2013-12-13 10:49 | obones | Status | new => acknowledged |
| 2013-12-13 12:17 | obones | Note Added: 0020809 | |
| 2013-12-13 12:17 | obones | Status | acknowledged => resolved |
| 2013-12-13 12:17 | obones | Resolution | open => unable to reproduce |
| 2013-12-13 12:17 | obones | Assigned To | => obones |