Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Propcheck gives a warning when run on elixir 1.17 #229

Open
zkessin opened this issue Aug 21, 2024 · 3 comments
Open

Propcheck gives a warning when run on elixir 1.17 #229

zkessin opened this issue Aug 21, 2024 · 3 comments

Comments

@zkessin
Copy link

zkessin commented Aug 21, 2024

I am running propcheck version 1.4 with elixir 1.17 and am getting this warning

    warning: ExUnit.Case.register_test/4 is deprecated. Use register_test/6 instead
    │
  5 │   property "my property", [], _context do
    │   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    │

@brettwise
Copy link

Fix has been merged but I guess not released: #227

@brettwise
Copy link

brettwise commented Sep 24, 2024

@zkessin until they cut a new release with it one solution is to specify the SHA that contains the updated code by pointing your dep at it directly like:

{:propcheck, github: "alfert/propcheck", ref: "c564e89d3873caf9c6bf64a2af4bb3890e24ecf1", only: [:test, :dev]},

@edennis
Copy link

edennis commented Oct 29, 2024

Thanks for this awesome library! Any chance at cutting a new release? 🙏🏻

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

No branches or pull requests

3 participants