Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve reflection #35

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Improve reflection #35

wants to merge 9 commits into from

Conversation

charmoniumQ
Copy link
Contributor

Note, this PR is dependent on #31, #32, and #34. Those should be reviewed first.

In the early days, the only way to extend Reposcanner was to modify its source; this meant every analysis had to be written as a branch in this repository, and you had to merge branches to share analyses.

This PR allows analyses to be defined externally, so long as they are importable, e.g. my_module:MyAnalyses. The old way of writing just MyAnalysis (where MyAnalysis is some analysis written directly into reposcanner.contrib) will still work but will trigger a deprecation warning. See the updated documentation in README.md.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant