-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
fixes 1230: Error:string sub-command REGEX, mode REPLACE needs at least 6 arguments total to command #1231
Conversation
…st 6 arguments total to command quoting the las argument of string REGEXP REPLACE function
@yuslepukhin Could you give me an opinion on the changes to |
@adamretter @clumsy I think this change is OK and the quotes are necessary. |
@yuslepukhin What parent CMake file did you mean? |
@clumsy This CMake is included into CMakeLists.txt off the root on line 309 when you invoke CMake with -DJNI=1 and so it gets built along with everything else. However, it is up to you. Neither Travis nor AppVeor are invoked for this PR somehow. I would love someone to run those. Other than that I could merge it. |
@clumsy I am sorry, this is the parent CMake, I am reading this wrong. So if someone would test this on Windows, I could merge it. |
@yuslepukhin Ok, I thought I started seeing things :) BTW, are there any plans of making the CMake build cross-platform? |
Thanks, I can participate in cross-platform build initiative from the OS X side. |
Closes #1230 |
quoting the las argument of string REGEXP REPLACE function