conda-incubator / conda-recipe-manager

A project for libraries and automated tools that manage and manipulate conda recipe files.
BSD 3-Clause "New" or "Revised" License
10 stars 8 forks source link

Refactor `RecipeParserDeps` #207

Closed schuylermartin45 closed 3 weeks ago

schuylermartin45 commented 3 weeks ago

I realized today that RecipeParserDeps should actually become RecipeReaderDeps and that we will likely need an editing version of that class called RecipeParserDeps. This would be more consistent to the user, even if it opens up the possibility for the Diamond problem.

This blocks #184