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

object member references are treated as constant expressions at parse time which can lead to crashes #817

Closed
davidnich opened this issue May 3, 2016 · 0 comments
Assignees
Milestone

Comments

@davidnich
Copy link
Contributor

when such expressions are evaluated at parse time (such as in a case expression for example)

@davidnich davidnich self-assigned this May 3, 2016
@davidnich davidnich added the bug label May 3, 2016
@davidnich davidnich added this to the 0.8.12 milestone May 3, 2016
davidnich added a commit that referenced this issue May 3, 2016
…expressions returning a constant value which could cause a crash when used in an expression used to initialize a constant value at parse time
tethal added a commit that referenced this issue May 3, 2016
refs #817 fixed a bug where object member references were treated as …
@tethal tethal added the fixed label May 3, 2016
@tethal tethal closed this as completed May 3, 2016
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