View Issue Details

IDProjectCategoryView StatusLast Update
0000535LDMud 3.3Efunspublic2018-01-29 22:57
ReporterGnomi Assigned ToGnomi  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Platformi686OSDebian GNU/LinuxOS Version4.0
Product Version3.3.713 
Fixed in Version3.3.719 
Summary0000535: set_input_to should be reset before a heart_beat or call_out
DescriptionIf 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
TagsNo tags attached.

Relationships

related to 0000477 resolvedfufu add get_eval_number() efun 

Activities

Gnomi

2008-07-11 05:52

manager   ~0000724

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.

Gnomi

2008-07-11 05:57

manager   ~0000725

The eval number has to be saved in the input_to_s structure, not like set_input_to in the interactive_s.

Gnomi

2009-01-28 17:25

manager   ~0000937

Committed as r2512.

Issue History

Date Modified Username Field Change
2008-03-28 06:50 Gnomi New Issue
2008-06-30 05:02 Gnomi Status new => assigned
2008-06-30 05:02 Gnomi Assigned To => Gnomi
2008-07-11 05:52 Gnomi Note Added: 0000724
2008-07-11 05:52 Gnomi Relationship added related to 0000477
2008-07-11 05:57 Gnomi Note Added: 0000725
2009-01-28 17:25 Gnomi Note Added: 0000937
2009-01-28 17:25 Gnomi Status assigned => resolved
2009-01-28 17:25 Gnomi Fixed in Version => 3.3.719
2009-01-28 17:25 Gnomi Resolution open => fixed
2009-04-14 14:12 zesstra Project LDMud => LDMud 3.3
2010-11-16 10:42 Gnomi Source_changeset_attached => ldmud.git master 4aa4d7b5
2018-01-29 19:59 Gnomi Source_changeset_attached => ldmud.git master 4aa4d7b5
2018-01-29 22:57 Gnomi Source_changeset_attached => ldmud.git master 4aa4d7b5