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 DOCTEST_CONFIG_TREAT_CHAR_STAR_AS_STRING typos #706

Open
wants to merge 10 commits into
base: dev
Choose a base branch
from
Open

Conversation

Saalvage
Copy link
Member

@Saalvage Saalvage commented Oct 4, 2022

Fixes #674

There seems to be a giant rat's tail associated with this flag.. Will need to take a look at later.

DanielKriz and others added 9 commits September 13, 2022 04:36
Name of target is different from the name of executable. Therefore this
example would fail in the generation phase.
CMake's `FindMPI` module sets `MPIEXEC_EXECUTABLE` and `MPIEXEC_NUMPROC_FLAG`. We use them so it works for different MPI implementations.
* Explicitly convert pointer in `filldata<T*>::fill`

* Add regression test

* Increase standard compliance

* Collect test output

* Collect test output

* Fix warnings

* Add GCC workaround

* Update doctest.h

* Move __extension__

* Use different workaround

* Add missing const qualifier

Co-authored-by: Salvage <29021710+Saalvage@users.noreply.github.com>
* Add sanitizer CI

* Fix setup

* Separate sanatizers

* Add integer sanitizers

* Finalize sanitizer list

* Specify libc++

* Remove overly complicated sanitizers

* Readd removed CI

* Suppress hash() clang integer sanitizer issues

* Add changes to parts

* Add version limit

Co-authored-by: Stefan <29021710+Saalvage@users.noreply.github.com>
@codecov
Copy link

codecov bot commented Oct 4, 2022

Codecov Report

Merging #706 (2bd5148) into dev (4e38208) will not change coverage.
The diff coverage is n/a.

❗ Current head 2bd5148 differs from pull request most recent head b19d2f9. Consider uploading reports for the commit b19d2f9 to get more accurate results

@@           Coverage Diff           @@
##              dev     #706   +/-   ##
=======================================
  Coverage   92.19%   92.19%           
=======================================
  Files           2        2           
  Lines        2127     2127           
=======================================
  Hits         1961     1961           
  Misses        166      166           
Impacted Files Coverage Δ
doctest/parts/doctest_fwd.h 97.70% <ø> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

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.

Error including DOCTEST_CONFIG_TREAT_CHAR_STAR_AS_STRING
7 participants