-
Notifications
You must be signed in to change notification settings - Fork 34
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
Unable to parse ESQL with nested block comments #96
Comments
Hi Jan, Regards |
Hi Thomas, Thanks for the reply. The comma should not matter, it is all in a block comment. Regards, |
Hi Jan, now understood the issue. That won't be easy. I am matching comments with regular expressions. Right now I have no idea how to specify a regex for these nested comments. |
Hi Thomas,
Thanks for the update. I also had looked into regexp with nested constructions, not easy.
Met vriendelijke groet,
With kind regards,
Jan Fluitsma
Integratie Specialist
+31 6 5375 7755
[cid:[email protected]]
[email protected]
www.virtualsciences.nl<http://www.virtualsciences.nl/>
Linkedin<https://www.linkedin.com/company-beta/27218/>
Twitter<https://twitter.com/virtualsciences>
Edisonbaan 15
3437 MN Nieuwegein
Bekijk hier de algemene voorwaarden van Conclusion<http://www.conclusion.nl/kleine-lettertjes/algemene-voorwaarden>
[cid:[email protected]]
From: Thomas Pohl <[email protected]>
Sent: donderdag 14 juni 2018 19:34
To: EXXETA/sonar-esql-plugin <[email protected]>
Cc: Jan Fluitsma <[email protected]>; Author <[email protected]>
Subject: Re: [EXXETA/sonar-esql-plugin] Unable to parse ESQL with nested block comments (#96)
Hi Jan,
now understood the issue. That won't be easy. I am matching comments with regular expressions. Right now I have no idea how to specify a regex for these nested comments.
Nevertheless is it a bug in the plugin.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#96 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AImjnbEGFQz2F71d1D_SA6_W3huySk9Vks5t8p6SgaJpZM4T4ava>.
|
Hi Thomas,
I got an issue with nested comments in ESQL. It looks simitar to #83 but in our case the code is valid.
`/* -----------------------------
... lines ommitted
... lines ommitted
*/`
It is a long time ago I looked into the code so I hope you can find the solution quicker then I can.
Regards,
Jan Fluitsma
The text was updated successfully, but these errors were encountered: