You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I stumbled across the diagram option "Reaction level" today. However, it does not seem to do anything. I tested this on various programs, but the diagrams did not change when checking or unchecking this option.
The text was updated successfully, but these errors were encountered:
@edwardalee added this option, he can probably explain best what it does.
As far as I know, it shows levels that indicate orderings due to dependencies and exposes potential for parallelization of reactions.
What I don't know is how it works. I guess the option will only display something if there was some kind of compilation producing the necessary information.
I suspect this no longer works because of this change by @petervdonovan in ReactionInstance.java:
// Force calculation of levels if it has not been done.
FIXME
// FIXME: Comment out this as I think it is redundant.
// If it is NOT redundant then deadline propagation is not correct
// parent.assignLevels();
Testing this hypothesis, however, seems rather time consuming now that everything is in separate repos. I don't have time to check this.
I stumbled across the diagram option "Reaction level" today. However, it does not seem to do anything. I tested this on various programs, but the diagrams did not change when checking or unchecking this option.
The text was updated successfully, but these errors were encountered: