-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Difficulties upgrading PLY #13399
Copy link
Copy link
Open
Description
Description
PLY no longer writes table files or cached data, like the _lextab files we use. The API has changed significantly and is not obviously / easily adaptable to our current usage. Our version of PLY is 2 years old and works, but we might not be able to update, including for bug fixes, given the incompatibility.
Perhaps this should be an item for future dev-cons.
Additional context
See https://github.com/dabeaz/ply/blob/master/CHANGES.
PLY files are also not compatible with modern python syntax preferences ( #13396 )
Reactions are currently unavailable