Costa Bushnaq

Results 11 issues of Costa Bushnaq

`spanP` is defined as below: ```haskell spanP :: String -- description -> (Char -> Bool) -- predicate -> Parser String spanP desc = many . parseIf desc ``` Using `many`...

File has been superseded by `Makefile`. Has been verified not to run under a build. Should be removed

Translation made to CMake ; in relation with https://github.com/root-project/root/issues/8906

Testing!

Translation made to CMake ; in relation with https://github.com/root-project/root/issues/8905

Testing!

ranslation made to CMake ; in relation with https://github.com/root-project/root/issues/8913

Testing!

Translation made to CMake ; in relation with https://github.com/root-project/root/issues/8907

Testing!

Translation made to CMake ; in relation with https://github.com/root-project/root/issues/8912

Testing!

making use of the new fixtures added in ROOTTEST_ADD_TEST fixes https://github.com/root-project/root/issues/8911

Test is failling on ASAN build- disabling it should fix it

Translated single explicit test

Testing!