divijvaidya commented on PR #14229: URL: https://github.com/apache/kafka/pull/14229#issuecomment-1695531757
@tanay27 When I run this script, I get the following warnings: ``` python3 version_change.py --version 3.6.2 WARNING: Couldn't write lextab module <module 'slimit.lextab' from '/home/ec2-user/.local/lib/python3.9/site-packages/slimit/lextab.py'>. Won't overwrite existing lextab module WARNING: yacc table file version is out of date WARNING: Token 'BLOCK_COMMENT' defined, but not used WARNING: Token 'CLASS' defined, but not used WARNING: Token 'CONST' defined, but not used WARNING: Token 'ENUM' defined, but not used WARNING: Token 'EXPORT' defined, but not used WARNING: Token 'EXTENDS' defined, but not used WARNING: Token 'IMPORT' defined, but not used WARNING: Token 'LINE_COMMENT' defined, but not used WARNING: Token 'LINE_TERMINATOR' defined, but not used WARNING: Token 'SUPER' defined, but not used WARNING: There are 10 unused tokens WARNING: Couldn't create <module 'slimit.yacctab' from '/home/ec2-user/.local/lib/python3.9/site-packages/slimit/yacctab.py'>. Won't overwrite existing tabmodule ``` Do you know if they are expected? If not, can we fix them? -- 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]
