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

Refactor: Throw error if specific type intrinsics are called with wrong type arguments #3854

Merged
merged 4 commits into from
Apr 13, 2024

Conversation

HarshitaKalani
Copy link
Contributor

Fixes: #3849

@HarshitaKalani HarshitaKalani force-pushed the specific_type_01 branch 2 times, most recently from dc3e334 to a9e8a39 Compare April 12, 2024 06:24
@certik
Copy link
Contributor

certik commented Apr 12, 2024

Is this ready for review?

@HarshitaKalani
Copy link
Contributor Author

HarshitaKalani commented Apr 12, 2024

Yes, it can be reviewed. I wanted some suggestions if this approach looks fine to you. I was trying to make it modular.
Will write better commit messages.

@HarshitaKalani HarshitaKalani marked this pull request as ready for review April 12, 2024 14:00
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.

I think that this is fine. Thanks for cleaning it up!

@HarshitaKalani HarshitaKalani merged commit 27a7a37 into lfortran:main Apr 13, 2024
21 checks passed
@certik
Copy link
Contributor

certik commented Apr 14, 2024

Thanks!

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.

Throw error if intrinsics with specific type double precision are called with non-dp arguments
2 participants