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 santitizer for doctests #59

Merged
merged 2 commits into from
Feb 4, 2020
Merged

Fix santitizer for doctests #59

merged 2 commits into from
Feb 4, 2020

Conversation

jonhoo
Copy link
Owner

@jonhoo jonhoo commented Feb 4, 2020

This works around rust-lang/rust#53945 using the trick proposed in rust-lang/rust#53945 (comment).

@codecov
Copy link

codecov bot commented Feb 4, 2020

Codecov Report

Merging #59 into master will increase coverage by 0.83%.
The diff coverage is n/a.

Impacted Files Coverage Δ
src/map.rs 87.94% <ø> (+1.32%) ⬆️

The fix of using `ld.gold` from
rust-lang/rust#53945 (comment)
sadly did not work for me, so instead we're going to only run ASAN on
unit and integration tests. It's not great.
@jonhoo jonhoo merged commit cc62e70 into master Feb 4, 2020
@jonhoo jonhoo deleted the doctest-sanitizer-fix branch February 4, 2020 02:30
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.

1 participant