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

feat: purity analysis for MemberAccesses #212

Closed
4 tasks done
lukarade opened this issue Jan 5, 2024 · 1 comment
Closed
4 tasks done

feat: purity analysis for MemberAccesses #212

lukarade opened this issue Jan 5, 2024 · 1 comment
Assignees
Labels
enhancement 💡 New feature or request purity Inferring the purity of functions

Comments

@lukarade
Copy link
Contributor

lukarade commented Jan 5, 2024

Is your feature request related to a problem?

At the moment, MemberAccesses are not handled at all.
A MemberAccess is either access of an instance variable, a class variable or a method call (on those variables).

Desired solution

The purity of MemberAccesses (MemberAccessTarget & MemberAccessValue) should be infered

  • get modul data for MemberAccesses
  • resolve references for MemberAccesses
  • build call graph for MemberAccesses
  • infer purtiy for MemberAccesses

Possible alternatives (optional)

No response

Screenshots (optional)

No response

Additional Context (optional)

No response

@lukarade lukarade added enhancement 💡 New feature or request purity Inferring the purity of functions labels Jan 5, 2024
@lukarade lukarade self-assigned this Jan 5, 2024
@lukarade
Copy link
Contributor Author

lukarade commented Apr 7, 2024

This was implemented within #223.

@lukarade lukarade closed this as completed Apr 7, 2024
@github-project-automation github-project-automation bot moved this from Backlog to ✔️ Done in Library Analysis Apr 7, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement 💡 New feature or request purity Inferring the purity of functions
Projects
Status: ✔️ Done
Development

Successfully merging a pull request may close this issue.

1 participant