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
⚠️ The head of this PR and the base branch were compared for differences in the framework coverage reports. The generated reports are available in the artifacts of this workflow run. The differences will be picked up by the nightly job after the PR gets merged.
Interesting. Do you think it's a feature that isn't used much? Or is it possible that inheritance isn't quite working as intended?
I think it works as intended, but maybe many of the summaries that already were relevant for subtypes = true had that set. The FlowSummaries test also reports that changing the logic only means that all the summaries applies to 44 extra callables (in all the libraries/frameworks included in the test) - so it is not that surprising that we don't see any changes in the alerts.
@owen-mc : The QA dashboard only shows a few alert changes, so I don't think it will have a big effect for C# if we set the subtypes = true as default.
@michaelnebel I'm happy for you to merge it. I'm not sure when I'll get around to working on this.
Ok, I think it makes sense to merge, if we do the same thing in conjunction with Java.
Is there a similar Java PR?
If we do so, we also need to update the MaD documentation.
Oops, I forgot that this PR wasn't just changing the "false" to "true" in all the models. Yes, in that case we should do something more coordinated between at least the static languages. And see if the dynamic languages have an equivalent.
No, I hadn't got round to thinking about it yet. And I had forgotten that you had already done all the hard work here, and we just have to copy it for other languages. For Go I manually changed all the models to use "True" where it has any meaning, and "False" when it doesn't have a meaning (I wanted to use "True" for all but others disagreed). I haven't done anything for Java.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.