This repository was archived by the owner on Nov 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
feat: infer purity for imported functions #224
Closed
lukarade
wants to merge
368
commits into
main
from
171-feat-infer-purity-of-imported-functions-and-names
Closed
feat: infer purity for imported functions #224
lukarade
wants to merge
368
commits into
main
from
171-feat-infer-purity-of-imported-functions-and-names
Conversation
This file contains 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
# Conflicts: # src/library_analyzer/processing/api/__init__.py
…e extra ast traversal
# Conflicts: # src/library_analyzer/processing/api/__init__.py
…rator functions and dataclasses
…th init functions / member access / async functions
5 tasks
🦙 MegaLinter status: ❌ ERROR
See detailed report in MegaLinter reports |
…e refactoring, added `defaultset`, removed duplicate type hints, corrected typos)
…1-feat-infer-purity-of-imported-functions-and-names # Conflicts: # src/library_analyzer/processing/api/purity_analysis/__init__.py # src/library_analyzer/processing/api/purity_analysis/_get_module_data.py # src/library_analyzer/processing/api/purity_analysis/_infer_purity.py # src/library_analyzer/processing/api/purity_analysis/model/_reference.py
…and-names # Conflicts: # src/library_analyzer/processing/api/purity_analysis/_build_call_graph.py # src/library_analyzer/processing/api/purity_analysis/_get_module_data.py # src/library_analyzer/processing/api/purity_analysis/_infer_purity.py # src/library_analyzer/processing/api/purity_analysis/_resolve_references.py # src/library_analyzer/processing/api/purity_analysis/model/__init__.py # src/library_analyzer/processing/api/purity_analysis/model/_call_graph.py # src/library_analyzer/processing/api/purity_analysis/model/_module_data.py # src/library_analyzer/processing/api/purity_analysis/model/_purity.py # tests/library_analyzer/processing/api/purity_analysis/test_get_module_data.py # tests/library_analyzer/processing/api/purity_analysis/test_infer_purity.py # tests/library_analyzer/processing/api/purity_analysis/test_resolve_references.py
…alues from purity to resolve references
This was
linked to
issues
Mar 3, 2024
This PR has been closed because development has been moved to another branch due to major changes to |
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 #171 #225 #237
Blocks merge of #211
Summary of Changes