-
Notifications
You must be signed in to change notification settings - Fork 221
OLA Trigger tidying and improvements #1015
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
Conversation
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.
Don't we need this to tell you which line the error occurs on?
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 found with this in place, the line numbers were wrong; with it removed, they were correct. It's probably worth testing on some other OSes though.
I think we could remove our yywrap function too, and just use the noyywrap option if it's present in old enough releases.
|
Thanks for the comments @nomis52 . This is blocking on #1014 (comment) in #1014 though. |
|
@nomis52 do you want to merge this if you're happy? |
|
LGTM |
OLA Trigger tidying and improvements
No description provided.