✨ Add entityGraph for schema-based structures#6333
Conversation
|
|
👋 A preview of the new documentation is available at: http://6932bf25e9f719881678b11c--dubzzz-fast-check.netlify.app |
@fast-check/ava
@fast-check/expect-type
fast-check
@fast-check/jest
@fast-check/packaged
@fast-check/poisoning
@fast-check/vitest
@fast-check/worker
commit: |
Codecov Report❌ Patch coverage is
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
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
👋 A preview of the new documentation is available at: http://693321bfcd2d7654931737b7--dubzzz-fast-check.netlify.app |
|
👋 A preview of the new documentation is available at: http://6933238a1e48345f35c632e0--dubzzz-fast-check.netlify.app |
|
👋 A preview of the new documentation is available at: http://693325cb53d255500e1116dc--dubzzz-fast-check.netlify.app |
|
👋 A preview of the new documentation is available at: http://6934390de62416938e8cc7d2--dubzzz-fast-check.netlify.app |
**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? -->
|
👋 A preview of the new documentation is available at: http://69353a720775efca1b4727d7--dubzzz-fast-check.netlify.app |
Description
Checklist — Don't delete this checklist and make sure you do the following before opening the PR
pnpm run bumpand flag the impacts properlyAdvanced