Feature/utils coverage
- Nov 03, 2020
-
-
Stéphane Del Pino authored
These are pugs initialize and finalize functions. These functions cannot be checked in the unit-tests framework.
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
Also rename test file (getting rid of the 'mpi_' prefix)
-
Stéphane Del Pino authored
Actually, it is not easy to check these utilities and could be risky. Checking these features could change the behavior of the other tests unexpectedly.
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
Actually fixed a few issues and make functions escapeString() and unescapeString() reciprocal. This later change leads to a grammar change, now literal do not store quotes: before `"foo"` was stored as the string "\"foo\"", now it is just stored as "foo".
-
- Nov 02, 2020
-
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
This prevent some weird implicit constructions that could occur chaining implicit conversions
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
Also made a few cosmetic cleanups
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
The considered code was an alternate strategy to define cell-cell connectivity: through nodes.
-
Stéphane Del Pino authored
-
- Oct 30, 2020
-
-
Stéphane Del Pino authored
Also add a bunch of missing [[nodiscard]] qualifiers and fixed its effects.
-