dlmarion commented on PR #90: URL: https://github.com/apache/accumulo-access/pull/90#issuecomment-3662595686
Fixed most of the ANTLR code. Issue now is that AccessExpressionAntlrEvaluator can't extend AccessEvalutor because it is not listed in its `permits` clause. I can't add it to the clause because it's buried down in `src/it/antlr4-example`. Would either need to add this directory to the classpath somehow, or move the ANTLR code into one of the existing directories that is on the classpath. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
