Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Call publishPendingTags on all blocks rather than this scheduler #428

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Sep 30, 2024

  1. Remove non-working call to blocks->ports->publishPendingTags

    The call was calling the method on the scheduler itself instead of on
    the blocks it was iterating over. This was probably an incomplete
    refactoring in moving this functionality from the block to the
    Scheduler. Since then the tag handling was changed considerably, so that
    in the meantime this line can be safely removed.
    
    Thanks to @mattkretz for spotting this and starting the initial
    investigation.
    
    Signed-off-by: Alexander Krimm <A.Krimm@gsi.de>
    wirew0rm committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    49a96f8 View commit details
    Browse the repository at this point in the history