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

ISSUE-1902 Fix Template::is_up_to_date contract #1903

Conversation

rwielk
Copy link

@rwielk rwielk commented Oct 25, 2023

#1902

Template::_uptodate type hints get supporting implementation

Checklist:

  • Add tests that demonstrate the correct behavior of the change. Tests should fail without the change.
  • Add or update relevant docs, in the docs folder and in code.
  • Add an entry in CHANGES.rst summarizing the change and linking to the issue.
  • Add .. versionchanged:: entries in any relevant code docs. (Opted against any change since this just fixes already expected behaviour from my POV)
  • Run pre-commit hooks and fix any issues.
  • Run pytest and tox, no tests failed.

Please hint me on where and how you want a test to get implemented for this, did not see an obvious place. (Example test in regressions added, perhaps it's good enough...)

ISSUE-1902 CHANGES.rst

ISSUE-1902 Add PR info to CHANGES.rst

ISSUE-1902 Test
@rwielk rwielk force-pushed the ISSUE-1902/fix-template-is_up_to_date-contract branch from e883598 to 0bcbad2 Compare October 25, 2023 09:40
@davidism
Copy link
Member

See discussion in #1902 for close reason.

@davidism davidism closed this Oct 25, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 9, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Property Template::is_up_to_date breaks type hint contract
2 participants