Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make flat-target path point to correct target with zen-processing #638

Merged
merged 5 commits into from Mar 17, 2024

Conversation

rsokl
Copy link
Contributor

@rsokl rsokl commented Jan 27, 2024

Potentially addresses #637

zen-processing features can be used with the flat-target feature via inheritance:

from hydra_zen import builds

A = builds(dict, x=1, zen_meta={"META": 2})
B = builds(A, x="${META}", builds_bases=(A,))

…s/main/pyright-1.1.348

Bump pyright from 1.1.347 to 1.1.348 in /deps
@rsokl rsokl added the bug Something isn't working label Jan 27, 2024
@rsokl rsokl merged commit 4487841 into main Mar 17, 2024
18 checks passed
@rsokl rsokl deleted the zen-with-flat-target branch March 17, 2024 15:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant