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

Remove implementation code from main import + replace write_to with version_file #870

Merged
merged 9 commits into from
Jul 12, 2023

Conversation

RonnyPfannschmidt
Copy link
Contributor

@RonnyPfannschmidt RonnyPfannschmidt commented Jun 25, 2023

  • finish renaming the internal implementation functions
  • add doc-strings as needed

closes #188
closes #875

@RonnyPfannschmidt RonnyPfannschmidt marked this pull request as ready for review July 12, 2023 05:31
@RonnyPfannschmidt RonnyPfannschmidt changed the title Remove implementation code from main import Remove implementation code from main import + replace write_to with version_file Jul 12, 2023
@RonnyPfannschmidt RonnyPfannschmidt merged commit 6ca645e into pypa:main Jul 12, 2023
16 checks passed
@RonnyPfannschmidt RonnyPfannschmidt deleted the remove-logic-from-main branch July 12, 2023 05:35

.. warning::

its strongly recommended to use use distribution name specific pretend versions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a random extra space here.


.. warning::

its strongly recommended to use use distribution name specific pretend versions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should be either it's or it is. its means something else.

local_scheme=config.local_scheme,
)
if config.write_to is not None:
dump_version(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

my version file is no longer being dumped anywhere and I am trying to figure out why.

GDYendell added a commit to DiamondLightSource/python-copier-template that referenced this pull request Jul 12, 2024
GDYendell added a commit to DiamondLightSource/python-copier-template that referenced this pull request Jul 19, 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 this pull request may close these issues.

path to write_to relative to what? write_to should also obey relative_to
2 participants