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 193
    • Issues 193
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Jira
    • Jira
  • Merge requests 48
    • Merge requests 48
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • 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
Merged Sebastien Ponce requested to merge sponce_uniqueAlgoName into master Nov 15, 2022
  • Overview 379
  • Commits 2
  • Pipelines 29
  • Changes 4

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 (merged) Rec!3196 (merged) Allen!1072 (merged) Moore!1909 (merged) Analysis!958 (merged) DaVinci!790 (merged) MooreOnline!190 (merged) MooreAnalysis!100 (merged) Alignment!333 (merged)

Edited Feb 21, 2023 by Sebastien Ponce
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: sponce_uniqueAlgoName