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

assert message strings #2449

Closed
benjiqq opened this issue Sep 3, 2021 · 0 comments · Fixed by #2509
Closed

assert message strings #2449

benjiqq opened this issue Sep 3, 2021 · 0 comments · Fixed by #2509
Labels
bug Bug that shouldn't change language semantics when fixed. Easy Pickings Used to denote issues that should be easy to implement help wanted

Comments

@benjiqq
Copy link
Contributor

benjiqq commented Sep 3, 2021

Version Information

latest vyper

What's your issue about?

when I do

assert 1==1, concat("a","b")

I get:
vyper.exceptions.InvalidType: Reason must UNREACHABLE or a string literal

@charles-cooper charles-cooper added bug Bug that shouldn't change language semantics when fixed. Easy Pickings Used to denote issues that should be easy to implement help wanted labels Oct 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug that shouldn't change language semantics when fixed. Easy Pickings Used to denote issues that should be easy to implement help wanted
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants