Skip to content

Refactor application of deque annotations#10018

Merged
sydney-runkle merged 3 commits intomainfrom
deq-refac
Aug 1, 2024
Merged

Refactor application of deque annotations#10018
sydney-runkle merged 3 commits intomainfrom
deq-refac

Conversation

@sydney-runkle
Copy link
Copy Markdown
Contributor

Closes #9340

Simplify the injection of annotations for deque types. Calling this the end of the sequence validator refactor - we've restructured significantly, and I think the next step is moving things to pydantic-core, which wasn't within the original scope of the issue.

@github-actions github-actions Bot added the relnotes-fix Used for bugfixes. label Aug 1, 2024
@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented Aug 1, 2024

Deploying pydantic-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 9d8ea16
Status: ✅  Deploy successful!
Preview URL: https://fe9eb7f7.pydantic-docs.pages.dev
Branch Preview URL: https://deq-refac.pydantic-docs.pages.dev

View logs

@codspeed-hq
Copy link
Copy Markdown

codspeed-hq Bot commented Aug 1, 2024

CodSpeed Performance Report

Merging #10018 will not alter performance

Comparing deq-refac (9d8ea16) with main (6d41460)

Summary

✅ 17 untouched benchmarks

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Aug 1, 2024

Coverage report

This PR does not seem to contain any modification to coverable code.

@@ -0,0 +1,49 @@
import collections
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I feel like we should have from __future__ import annotations everywhere here

@sydney-runkle sydney-runkle enabled auto-merge (squash) August 1, 2024 19:08
@sydney-runkle sydney-runkle merged commit 41f2d48 into main Aug 1, 2024
@sydney-runkle sydney-runkle deleted the deq-refac branch August 1, 2024 19:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

relnotes-fix Used for bugfixes.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

TODO: Sequence validator refactor

2 participants