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

Handle basic non-recursive type constructors #3

Closed
alfert opened this issue Aug 31, 2015 · 3 comments
Closed

Handle basic non-recursive type constructors #3

alfert opened this issue Aug 31, 2015 · 3 comments

Comments

@alfert
Copy link
Owner

alfert commented Aug 31, 2015

  • unions
  • ordinary ranges
  • tuples
  • maps
@evnu
Copy link
Collaborator

evnu commented Aug 17, 2017

To put this into perspective, is this issue meant to adress missing type generators to create a type from a @type spec?

@alfert
Copy link
Owner Author

alfert commented Aug 18, 2017

Yes, exactly. In particular maps are missing. But differences between the syntax of type expressions of Elixir vs. Erlang are also a problem, since at some point PropEr works on the literal strings of type expressions and assumes an Erlang syntax. My understanding was that this requires to re-implement a whole bunch of PropEr, which is quite complicated inside. This was the reason to stop this endeavour and create this issue as an reminder.

@alfert
Copy link
Owner Author

alfert commented Jul 22, 2018

Won't fix - auto-generators are now remove from the source code base.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants