-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Implement the Q1 2021 small features release in dartdoc. #44922
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
Comments
@jcollins-g any updates here? |
This work is just starting. |
This is unlikely to be complete within one week; at most, code will be landed for 1 or 2 out of three by this point. |
@leafpetersen - do you have a sense for in which order we should tackle these in? |
What's the existing status for each of them? That is, does dartdoc crash, or just generate sub-optimal docs or something else? It looks like unsigned shift is documented on int now, but the link doesn't work? How about the rest? |
dartdoc support is still in progress; generally:
|
This assumes we get another analyzer publish on time; currently published analyzer does crash here.
|
Tentatively marking triple shift and generic metadata as done since the linked bugs have been closed, any remaining work on those two? |
Yes. dartdoc must be published and rolled through the ecosystem (working on that today). The analyzer must also be published. |
The urgency on this has decreased somewhat, but here are the CLs for the SDK and flutter. The first two checkmarks can be considered "done" at the point these land (edit: and the analyzer is published). |
Any updates? FYI, the flag flip CLs have now landed in master (this doesn't affect the timing of this issue, just FYI). |
dart-lang/dartdoc#2625 brings dartdoc back to where it was before the feature was punted out. No further updates for now. |
Any update? |
I'll look into this this week; remaining work is expected to be small. |
@leafpetersen Looks like the last pieces is done. Ready to close this? |
@franklinyow The change just landed inside Dartdoc; I would prefer it to propagate to the Dart SDK and Flutter before closing this issue. That will likely happen Monday. |
Going to close this as it looks likely that Flutter will finish landing shortly. Small features is done for dartdoc. |
Uh oh!
There was an error while loading. Please reload this page.
This tracks implementation work for this feature set.
cc @devoncarew @jcollins-g @franklinyow
Individual feature tracking:
>>>
as an overridable operator: Allow>>>
as an overridable operator. dartdoc#2518The text was updated successfully, but these errors were encountered: