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

Implement compiler get_imports() #43

Closed
NotPeopling2day opened this issue Jun 3, 2022 · 0 comments · Fixed by #61
Closed

Implement compiler get_imports() #43

NotPeopling2day opened this issue Jun 3, 2022 · 0 comments · Fixed by #61
Labels
category: feature New feature or request size: 2 pieces Relatively easy, but requires some thought

Comments

@NotPeopling2day
Copy link
Contributor

NotPeopling2day commented Jun 3, 2022

Overview

Implement the compiler's get_imports() method for gathering source_ids from each contract.

def get_imports(
        self, contract_filepaths: List[Path], base_path: Optional[Path]
    ) -> Dict[str, List[str]]:

ApeWorX/ape#623
ApeWorX/ape-solidity#36
https://github.com/ApeWorX/ape-cairo/issues/11

@NotPeopling2day NotPeopling2day added category: feature New feature or request size: 2 pieces Relatively easy, but requires some thought labels Jun 3, 2022
@NotPeopling2day NotPeopling2day self-assigned this Jun 3, 2022
@NotPeopling2day NotPeopling2day removed their assignment Jun 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: feature New feature or request size: 2 pieces Relatively easy, but requires some thought
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant