#2398 closed discussion (wontfix)
initialization info
Reported by: | Christian Schubert | Owned by: | Lennart Ochel |
---|---|---|---|
Priority: | high | Milestone: | 1.9.0 |
Component: | Backend | Version: | trunk |
Keywords: | Cc: |
Description
When the warning
Warning: The initial conditions are not fully specified.
is displayed, it could be helpful to display the variables that were automatically selected to be fixed=true immediately without the need to specify a debug flag.
The same holds for iteration variables with default zero start attribute.
Change History (2)
comment:1 by , 11 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
comment:2 by , 11 years ago
Milestone: | 2.0.0 → 1.9.0 |
---|
BatchModify: Updating milestone since this ticket was closed in time for the 1.9.0 release
Note:
See TracTickets
for help on using tickets.
Sure – that could be helpful. But often it is just bothering users. Therefore we decided to only dump a brief warning and the possibility to get a detail message using
+d=initialization
.Let me know if there are good reasons to change the behavior.