-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
@endo/far depends on @fast-check/ava via pass-style #1741
Labels
bug
Something isn't working
kriskowal-just-do-it-2024-01
Tasks that kriskowal can close out quickly to clear weeds
Comments
dckc
added a commit
that referenced
this issue
Aug 27, 2023
I just ran into this again when exploring
context: |
I'm running into this again in a PR review. |
gibson042
added a commit
that referenced
this issue
Nov 22, 2024
Fixes #1741 Rather than importing `fc` directly to export arbitraries, @endo/pass-style/tools.js now returns them from an exported `makeArbitraries` function that requires `fc` as an argument.
gibson042
added a commit
that referenced
this issue
Dec 2, 2024
Fixes #1741 Rather than importing `fc` directly to export arbitraries, @endo/pass-style/tools.js now returns them from an exported `makeArbitraries` function that requires `fc` as an argument. While technically a breaking change, it is pragmatically not marked as such because we are not aware of anything outside of Endo that imports a fast-check arbitrary.
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Labels
bug
Something isn't working
kriskowal-just-do-it-2024-01
Tasks that kriskowal can close out quickly to clear weeds
I was trying to
endo bundle ./src/txSync.js
where the only import is@endo/far
and I got:I asked
yarn why @fast-check/ava
and it says...sure enough, it's not in
devDependencies
:endo/packages/pass-style/package.json
Lines 34 to 36 in 9b17577
The text was updated successfully, but these errors were encountered: