Closed
Description
Since the discussion in #1382 seems to be stopped here is a list of things, that still need to be addressed:
- remove JavaCC dependency from JSqlParser.jar, switch back to
- remove the need to run this generation keyword task. We agreed that simply adding to the grammar should be enough, but at the moment it isn't.
- my counter-proposal needs some additional work as well: either add your new keyword to the restricted list or add it to the relobj production, however this is enough to succeed in tests without rerunning some kind of generation task without some precompiling and stuff. However, for someone working with a JavaCC grammar file this work is straightforward. So you see I am going in direction of compromise, but for the first PRs comming in this PR is making implementing things worse, IMHO. Even you had to step in and correct PRs.
- try to preserve comments and stuff from relobj productions
- reference to this sphinx documentation: where on github should this website run and how to edit it. I don't like always referencing your server.
So if those things cannot be addressed I will disable those tests failing tests or maybe you could run it with your generation task. Or maybe you have a better approach to this.