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

[M12] Ingestion of code library #782

Closed
6 tasks done
vincentraymond-ua opened this issue Feb 6, 2024 · 0 comments · Fixed by #847
Closed
6 tasks done

[M12] Ingestion of code library #782

vincentraymond-ua opened this issue Feb 6, 2024 · 0 comments · Fixed by #847

Comments

@vincentraymond-ua
Copy link
Contributor

vincentraymond-ua commented Feb 6, 2024

[1.12] Develop initial approach to automatically ingest library interface

We need some way of mapping that repo to a namespace in order to unify FNs (ex. https://github.com/scikit-learn/scikit-learn/tree/1.4.0-1 -> sklearn)
12:22

Some languages have a nice unified way of managing deps, while others are a bit of a mess. This might be beyond M12 scope, but it would be helpful to brainstorm a bit about the design of a language-specific system component to discover a project’s dependencies. For the M12 milestone, it is probably sufficient to specify the dependency/ies semi-manually (maybe changing our ingestion endpoint to support an optional arg which is a list of dep URLs?).

@vincentraymond-ua vincentraymond-ua added this to the [DARPA] Milestone 12 milestone Feb 9, 2024
vincentraymond-ua added a commit that referenced this issue Mar 15, 2024
## Summary of Changes
-Adds support for dependencies that are compiled into the Python
interpreter like `time` and `sys`
-Adds and improves tests for module_locate module 

### Related issues

Resolves #782
Resolves #795
github-actions bot added a commit that referenced this issue Mar 15, 2024
## Summary of Changes
-Adds support for dependencies that are compiled into the Python
interpreter like `time` and `sys`
-Adds and improves tests for module_locate module

### Related issues

Resolves #782
Resolves #795 9754f0c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants