-
Notifications
You must be signed in to change notification settings - Fork 160
Upgrade dartdoc to 6.1.5 #6264
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
Upgrade dartdoc to 6.1.5 #6264
Conversation
/cc @srawlins - the |
Looking at the commit history, I think that is unintentional. |
Ah, I'll have to look further back in the log to see what might have caused this. Going from 6.1.1 to 6.1.4. |
Checked the in-between versions, and it seems that it happened between 6.1.2 -> 6.1.3. |
How can I reproduce this locally? Is there a |
After updating the version here: |
Thanks! Bisecting leads me to dart-lang/dartdoc@46f5f0d. I tested locally both with 2.18 and 2.19.0-edge.29c3fea3bf3aee14c22e628748fafbd2c33cc792. Very strange... |
Maybe the commit just before it? |
When I bisected, 51464a30fad5ff38f52f60602c0f02ff205edd0c was a good run, keeping the links intact. |
OK, yes, this is because of the change in Dart 2.19-dev-something to change the hosted URL for packages in |
Does that also mean that we shouldn't upgrade to 6.1.3 until we run on 2.19? (So we keep the links.) |
I think I can fix-forward with a backwards-compatible fix. I cannot explain why I didn't conceive of this earlier, 🤦 . |
@srawlins: nice! What's the planned release schedule for it? |
I have a bump to 6.1.5 here: dart-lang/dartdoc#3274 hope to release today. |
It was fast, thank you! However, I've updated to 6.1.5, but it still has the same problem here. |
Rats, I must have been testing it wrong. Would it be costly to wait until pub.dev is running on Dart 2.19? Or some Dart 2.19 pre-release? |
I see no reason to urgently update dartdoc in pub-dev, @isoos or am I missing something? |
This is not blocking and we are not in rush to get this on pub.dev. Take your time and thank you for looking into it! |
I'm closing the PR, and will re-create when dartdoc will get this fixed. |
Note: some packages are affected by the lack of this upgrade: #6378 |
No description provided.