-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add package cycle check #27
Comments
@nilshartmann @wuetherich, another thing to discuss tomorrow night. Perhaps @sormuras from the JUnit team would even be interested in providing his existing routine to Deptective, retrofitted to work with the parser's AST API? |
Sure. Count me in. |
Thanks, that's much appreciated! As it turns out, @wuetherich is working on
a PR already, so it's probably solved very soon. But in any case we'd love
your contributions to other loose ends in Deptective.
|
wuetherich
added a commit
to wuetherich/deptective
that referenced
this issue
Jan 17, 2019
wuetherich
added a commit
to wuetherich/deptective
that referenced
this issue
Jan 19, 2019
wuetherich
added a commit
to wuetherich/deptective
that referenced
this issue
Jan 19, 2019
gunnarmorling
added a commit
to wuetherich/deptective
that referenced
this issue
Jan 19, 2019
gunnarmorling
added a commit
to wuetherich/deptective
that referenced
this issue
Jan 19, 2019
gunnarmorling
added a commit
to gunnarmorling/deptective
that referenced
this issue
Jan 24, 2019
gunnarmorling
added a commit
to gunnarmorling/deptective
that referenced
this issue
Jan 24, 2019
gunnarmorling
added a commit
to gunnarmorling/deptective
that referenced
this issue
Jan 24, 2019
gunnarmorling
added a commit
to gunnarmorling/deptective
that referenced
this issue
Jan 24, 2019
gunnarmorling
added a commit
to gunnarmorling/deptective
that referenced
this issue
Jan 24, 2019
gunnarmorling
pushed a commit
to gunnarmorling/deptective
that referenced
this issue
Jan 24, 2019
gunnarmorling
added a commit
to gunnarmorling/deptective
that referenced
this issue
Jan 24, 2019
gunnarmorling
added a commit
to gunnarmorling/deptective
that referenced
this issue
Jan 24, 2019
gunnarmorling
added a commit
to gunnarmorling/deptective
that referenced
this issue
Jan 24, 2019
gunnarmorling
added a commit
to gunnarmorling/deptective
that referenced
this issue
Jan 24, 2019
gunnarmorling
added a commit
to gunnarmorling/deptective
that referenced
this issue
Jan 26, 2019
gunnarmorling
added a commit
to gunnarmorling/deptective
that referenced
this issue
Jan 26, 2019
gunnarmorling
added a commit
to gunnarmorling/deptective
that referenced
this issue
Jan 26, 2019
gunnarmorling
added a commit
to gunnarmorling/deptective
that referenced
this issue
Jan 26, 2019
…or specific sub-types
gunnarmorling
added a commit
to gunnarmorling/deptective
that referenced
this issue
Jan 26, 2019
…or specific sub-types
gunnarmorling
added a commit
to gunnarmorling/deptective
that referenced
this issue
Jan 27, 2019
…or specific sub-types
gunnarmorling
added a commit
to gunnarmorling/deptective
that referenced
this issue
Jan 27, 2019
gunnarmorling
added a commit
to gunnarmorling/deptective
that referenced
this issue
Jan 27, 2019
gunnarmorling
added a commit
to gunnarmorling/deptective
that referenced
this issue
Jan 27, 2019
gunnarmorling
added a commit
to gunnarmorling/deptective
that referenced
this issue
Jan 27, 2019
…or specific sub-types
gunnarmorling
added a commit
to gunnarmorling/deptective
that referenced
this issue
Jan 27, 2019
gunnarmorling
added a commit
to gunnarmorling/deptective
that referenced
this issue
Jan 27, 2019
gunnarmorling
pushed a commit
to gunnarmorling/deptective
that referenced
this issue
Jan 27, 2019
gunnarmorling
added a commit
to gunnarmorling/deptective
that referenced
this issue
Jan 27, 2019
gunnarmorling
added a commit
to gunnarmorling/deptective
that referenced
this issue
Jan 27, 2019
gunnarmorling
added a commit
to gunnarmorling/deptective
that referenced
this issue
Jan 27, 2019
gunnarmorling
added a commit
to gunnarmorling/deptective
that referenced
this issue
Jan 27, 2019
gunnarmorling
added a commit
to gunnarmorling/deptective
that referenced
this issue
Jan 27, 2019
gunnarmorling
added a commit
to gunnarmorling/deptective
that referenced
this issue
Jan 27, 2019
…or specific sub-types
gunnarmorling
added a commit
to gunnarmorling/deptective
that referenced
this issue
Jan 27, 2019
gunnarmorling
added a commit
to gunnarmorling/deptective
that referenced
this issue
Jan 27, 2019
gunnarmorling
added a commit
to gunnarmorling/deptective
that referenced
this issue
Jan 27, 2019
gunnarmorling
added a commit
to gunnarmorling/deptective
that referenced
this issue
Jan 27, 2019
gunnarmorling
pushed a commit
that referenced
this issue
Jan 27, 2019
gunnarmorling
added a commit
that referenced
this issue
Jan 27, 2019
gunnarmorling
added a commit
that referenced
this issue
Jan 27, 2019
gunnarmorling
added a commit
that referenced
this issue
Jan 27, 2019
gunnarmorling
added a commit
that referenced
this issue
Jan 27, 2019
gunnarmorling
added a commit
that referenced
this issue
Jan 27, 2019
gunnarmorling
added a commit
that referenced
this issue
Jan 27, 2019
gunnarmorling
added a commit
that referenced
this issue
Jan 27, 2019
gunnarmorling
added a commit
that referenced
this issue
Jan 27, 2019
gunnarmorling
added a commit
that referenced
this issue
Jan 27, 2019
gunnarmorling
added a commit
that referenced
this issue
Jan 28, 2019
gunnarmorling
added a commit
to gunnarmorling/deptective
that referenced
this issue
Jan 29, 2019
…"to" side of dependencies
gunnarmorling
added a commit
to gunnarmorling/deptective
that referenced
this issue
Jan 29, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While Deptective already implicitly addresses the detection of package cycles by validating a code base against a target architecture (provided that architecture is defined in a cycle-free way), there's demand (One example being the JUnit team) for ready-made cycle detection out of the box. I think that's a reasonable addition.
The text was updated successfully, but these errors were encountered: