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

Rename ltypes.py to lpython.py #1620

Merged
merged 2 commits into from
Mar 25, 2023

Conversation

ADV1K
Copy link
Contributor

@ADV1K ADV1K commented Mar 24, 2023

Fixes #1602

I have changed all the imports and related instances of ltypes to lpython.
However I do have some doubts regarding the changes inside python_ast_to_asr.cpp as changing the variable names from ltypes to lpython might be confusing. Please do let me know if i should revert that change.

I have also tested that importing lpython works and updated the test references.

Copy link
Contributor

@certik certik left a comment

Choose a reason for hiding this comment

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

Thanks for fixing this!

I think that this is fine, I didn't see any issues, but I would like @czgdp1807, @Smit-create and @Thirumalai-Shaktivel to also review, to ensure we didn't miss anything.

Copy link
Collaborator

@Smit-create Smit-create left a comment

Choose a reason for hiding this comment

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

I think it looks good, just a rename so shouldn't have any issues.

@certik certik merged commit a1ba1a1 into lcompilers:main Mar 25, 2023
@certik
Copy link
Contributor

certik commented Mar 25, 2023

Ok, let's merge it then. If anything breaks, let's fix it as we go.

Thanks @ADV1K for fixing this!

@ADV1K ADV1K deleted the chore/rename-ltypes-to-lpython branch March 25, 2023 20:34
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.

Rename ltypes.py to lpython.py
5 participants