This repository was archived by the owner on Nov 23, 2024. It is now read-only.
feat: purity analysis for chained functions and simple cyclic functions#203
Merged
lars-reimann merged 288 commits intomainfrom Jan 3, 2024
Merged
feat: purity analysis for chained functions and simple cyclic functions#203lars-reimann merged 288 commits intomainfrom
lars-reimann merged 288 commits intomainfrom
Conversation
…s' into 90-function-to-resolve-references
…dict) in resolve_reference, adapted infer_purity to use this correctly
Contributor
Author
|
If this is merged, also merge #204 - it fixes all docstrings. |
lars-reimann
approved these changes
Jan 3, 2024
lars-reimann
pushed a commit
that referenced
this pull request
Jan 12, 2024
### Summary of Changes - Fixed existing Docstrings to follow the numbydoc style guide - Added all missing Docstrings for all classes and functions **Only merge after #203** --------- Co-authored-by: megalinter-bot <129584137+megalinter-bot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #77
Summary of Changes
This feature adds the last part of the purity analysis:
There are still a few things that need improvement: