Skip to content

Rework BaseRepo from internal.glrepo.resolver

Kerri Miller requested to merge github/fork/maxice8/rework-base-repo into trunk

Created by: maxice8

Description

This reworks BaseRepo to support certain features:

  • Be stricter about cached resolutions, only use base or the first with the prefix base: (instead of any other resolution)

Related Issue

No issue was open for this but it is ripped of #410 to be easier to reason about

How Has This Been Tested?

Tested as part of #410

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation
  • Chore (Related to CI or Packaging to platforms)

Merge request reports