proper icon indicating copy to clipboard operation
proper copied to clipboard

Question about using proper with Elixir

Open imetallica opened this issue 9 years ago • 3 comments

Hi, I would like to use your lib with an Elixir project. Is there a way to integrate it with Elixir or use it with Elixir?

imetallica avatar Feb 01 '16 14:02 imetallica

The answer to this question is that most likely there is some (easy?) way to use PropEr from Elixir, but we currently lack the know-how and time to devote to its proper investigation. Help from the Elixir community (i.e. some investigation and pull request) is needed if this is to happen.

kostis avatar May 01 '16 07:05 kostis

The problem are the includes and erlang defines, on which you need to wrap functions, because there is no way to import them on elixir.

-----Mensagem Original----- De: "Kostis Sagonas" [email protected] Enviada em: ‎01/‎05/‎2016 04:52 Para: "manopapad/proper" [email protected] Cc: "Iuri L. Machado" [email protected]; "Author" [email protected] Assunto: Re: [manopapad/proper] Question about using proper with Elixir (#112)

The answer to this question is that most likely there is some (easy?) way to use PropEr from Elixir, but we currently lack the know-how and time to devote to its proper investigation. Help from the Elixir community (i.e. some investigation and pull request) is needed if this is to happen. — You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub

imetallica avatar May 01 '16 16:05 imetallica

@kostis late answer but check (pun intended) the PropCheck library. https://github.com/alfert/propcheck

sebastienatplumbee avatar Jul 26 '17 17:07 sebastienatplumbee