View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000484 | GC Studio | Compiler | public | 2024-04-06 09:23 | 2024-04-11 06:30 |
Reporter | evanvennn | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Product Version | 1.01.09.2 | ||||
Target Version | 1.01.09.2 | Fixed in Version | 1.01.09.2 | ||
Summary | 0000484: Floats: Resolve silent failures when changing assignment variable type | ||||
Description | Resolve silent failures with no ASM | ||||
Tags | No tags attached. | ||||
|
New: Resolve silent failures. myLong = mySingle //! Works - gens ASM myLong = myString //! Issues correct error message mySingle = myString //! Issues correct error message myByte = myString //! Issues correct error message myString = myString //! Works" |
Date Modified | Username | Field | Change |
---|---|---|---|
2024-04-06 09:23 | evanvennn | New Issue | |
2024-04-06 09:23 | evanvennn | Status | new => resolved |
2024-04-06 09:23 | evanvennn | Resolution | open => fixed |
2024-04-06 09:23 | evanvennn | Note Added: 0000240 | |
2024-04-11 06:25 | angel-spartan | Product Version | => 1.01.09.2 |
2024-04-11 06:25 | angel-spartan | Fixed in Version | => 1.01.09.2 |
2024-04-11 06:25 | angel-spartan | Target Version | => 1.01.09.2 |
2024-04-11 06:30 | angel-spartan | Status | resolved => closed |