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

builtin, strings: improve consistency and behavior regarding explicit mutability #21566

Merged
merged 2 commits into from
Jul 10, 2024

Conversation

ttytm
Copy link
Member

@ttytm ttytm commented May 24, 2024

Will require to pass a buffer arg that is muted as mutable.

The variables that were passed to the updated utf32_ fns were were already declared as mutable, the change makes sure the arg needs to be passed as mutable as well.

@ttytm ttytm changed the title builtin, strings: improve consistency and behavior regarding explicity mutability builtin, strings: improve consistency and behavior regarding explicit mutability May 24, 2024
@ttytm ttytm marked this pull request as draft May 24, 2024 22:37
@ttytm ttytm marked this pull request as ready for review May 26, 2024 10:19
@ttytm ttytm added the Breaking Change This PR introduces changes that break backward compatibility. Requires manual review. label May 27, 2024
@ttytm
Copy link
Member Author

ttytm commented May 28, 2024

@spytheman this one would would be need to sync merged with the PR at vlang/ved to allow for green CI.

@medvednikov medvednikov reopened this Jul 10, 2024
@medvednikov medvednikov merged commit 2a368cf into vlang:master Jul 10, 2024
138 of 141 checks passed
@ttytm ttytm deleted the v/improve-explicit-mutability branch July 10, 2024 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Breaking Change This PR introduces changes that break backward compatibility. Requires manual review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants