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

Direct use of symbolic boolean values. #109

Open
BenSpencer opened this issue Mar 26, 2014 · 1 comment
Open

Direct use of symbolic boolean values. #109

BenSpencer opened this issue Mar 26, 2014 · 1 comment

Comments

@BenSpencer
Copy link
Contributor

In some cases there can be an implied branch with no source-code branch, which we will miss.

See _checkbox-direct-use-of-checked.html from 5673da2, which should match the behaviour of checkbox.html but does not see any branch.

Maybe we should be inserting some "pseudo-branch" on the return value of an onclick handler?

@sema
Copy link
Contributor

sema commented Apr 1, 2014

It looks like a place where some "pseudo-branch" on the return value would be of use. I'm not sure however how to insert such a branch easily, since we only do that right now in the symbolic interpreter.

BenSpencer added a commit that referenced this issue Jul 3, 2014
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

No branches or pull requests

2 participants