-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
The point of the CleanUpVisitor is to remove every single dependency to Cometary. That means namespaces, classes, attributes, metadata references, etc. It currently only removes usings that start with Cometary, and destroys the program as it does it.
It should also be smarter -- not only should it remove references to Cometary, but also to packages that depend on it.
Reactions are currently unavailable