Skip to content
This repository was archived by the owner on Nov 23, 2024. It is now read-only.
This repository was archived by the owner on Nov 23, 2024. It is now read-only.

Second Iteration for Purity-analysis #77

@lukarade

Description

@lukarade

Is your feature request related to a problem?

Right now, the Purity-analysis is not very accurate and can only handle simple FunctionDefs.
Also no values are inferred at the moment.

Desired solution

The next iteration should allow for a more precise analysis, in preparation for further analysis and inferring of source code:
Therefore, we need too correctly:

  • Check for ParameterAccess
  • Check for AttributeAccess
  • Check for InstanceAccess
  • Check for GlobalAccess

Possible alternatives (optional)

No response

Screenshots (optional)

No response

Additional Context (optional)

No response

Metadata

Metadata

Assignees

Labels

enhancement 💡New feature or requestpurityInferring the purity of functions

Type

No type

Projects

Status

✔️ Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions