abelsiqueira / BestieTemplate.jl

Template for Julia Programming Language packages using the copier engine.
http://abelsiqueira.com/BestieTemplate.jl/
Mozilla Public License 2.0
38 stars 9 forks source link

[Bug] apply with existing .copier-answers.yml interaction #383

Closed abelsiqueira closed 1 month ago

abelsiqueira commented 1 month ago

Description

The check is missing a .yml extension in the file name. This means that if you apply to an existing package that already started using the template (or uses a different copier template??), it will still check for the package data.

Package Version

0.9.1

Julia Version

1.10

Reproduction steps

Apply on existing project, use "warn_existing_pkg = false".

Relevant log output

No response

Operating System

No response

abelsiqueira commented 1 month ago

Since the package warns users that are applying to the case where they want to update, I think ignoring the .copier-answers.yml and guessing anyway is the best approach.