You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Context: if you want to subclass new_blueprint() or (as in my case, only new_default_recipe_blueprint()) you need to provide methods for run_mold() and run_forge(). It would be nice to reuse the components from the default version where possible. I can imagine that other cases or other users may want more of these exported (e.g. mold_xy_default_process()), but this is the only one that would help my use case.
The text was updated successfully, but these errors were encountered:
Would it be possible to export this function?
hardhat/R/blueprint-recipe-default.R
Line 217 in 278633a
Context: if you want to subclass
new_blueprint()
or (as in my case, onlynew_default_recipe_blueprint()
) you need to provide methods forrun_mold()
andrun_forge()
. It would be nice to reuse the components from the default version where possible. I can imagine that other cases or other users may want more of these exported (e.g.mold_xy_default_process()
), but this is the only one that would help my use case.The text was updated successfully, but these errors were encountered: