View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000903 | LDMud 3.6 | Efuns | public | 2022-01-12 03:15 | 2022-09-19 22:46 |
Reporter | gorgar | Assigned To | Gnomi | ||
Priority | low | Severity | trivial | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.6.5 | ||||
Fixed in Version | 3.6.6 | ||||
Summary | 0000903: unique_array throwing debug error | ||||
Description | This efun will throw this error if the first argument is empty or not, and if the second argument (a string) is not a defined function in the calling object. Seems strange, why should the calling object need the function defined? > lpc unique_array( ({}), "short") LPC result: ({ }) debug log: 2022.01.11 22:02:19 Function short() not found in /players/gorgar/tmp_code0. 2022.01.11 22:02:19 program: players/gorgar/tmp_code0.c, object: players/gorgar/tmp_code0 line 21 | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2022-01-12 03:15 | gorgar | New Issue | |
2022-01-25 20:50 | Gnomi | Assigned To | => Gnomi |
2022-01-25 20:50 | Gnomi | Status | new => assigned |
2022-09-19 22:46 | Gnomi | Status | assigned => resolved |
2022-09-19 22:46 | Gnomi | Resolution | open => fixed |
2022-09-19 22:46 | Gnomi | Fixed in Version | => 3.6.6 |