View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000535 | LDMud 3.3 | Efuns | public | 2008-03-28 05:50 | 2018-01-29 21:57 |
| Reporter | Gnomi | Assigned To | Gnomi | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Platform | i686 | OS | Debian GNU/Linux | OS Version | 4.0 |
| Product Version | 3.3.713 | ||||
| Fixed in Version | 3.3.719 | ||||
| Summary | 0000535: set_input_to should be reset before a heart_beat or call_out | ||||
| Description | If there is already an input_to running and a heart_beat or call_out starts a new one, this new input_to might be ignored because set_input_to is still set to true. Greetings, Gnomi | ||||
| Tags | No tags attached. | ||||
|
|
This is more complicated. If you enter a command (using "!") during an input_to and this command does something like input_to, remove_input_to, input_to, then remove_input_to will not clear the set_input_to flag because of the already pending input_to and thus the second input_to will not be executed. Because of this I suggest using the in bug 0000477 proposed eval_number and save it in set_input_to, so set_call can always compare it with the current number. |
|
|
The eval number has to be saved in the input_to_s structure, not like set_input_to in the interactive_s. |
|
|
Committed as r2512. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2008-03-28 05:50 | Gnomi | New Issue | |
| 2008-06-30 03:02 | Gnomi | Status | new => assigned |
| 2008-06-30 03:02 | Gnomi | Assigned To | => Gnomi |
| 2008-07-11 03:52 | Gnomi | Note Added: 0000724 | |
| 2008-07-11 03:52 | Gnomi | Relationship added | related to 0000477 |
| 2008-07-11 03:57 | Gnomi | Note Added: 0000725 | |
| 2009-01-28 16:25 | Gnomi | Note Added: 0000937 | |
| 2009-01-28 16:25 | Gnomi | Status | assigned => resolved |
| 2009-01-28 16:25 | Gnomi | Fixed in Version | => 3.3.719 |
| 2009-01-28 16:25 | Gnomi | Resolution | open => fixed |
| 2009-04-14 12:12 | zesstra | Project | LDMud => LDMud 3.3 |
| 2010-11-16 09:42 | Gnomi | Source_changeset_attached | => ldmud.git master 4aa4d7b5 |
| 2018-01-29 18:59 | Gnomi | Source_changeset_attached | => ldmud.git master 4aa4d7b5 |
| 2018-01-29 21:57 | Gnomi | Source_changeset_attached | => ldmud.git master 4aa4d7b5 |