Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • L LHCb
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 185
    • Issues 185
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Jira
    • Jira
  • Merge requests 46
    • Merge requests 46
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • LHCbLHCb
  • LHCb
  • Merge requests
  • !3872

Make name of algorithms independent of instantiation order

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Sebastien Ponce requested to merge sponce_uniqueAlgoName into master Nov 15, 2022
  • Overview 279
  • Commits 2
  • Pipelines 23
  • Changes 3

It was so far based on the order in which algos with identical names were declared, leading to major issues with ref updates. It now very simply uses the already existing "identity" of the algorithm (a hash of its config basically), which is unique

@jonrob @rmatev @tnanut This should tackle #267 and hopefully solve the issues found in !2773 (merged)

Part of set !3872 Rec!3196 Allen!1072 Moore!1909 DaVinci!790 MooreOnline!190 MooreAnalysis!100 Alignment!333

Edited Dec 08, 2022 by Sebastien Ponce
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: sponce_uniqueAlgoName