Require external libraries first
- Feb 15, 2022
-
-
Björn Brandenburg authored
As Pierre pointed out in [MR187](!187), we don't want updates in any of our dependencies to accidentally shadow Prosa symbols. Hence, always import Prosa modules last to make sure Prosa symbols "win" any name clashes.
c2e40ace
-
- Feb 14, 2022
-
-
Pierre Roux authored
This way, an addition in external libraries cannot shadow a definition in Prosa.
-