Phobos interdependency and public unit tests #33
thewilsonator
started this conversation in
General
Replies: 1 comment 3 replies
-
|
The tooling isn't set up to do anything with the Phobos v3 code right now, but don't we already have a tool that's doing this for Phobos v2? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
From this months beerconf about reducing/documenting the interdependencies between phobos modules:
Pull out publicly documented unittests and verify that no any/all selective imports are present in the unittest and no global imports from that module.
->
and check this still compiles.
Beta Was this translation helpful? Give feedback.
All reactions