Replies: 3 comments 6 replies
-
Enhancements
|
Beta Was this translation helpful? Give feedback.
-
@klingaard is there a typo in that somewhere? Were you meaning to say "Also, the DAG includes nodes in the error message that are not really a part of the cyclic behavior."? Can you clarify that point in your OP? |
Beta Was this translation helpful? Give feedback.
-
Does this include the PARAMETER macros? Well, I guess you say callbacks so that would imply handlers here but it would be nice if we could use C++ to generate the PARAMETERs as well. |
Beta Was this translation helpful? Give feedback.
-
Been chatting about making a v3 of MAP that addresses lots of annoyances/issues/missing features of the framework.
Enhancements
-- Related issues: sparta ReportHeader is clumsy with stdlib types #44, Disable pipeline collection on strings #13, Conditionally compile Collectable::collect on ostream operator availability #45, Remove pipeline collection functionalities from Resources #55
.dot
file with the cycle. This is useful, but ... not. Also, the DAG includes in the cyclic error, nodes that are really part of the cyclic behavior like the sparta phase groups.Cleanup
erase
should return the next iterator, etcsparta::TreeNode
was cleaned up a bit, but can use more cleanup to reduce compilation timeclang-format
cout
orcerr
should be prepended with something likeSPARTA:
so developers know where the message originatedBug Fixes
Reports
unsigned long
, but if the notification is anunsigned int
, the error message just says, "cannot find the notification"Beta Was this translation helpful? Give feedback.
All reactions