-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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 crash on Xpressive when using integrate
function
#7499
Conversation
integrate
function
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Initial review.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just tested, LGTM. The review below is just about code style.
Actually, this is a simple one line fix from what I looked at. If you don't mind, I'll close this one and open my fix. The rest seems to be plain renames. |
@gnudles since you didn't reply, I believe you have forgotten about this. I'll give a one week notice and if you don't respond, I'll close this one and take over with my version of the fix. I'll still credit you in the fix. |
Please wait with that. Changing types can be dangerous. I do not have too much free time to work on this, but it is better that I will perform the changes |
Ok then. |
@Rossmaxx thank you for your patience |
10a6e09
to
5a5bd62
Compare
5a5bd62
to
399769b
Compare
@sakertooth would you like to merge it? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm okay with the changes and the fix (tested it again just now and it seems the crash is gone) 👍
Fixes: #7468