jbcoe / value_types

value types for composite class design - with allocators
MIT License
37 stars 13 forks source link

Re-enable ASAN and TSAN on Bazel #394

Closed jbcoe closed 7 months ago

jbcoe commented 8 months ago

Sanitizers were disabled as they had become flaky on main at HEAD.

We should get them working again. Sanitizers are cool.

jbcoe commented 7 months ago

We have an open PR that applies code fixes https://github.com/jbcoe/value_types/pull/388, once it passes tests we can merge the PR and close this issue.