View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000042 | LDMud 3.2-dev | LPC Compiler/Preprocessor | public | 2004-01-02 04:03 | 2004-05-17 07:27 |
Reporter | menaures | Assigned To | |||
Priority | normal | Severity | trivial | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Summary | 0000042: operator (mapping &= mixed *) issue | ||||
Description | a &= b does not work, whereas a = a & b does. | ||||
Steps To Reproduce | 1: mapping a = ([:1]); mixed * b = ({1,"foo",2,"bar"}); a = a & b; 2: mapping a = ([:1]); mixed * b = ({1,"foo",2,"bar"}); a &= b; | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2004-01-02 04:03 | menaures | New Issue | |
2004-04-01 21:19 |
|
Status | new => resolved |
2004-04-01 21:19 |
|
Resolution | open => fixed |
2004-04-01 21:19 |
|
Assigned To | => lars |
2004-04-01 21:19 |
|
Note Added: 0000039 | |
2004-05-17 07:27 |
|
Status | resolved => closed |