RecipeActivator stores relative path to applied recipes, which leads to it not knowing if a recipe has been applied or not

Created on 12 June 2024, 18 days ago
Updated 26 June 2024, 4 days ago

Problem/Motivation

The newly added RecipeActivator is supposed to track recipes already applied by storing their paths in state. (Recipes are uniquely identified by their path.) The problem is that it stores the path as provided to the recipe system, rather than the full, absolute path. This can lead to it not knowing whether a recipe was applied or not.

Proposed resolution

Always store the full, absolute path of a recipe once it's been applied.

πŸ› Bug report
Status

Fixed

Version

2.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States phenaproxima Massachusetts

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.69.0 2024