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

Fix TEXT(?t) broken by sentinel removal (#238) #240

Merged
merged 2 commits into from Apr 24, 2019
Merged

Fix TEXT(?t) broken by sentinel removal (#238) #240

merged 2 commits into from Apr 24, 2019

Conversation

niklas88
Copy link
Member

@niklas88 niklas88 commented Apr 18, 2019

The first commit adds an e2e test showing the problem. This version is therefore expected to fail CI!

The second commit fixes what turns out to be a mix up of variables which got better names in a6b4775

Copy link
Member

@floriankramer floriankramer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If I understand the change correctly the old version simply used the wrong index for the matchingContexts list. If that is what this pr fixes it then it looks good to me. I don't understand how this is connected to the sentinel removal though.

@niklas88
Copy link
Member Author

If I understand the change correctly the old version simply used the wrong index for the matchingContexts list. If that is what this pr fixes it then it looks good to me. I don't understand how this is connected to the sentinel removal though.

Yes, this is what this PR does. When I removed the sentinels I changed the variable names to be easier to understand. In that change I mixed up one of the renames.

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.

None yet

2 participants