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

[Bug] Boilerplate is regenerated during updates if deleted #41

Closed
lkubb opened this issue Aug 27, 2024 · 0 comments · Fixed by #50
Closed

[Bug] Boilerplate is regenerated during updates if deleted #41

lkubb opened this issue Aug 27, 2024 · 0 comments · Fixed by #50

Comments

@lkubb
Copy link
Member

lkubb commented Aug 27, 2024

Specifically, the following paths: src/**/*_mod.py and tests/**/test_*.py.

This is caused by this template abusing skip_if_exists to avoid updates to example code.

Cannot be fixed currently (unless we risk merge conflicts when updating the examples), need to wait for copier-org/copier#1733 (or its alternative) to be merged.

Remember to update the docs when fixing this becomes possible.

@lkubb lkubb changed the title [Bug] Boilerplate is regenerated during updates [Bug] Boilerplate is regenerated during updates if deleted Aug 27, 2024
@lkubb lkubb mentioned this issue Aug 30, 2024
@lkubb lkubb closed this as completed in #50 Sep 23, 2024
@lkubb lkubb closed this as completed in ad8657d Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant