#109 closed defect (fixed)
No event files are written, mismatch in logical variables???
Reported by: | Juergen Reuter | Owned by: | Juergen Reuter |
---|---|---|---|
Priority: | P1 | Milestone: | |
Component: | core | Version: | 2.0.0beta |
Severity: | blocker | Keywords: | treatment of logical variables |
Cc: |
Description
It seems that W2 does not correctly parse or evaluate input like $write_default = true. The error possibly resides in rt_data_init_pointer_variables where the function var_list_append_log_ptr should handle the corresponding case. Actually, how long has this been working, when was it broken?
Change History (4)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Owner: | changed from ALL to Juergen Reuter |
---|---|
Status: | new → assigned |
comment:3 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
The problem was a missing transferral of global to local variables for the logical variables file_default and so on in the subroutine rt_data_link. Fixed in r1441.
Note: See
TracTickets for help on using
tickets.
Apparently, these are more or less the only instances where var_list_append_log_ptr is taken, and not var_list_append_log. Some pointer idiosyncracy???