View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000014 | BooBoo | General | public | 2025-12-12 18:57 | 2025-12-14 22:52 |
| Reporter | tremblin | Assigned To | tremblin | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Summary | 0000014: better type inference | ||||
| Description | Make every op that can infer the correct type do so. For example a new problem has arisen with the new loosely typed system: old code: map m = [m "draw"] my_draw = [m "logic"] my_logic Now you have to do: var m = m (map m) = [m "draw"] my_draw = [m "logic"] my_logic But if you're indexing a container with a string it can be assumed you're operating on a map, so conversion could be automatic. | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2025-12-12 18:57 | tremblin | New Issue | |
| 2025-12-12 18:57 | tremblin | Status | new => assigned |
| 2025-12-12 18:57 | tremblin | Assigned To | => tremblin |
| 2025-12-14 22:52 | tremblin | Status | assigned => resolved |
| 2025-12-14 22:52 | tremblin | Resolution | open => fixed |
| 2025-12-14 22:52 | tremblin | Note Added: 0000005 |