THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has been changed. The new details are below. For
full information about what has changed, visit the URL and click the
History tab.
FS#151 - Make adding children an explicit operation in Python config
User who did this: - Ali Saidi (saidi)
Attached to Project - M5 Bugs
Summary - Make adding children an explicit operation in Python config
Task Type - Minor Enhancement
Category - Configuration
Status - New
Assigned To - Steve Reinhardt
Operating System - All
Severity - Low
Priority - Normal
Reported Version - 1.1
Due in Version -
Due Date - Undecided
Percent Complete - 0%
Details - I still find it dangerous that if we assign a SimObject to
an otherwise unknown attribute of another SimObject we assume we are
adding a child (as opposed to having mistyped the name of a
parameter). It doesn't seem like too big of a burden to say
foo.add_child('name', bar)
or something like that instead of the current "foo.name = bar" since
most children are added implicitly via parameter assignment anyway.
More information can be found at the following URL:
http://www.m5sim.org/flyspray/task/151
You are receiving this message because you have requested it from the
Flyspray bugtracking system. You can be removed from future
notifications by visiting the URL shown above.
_______________________________________________
m5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/m5-dev