You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Integrating lint in the general flow can be done only once #638 is solved.
Lint strongly relies on vpcmodel structs
The Output generator also resides in vpcmodel
vpcmodel is kindda spaghetti
Lint resides in a dedicated package, not vpcmodel
Integrating as is will create a circular dependency
Thus, we can integrate either by moving Lint into the vpcmodel or by separation of vpcmodel to distinct well defined packages with interfaces between them. The former solution is highly undesired, and thus we are left with the later one
(I did performs a few attempts of a quick and dirty separation of the vpcmodel that will enable the integration, and ended up with circular dependencies. Seems there are no short cuts here)
By the way, why isn't "lint" a separate use case?
Originally posted by @zivnevo in #875 (comment)
The text was updated successfully, but these errors were encountered: