This repository was archived by the owner on Jun 13, 2024. It is now read-only.
This repository was archived by the owner on Jun 13, 2024. It is now read-only.
ALIEN_EXPORT is sometimes used ONLY to satisfy unit tests #103
Unit tests must access and stress internal components of Alien. Currently, to access these objects, they have to be exported, so they can be called by the consumer test program.
This leads to exposing a lot of internal objects to end-user.
We should rethink the way we make these tests, to integrate them deeper in Alien and avoid leaking private API.