Skip to content

feat(data-structures): stabilize Deque#7092

Open
tomas-zijdemans wants to merge 5 commits intodenoland:mainfrom
tomas-zijdemans:deque-stable
Open

feat(data-structures): stabilize Deque#7092
tomas-zijdemans wants to merge 5 commits intodenoland:mainfrom
tomas-zijdemans:deque-stable

Conversation

@tomas-zijdemans
Copy link
Copy Markdown
Contributor

@tomas-zijdemans tomas-zijdemans commented Apr 12, 2026

I consider Deque to be feature-complete and the external API stable. We could add more functions like some, every or indexOf, but these are all convenience helpers that are addable post-stabilization as non-breaking additions, so not a reason to hold.

The performance improvements that were scoped out here, can also be considered post stabilization as they are purely internal (if they are ever proposed)

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 12, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.43%. Comparing base (a3a6ef6) to head (cb78fb6).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #7092   +/-   ##
=======================================
  Coverage   94.43%   94.43%           
=======================================
  Files         630      630           
  Lines       50566    50567    +1     
  Branches     8969     8969           
=======================================
+ Hits        47750    47751    +1     
  Misses       2247     2247           
  Partials      569      569           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant