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

Prevent mixed lists #626

Merged
merged 3 commits into from
Jan 11, 2018
Merged

Conversation

jacqueswww
Copy link
Contributor

- What I did

Removes the possibility to create mixed lists.

- How I did it

Removed MixedType and added an exception where it would usually be created.

- How to verify it

@public
def test():
    a = [1, 1.33]

should throw necessary exception.

- Description for the changelog

Mixed list support removed.

- Cute Animal Picture

@DavidKnott
Copy link
Contributor

LGTM, gonna merge when I bump the version 👍

@jacqueswww
Copy link
Contributor Author

Perfect :)

@DavidKnott DavidKnott merged commit 2a7bf27 into vyperlang:master Jan 11, 2018
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

Successfully merging this pull request may close these issues.

2 participants