You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
ValueActionFactory
to capture the function namesJavaTranslationProcess
The text was updated successfully, but these errors were encountered: