-
-
Notifications
You must be signed in to change notification settings - Fork 849
When tags are excluded, do not include those tags in diff links. #930
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
When tags are excluded, do not include those tags in diff links. #930
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, this test takes some reading to grok. I just read it, and I agree with the change!
@olleolleolle do you have any timeline for the 1.15.3 release that will include this change? |
I am maintaining a Release Draft. That includes a summary of what is added/changed/fixed, with links to each PR. I now made an attempt to run the tool on itself, using the latest code, and I had a StackLevelTooDeep error with a stacktrace pointing at:
With that issue blocking me, I can't release yet. |
@olleolleolle can you test if the generator works with this PR: #934 ? It appears that the async needs some tuning, but probably best to revert until it's better investigated. |
I will be printing the Async Task tree when I get around to it. |
It looks like the primary issue is that I'll takea deeper look in a few hours to see if it can be easily rectified. |
If I am excluding tags, I do not expect them to be referenced in any way. Instead, they are still referenced in the diff links. This changes behavior to make this so. This may be considered a breaking change, but the current behavior doesn't make sense to me as it is -- I'd be happy to hear counterpoints.
This fixes #842.