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

release 0.1.1 doesn't define conform/2 for contract #34

Closed
jvantuyl opened this issue Nov 2, 2023 · 1 comment
Closed

release 0.1.1 doesn't define conform/2 for contract #34

jvantuyl opened this issue Nov 2, 2023 · 1 comment
Labels
bug Something isn't working
Milestone

Comments

@jvantuyl
Copy link

jvantuyl commented Nov 2, 2023

I get this warning when I compile with 0.1.1:

warning: function conform/2 required by behaviour Drops.Contract is not implemented (in module ModuleName)
  lib/module_name.ex:1: ModuleName (module)

Goes away with 0.1.0, presumably because that function is defined?

@solnic
Copy link
Owner

solnic commented Nov 3, 2023

Ahh thank you for reporting this! I'll get this fixed in 0.2.0 :)

@solnic solnic added the bug Something isn't working label Nov 3, 2023
@solnic solnic added this to the v0.2.0 milestone Nov 3, 2023
@solnic solnic closed this as completed in a091885 Jan 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

No branches or pull requests

2 participants