Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Implement compiler get_imports() #11

Open
NotPeopling2day opened this issue Jun 3, 2022 · 1 comment
Open

Implement compiler get_imports() #11

NotPeopling2day opened this issue Jun 3, 2022 · 1 comment
Labels
category: feature New feature or request size: 2 pieces Relatively easy, but requires some thought

Comments

@NotPeopling2day
Copy link
Contributor

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
ApeWorX/ape-vyper#43

@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
@antazoey
Copy link
Member

bump - running into this issue in cairo projects.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
category: feature New feature or request size: 2 pieces Relatively easy, but requires some thought
Projects
None yet
Development

No branches or pull requests

2 participants