Skip to content

Comments

✨ Add entityGraph for schema-based structures#6333

Merged
dubzzz merged 19 commits intomainfrom
entity-graph
Dec 7, 2025
Merged

✨ Add entityGraph for schema-based structures#6333
dubzzz merged 19 commits intomainfrom
entity-graph

Conversation

@dubzzz
Copy link
Owner

@dubzzz dubzzz commented Dec 5, 2025

Description

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

  • The name of my PR follows gitmoji specification
  • My PR references one of several related issues (if any)
    • New features or breaking changes must come with an associated Issue or Discussion
    • My PR does not add any new dependency without an associated Issue or Discussion
  • My PR includes bumps details, please run pnpm run bump and flag the impacts properly
  • My PR adds relevant tests and they would have failed without my PR (when applicable)

Advanced

  • Category: ...
  • Impacts: ...

@changeset-bot
Copy link

changeset-bot bot commented Dec 5, 2025

⚠️ No Changeset found

Latest commit: 2528404

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

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

@github-actions
Copy link
Contributor

github-actions bot commented Dec 5, 2025

👋 A preview of the new documentation is available at: http://6932bf25e9f719881678b11c--dubzzz-fast-check.netlify.app

@pkg-pr-new
Copy link

pkg-pr-new bot commented Dec 5, 2025

@fast-check/ava

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

@fast-check/expect-type

npm i https://pkg.pr.new/@fast-check/expect-type@6333

fast-check

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

@fast-check/jest

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

@fast-check/packaged

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

@fast-check/poisoning

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

@fast-check/vitest

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

@fast-check/worker

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

commit: 2528404

@codecov
Copy link

codecov bot commented Dec 5, 2025

Codecov Report

❌ Patch coverage is 98.18182% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 94.92%. Comparing base (33910a5) to head (2528404).
⚠️ Report is 4 commits behind head on main.

Files with missing lines Patch % Lines
packages/fast-check/src/arbitrary/entityGraph.ts 96.92% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6333      +/-   ##
==========================================
+ Coverage   94.85%   94.92%   +0.06%     
==========================================
  Files         201      203       +2     
  Lines        5324     5434     +110     
  Branches     1406     1420      +14     
==========================================
+ Hits         5050     5158     +108     
- Misses        261      263       +2     
  Partials       13       13              
Flag Coverage Δ
tests 94.92% <98.18%> (+0.06%) ⬆️

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.

@github-actions
Copy link
Contributor

github-actions bot commented Dec 5, 2025

👋 A preview of the new documentation is available at: http://693321bfcd2d7654931737b7--dubzzz-fast-check.netlify.app

@github-actions
Copy link
Contributor

github-actions bot commented Dec 5, 2025

👋 A preview of the new documentation is available at: http://6933238a1e48345f35c632e0--dubzzz-fast-check.netlify.app

@github-actions
Copy link
Contributor

github-actions bot commented Dec 5, 2025

👋 A preview of the new documentation is available at: http://693325cb53d255500e1116dc--dubzzz-fast-check.netlify.app

@github-actions
Copy link
Contributor

github-actions bot commented Dec 6, 2025

👋 A preview of the new documentation is available at: http://6934390de62416938e8cc7d2--dubzzz-fast-check.netlify.app

dubzzz added a commit that referenced this pull request Dec 6, 2025
Going back to the code of `letrec` from 4.3.0 while keeping part of the code improvements added since that addition.

Reverting #6040. We are working on a new option in #6333.
dubzzz added a commit that referenced this pull request Dec 6, 2025
**Description**

<!-- Please provide a short description and potentially linked issues
justifying the need for this PR -->

Going back to the code of `letrec` from 4.3.0 while keeping part of the
code improvements added since that addition.

Reverting #6040. We are working
on a new option in #6333.

<!-- * Your PR is fixing a bug or regression? Check for existing issues
related to this bug and link them -->
<!-- * Your PR is adding a new feature? Make sure there is a related
issue or discussion attached to it -->

<!-- You can provide any additional context to help into understanding
what's this PR is attempting to solve: reproduction of a bug, code
snippets... -->

**Checklist** — _Don't delete this checklist and make sure you do the
following before opening the PR_

- [x] The name of my PR follows [gitmoji](https://gitmoji.dev/)
specification
- [x] My PR references one of several related issues (if any)
- [x] New features or breaking changes must come with an associated
Issue or Discussion
- [x] My PR does not add any new dependency without an associated Issue
or Discussion
- [x] My PR includes bumps details, please run `pnpm run bump` and flag
the impacts properly
- [x] My PR adds relevant tests and they would have failed without my PR
(when applicable)

<!-- More about contributing at
https://github.com/dubzzz/fast-check/blob/main/CONTRIBUTING.md -->

**Advanced**

<!-- How to fill the advanced section is detailed below! -->

- [x] Category: ...
- [x] Impacts: ...

<!-- [Category] Please use one of the categories below, it will help us
into better understanding the urgency of the PR -->
<!-- * ✨ Introduce new features -->
<!-- * 📝 Add or update documentation -->
<!-- * ✅ Add or update tests -->
<!-- * 🐛 Fix a bug -->
<!-- * 🏷️ Add or update types -->
<!-- * ⚡️ Improve performance -->
<!-- * _Other(s):_ ... -->

<!-- [Impacts] Please provide a comma separated list of the potential
impacts that might be introduced by this change -->
<!-- * Generated values: Can your change impact any of the existing
generators in terms of generated values, if so which ones? when? -->
<!-- * Shrink values: Can your change impact any of the existing
generators in terms of shrink values, if so which ones? when? -->
<!-- * Performance: Can it require some typings changes on user side?
Please give more details -->
<!-- * Typings: Is there a potential performance impact? In which cases?
-->
@github-actions
Copy link
Contributor

github-actions bot commented Dec 7, 2025

👋 A preview of the new documentation is available at: http://69353a720775efca1b4727d7--dubzzz-fast-check.netlify.app

@dubzzz dubzzz merged commit 4412648 into main Dec 7, 2025
52 checks passed
@dubzzz dubzzz deleted the entity-graph branch December 7, 2025 08:33
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