-
Notifications
You must be signed in to change notification settings - Fork 217
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
Probable serious regression with string handling #1066
Comments
Thanks @trantor !! I had never intentionally supported multi-line string literals (it seems they worked in Miller <= 5 by accident) and wasn't aware of this change. I'll take a look -- thanks! |
@johnkerl in my production case I used it to write a multi-line SQL query in a decently readable format, just as an example, so I would much appreciate if you were to introduce formal support for them ;D |
@trantor totally!!!! :) |
Thanks a lot @johnkerl . I'll compile it and try it as soon as I get a free second ;D. |
Btw @johnkerl would it make sense to have a minor release with this improvement? |
@trantor sure :) |
@johnkerl I confirm that the fix works. Could you release a new minor release for this then? Thanks in advance. |
@trantor yes soon :) Super-busy with day job right now but soon -- hopefully by end of August |
Hello @johnkerl . Today some of my code using miller 5 was run using miller 6 and broke spectacularly XD .
I am gonna give a simple test case which does nothing useful:
Apparently multi-line string literals are broken, which is a big problem. Am I missing something?
Bye
The text was updated successfully, but these errors were encountered: