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

Support for building stdlib packages #63

Open
seddonym opened this issue Jul 24, 2019 · 0 comments
Open

Support for building stdlib packages #63

seddonym opened this issue Jul 24, 2019 · 0 comments

Comments

@seddonym
Copy link
Owner

seddonym commented Jul 24, 2019

Currently, grimp fails to build a graph of a stdlib package:

>>> import grimp
>>> g = grimp.build_graph('sys')
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File ".../lib/grimp/src/grimp/application/usecases.py", line 26, in build_graph
    file_system=file_system,
  File ".../lib/grimp/src/grimp/adaptors/packagefinder.py", line 23, in determine_package_directory
    assert package_filename.origin  # For type checker.
AssertionError
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

No branches or pull requests

1 participant