Skip to content

♻️ Introduce ProductionState for onTheFlyLinks...#7007

Merged
dubzzz merged 6 commits into
mainfrom
stae-on-fly
May 19, 2026
Merged

♻️ Introduce ProductionState for onTheFlyLinks...#7007
dubzzz merged 6 commits into
mainfrom
stae-on-fly

Conversation

@dubzzz

@dubzzz dubzzz commented May 19, 2026

Copy link
Copy Markdown
Owner

Description

We are making the future deep implementation change way simpler by preparing the ground for an extraction of the logic running within the while loop code of OnTheFlyLinksForEntityGraphArbitrary into a sub-arbitrary.

The long term move is to rewrite the arbitrary with chainUntil and no more custom Arbitrary thing.

Checklist

Don't delete this checklist and make sure you do the following before opening the PR

  • I have a full understanding of every line in this PR — whether the code was hand-written, AI-generated, copied from external sources or produced by any other tool
  • I flagged the impact of my change (minor / patch / major) either by running pnpm run bump or by following the instructions from the changeset bot
  • I kept this PR focused on a single concern and did not bundle unrelated changes
  • I followed the gitmoji specification for the name of the PR, including the package scope (e.g. 🐛(vitest) Something...) when the change targets a package other than fast-check
  • I added relevant tests and they would have failed without my PR (when applicable)

@changeset-bot

changeset-bot Bot commented May 19, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: c560456

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
fast-check Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@pkg-pr-new

pkg-pr-new Bot commented May 19, 2026

Copy link
Copy Markdown
@fast-check/ava

npm i https://pkg.pr.new/@fast-check/ava@7007

fast-check

npm i https://pkg.pr.new/fast-check@7007

@fast-check/jest

npm i https://pkg.pr.new/@fast-check/jest@7007

@fast-check/packaged

npm i https://pkg.pr.new/@fast-check/packaged@7007

@fast-check/poisoning

npm i https://pkg.pr.new/@fast-check/poisoning@7007

@fast-check/vitest

npm i https://pkg.pr.new/@fast-check/vitest@7007

@fast-check/worker

npm i https://pkg.pr.new/@fast-check/worker@7007

commit: c560456

@dubzzz
dubzzz enabled auto-merge (squash) May 19, 2026 21:35
@dubzzz
dubzzz merged commit 1748fd1 into main May 19, 2026
50 checks passed
@dubzzz
dubzzz deleted the stae-on-fly branch May 19, 2026 21:36
@codecov

codecov Bot commented May 19, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.81%. Comparing base (99743cb) to head (c560456).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7007      +/-   ##
==========================================
+ Coverage   94.79%   94.81%   +0.02%     
==========================================
  Files         212      212              
  Lines        5836     5868      +32     
  Branches     1536     1539       +3     
==========================================
+ Hits         5532     5564      +32     
  Misses        296      296              
  Partials        8        8              
Flag Coverage Δ
tests 94.81% <100.00%> (+0.02%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ 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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant