Skip to content
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

Update the Python implementation with latest good practices #30

Closed
hugoqnc opened this issue Jul 2, 2024 · 1 comment
Closed

Update the Python implementation with latest good practices #30

hugoqnc opened this issue Jul 2, 2024 · 1 comment
Labels
enhancement New feature or request python plugin issues related to the python implementation

Comments

@hugoqnc
Copy link
Contributor

hugoqnc commented Jul 2, 2024

The language support for Python was written before some general changes were introduced.
It should therefore be updated to take advantage of these changes, to have a more coherent and maintainable implementation.

  • Rewrite how values are resolved to make it closer to the Java implementation
    • Use ValueActionFactory to capture the function names
  • Refactor the translation similarly to what was done with JavaTranslationProcess
    • Add a reorganization layer if necessary
@hugoqnc hugoqnc added enhancement New feature or request python plugin issues related to the python implementation labels Jul 2, 2024
@n1ckl0sk0rtge
Copy link
Member

Fixed by #106, #109, #115, #119

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request python plugin issues related to the python implementation
Projects
None yet
Development

No branches or pull requests

2 participants