You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?).
The text was updated successfully, but these errors were encountered:
## 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#782Resolves#795
## 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#782Resolves#7959754f0c
[1.12] Develop initial approach to automatically ingest library interface
Tasks
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?).
The text was updated successfully, but these errors were encountered: