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

Fix off-by-one error in annotated string concat #51803

Merged
merged 1 commit into from
Oct 23, 2023

Conversation

tecosaur
Copy link
Contributor

A new unit test is also added for the edge-case found, and a few details of the test string adjusted to make it easier to reason about at a glance.


This seems to have slipped into #49586 when the annotatedstring function had to be refactored to no longer use eachstyle (which was moved into the stdlib), and escaped the unit tests for index corectness.

A new unit test is also added for the edge-case found, and a few details
of the test string adjusted to make it easier to reason about at a
glance.
@tecosaur
Copy link
Contributor Author

The CI errors seem to be with cmdlineargs, ccall, and Libdl. In other words, unrelated.

@KristofferC KristofferC merged commit 0b54306 into JuliaLang:master Oct 23, 2023
3 checks passed
@tecosaur tecosaur deleted the fix-stystr-off-by-one-err branch February 1, 2024 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants