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

i#4097: Fix flush-the-world code region locating #4101

Merged
merged 1 commit into from
Feb 14, 2020

Conversation

derekbruening
Copy link
Contributor

Fixes a bug where flushing 0..-1 found only the very first code
region, due to passing 0..0 to binary_search.

Adds a unit test and an assert on passing 0..0 in the future.

Fixes #4097

Fixes a bug where flushing 0..-1 found only the very first code
region, due to passing 0..0 to binary_search.

Adds a unit test and an assert on passing 0..0 in the future.

Fixes #4097
@derekbruening derekbruening merged commit bb93936 into master Feb 14, 2020
@derekbruening derekbruening deleted the i4097-flush-world branch February 14, 2020 21:07
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.

flushing [0,-1] results in failing to identify whether code was executed
1 participant