Skip to content

♻️ Move generate logic to the Arbitrary for entityGraph#7006

Merged
dubzzz merged 2 commits into
mainfrom
move-gen-log-to-arb
May 19, 2026
Merged

♻️ Move generate logic to the Arbitrary for entityGraph#7006
dubzzz merged 2 commits into
mainfrom
move-gen-log-to-arb

Conversation

@dubzzz

@dubzzz dubzzz commented May 19, 2026

Copy link
Copy Markdown
Owner

The logic of generate was spread in the custom arbitrary called OnTheFlyLinksForEntityGraphArbitrary and inside an helper. To ease the move towards no custom arbitrary we are moving back any generate code to the custom arbitrary.

Description

Fixes #issue-number

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)

The logic of generate was spread in the custom arbitrary called `OnTheFlyLinksForEntityGraphArbitrary` and inside an helper. To ease the move towards no custom arbitrary we are moving back any generate code to the custom arbitrary.
@changeset-bot

changeset-bot Bot commented May 19, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 084b1ed

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

@dubzzz
dubzzz enabled auto-merge (squash) May 19, 2026 19:31
@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@7006

fast-check

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

@fast-check/jest

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

@fast-check/packaged

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

@fast-check/poisoning

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

@fast-check/vitest

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

@fast-check/worker

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

commit: 084b1ed

@dubzzz
dubzzz merged commit 99743cb into main May 19, 2026
50 checks passed
@dubzzz
dubzzz deleted the move-gen-log-to-arb branch May 19, 2026 19:39
@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.79%. Comparing base (e628239) to head (084b1ed).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #7006   +/-   ##
=======================================
  Coverage   94.78%   94.79%           
=======================================
  Files         212      212           
  Lines        5832     5836    +4     
  Branches     1536     1535    -1     
=======================================
+ Hits         5528     5532    +4     
  Misses        296      296           
  Partials        8        8           
Flag Coverage Δ
tests 94.79% <100.00%> (+<0.01%) ⬆️

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