-
Notifications
You must be signed in to change notification settings - Fork 16
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
Fix cyclic ref #141
Fix cyclic ref #141
Conversation
@larshp The exception does not refer to ZIF_AJSON anymore but the error is still there ... looks like some bug. |
7fc6ec8
to
20c0b32
Compare
hmm, yea, its broken |
just disable the rule for now, the interfaces are cyclic anyhow, but will probably work in the merged report |
20c0b32
to
c60bea9
Compare
@larshp Ok, I picked the fix to the master, but left this PR open. Currently it contains just the setting to enable cyclic check, so it can be restarted and merged later when the issue is fixed |
reported cycle fixed with abaplint/abaplint#2822 |
Now it is filter and mapping interfaces, they refer to types defined in Any serious impact on AG or other tools you maintain ? @larshp @mbtools @albertmink @jrodriguez-rc |
if its all good, design wise, just exclude one of the interfaces from the rule |
Minimal impact on my projects. |
No impact from my side |
No, it is fine. |
Ok, so most of types (except Let's hope nothing breaks ... merging |
No description provided.