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

Support different integers in chr() #2203

Merged
merged 3 commits into from
Jul 24, 2023

Conversation

Shaikh-Ubaid
Copy link
Collaborator

@Shaikh-Ubaid Shaikh-Ubaid commented Jul 23, 2023

Comment on lines -1343 to +1344
dest_char[0] = val;
uint8_t extended_ascii = (uint8_t)val;
dest_char[0] = extended_ascii;
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@certik certik merged commit a394303 into lcompilers:main Jul 24, 2023
@Shaikh-Ubaid Shaikh-Ubaid deleted the char_changes_from_lfortran branch July 24, 2023 01:50
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.

chr() fails for integers other than kind 4
2 participants