You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because V's string encoding in UTF8 default, I think it is user's responsibility to make sure their string literals are valid utf8 sequences.
I think we should keep this warning message.
If user try to build a string with invalid UTF8 sequence, he can first use a []u8 construct the string, and then use something like tos convert it to V's string.
Describe the bug
Reproduction Steps
see description
Expected Behavior
Should not produce warning.
Current Behavior
see description
Possible Solution
From Discord:
JalonSolov — Yesterday at 5:49 PM
This is likely the culprit... just merged today... #23721
Additional Information/Context
tcn — Yesterday at 5:20 PM
ran this in termux
same error
V version
V 0.4.9 2015aa3
Environment details (OS name and version, etc.)
Note
You can use the 👍 reaction to increase the issue's priority for developers.
Please note that only the 👍 reaction to the issue itself counts as a vote.
Other reactions and those to comments will not be taken into account.
The text was updated successfully, but these errors were encountered: