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

Split CompilationUnit into CompilationUnit + SourceUnit #316

Merged
merged 5 commits into from
Dec 22, 2022
Merged

Conversation

montyly
Copy link
Member

@montyly montyly commented Dec 5, 2022

WIP to stress test through the CI


def create_source_units(self, filename: Filename) -> SourceUnit:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would rename this to make it clear it doesn't accept a list

Suggested change
def create_source_units(self, filename: Filename) -> SourceUnit:
def create_source_unit(self, filename: Filename) -> SourceUnit:

@0xalpharush
Copy link
Contributor

This is missing #309

Rename create_source_units -> create_source_unit
@montyly
Copy link
Member Author

montyly commented Dec 22, 2022

Note: the CI failed because of #327

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

Successfully merging this pull request may close these issues.

2 participants