-
Notifications
You must be signed in to change notification settings - Fork 84
Open
Description
These are migrators for the v1 recipe that need porting & testing:
- ArchRebuildBuild2HostMigrator (Support recipe v1 in Build2HostMigrator #3808)CondaForgeYAMLCleanup (Enable
CondaForgeYAMLCleanup
migrator for v1 recipes #3765)CrossCompilationForARMAndPower (Enable recipe v1 forCrossCompilationForARMAndPower
and add a test #3825)CrossPythonMigrator (Support v1 recipes inCrossPythonMigrator
#3832)CrossRBaseMigrator (Support v1 recipes inCrossRBaseMigrator
#3836)DependencyUpdateMigratorDuplicateLinesCleanup (Some more progress towards recipe v1 minimigrators #3783)ExtraJinja2KeysCleanupFlangMigratorGuardTestingMigratorJinja2VarsCleanupJpegTurboMigratorLibboostMigratorLicenseMigratorMigrationYaml (original PRs)MigrationYamlCreator (feat: makecreate_migration_yaml_creator
v1 compatible #3970)MPIPinRunAsBuildCleanupNoarchPythonMinMigratorNoCondaInspectMigratorNumpy2MigratorPipMigratorPipWheelMigratorPyPIOrgMigratorQtQtMainMigratorRUCRTCleanupStdlibMigratorUpdateCMakeArgsMigratorUpdateConfigSubGuessMigratorVersion (original PRs)XzLibLzmaDevelMigratorYAMLRoundTripTo pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
Activity
beckermr commentedon Jan 28, 2025
You are missing a bunch I think. The arch migrations and a few others have special minimigrators attached to them.
mgorny commentedon Feb 26, 2025
Shouldn't the list be pretty much all migrations imported in
make_migrators
, i.e.:cf-scripts/conda_forge_tick/make_migrators.py
Lines 42 to 76 in 059014c
?
mgorny commentedon Feb 26, 2025
Or was the intent perhaps to list a subset of all migrators? I think that for tracking principles it would be best to go with a full list, marking as "done" either migrators updated or not applicable.
beckermr commentedon Feb 28, 2025
We do not need to convert all of them. Many are old or not needed any more.
[-]Mini-Migrators for v1 recipe[/-][+]Migrators for v1 recipes[/+]mgorny commentedon Mar 5, 2025
@isuruf, perhaps you have an opinion which of these migrators should be ported, and which left alone?
isuruf commentedon Mar 5, 2025
Most important ones are
ArchRebuild
CrossCompilationForARMAndPower
CrossPythonMigrator
CrossRBaseMigrator
GuardTestingMigrator
UpdateCMakeArgsMigrator
UpdateConfigSubGuessMigrator
CrossCompilationForARMAndPower
and add a test #3825Support v1 recipes in `CrossPythonMigrator`
CrossPythonMigrator
#3832Support v1 recipes in `CrossRBaseMigrator`
8 remaining items