-
Notifications
You must be signed in to change notification settings - Fork 125
[Records] dartdoc implemention #3122
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
Largely complete in #3233; leaving open for remaining tasks. |
@srawlins - do we have anything to do here? |
Hmm, yikes, I have no idea what I meant by "leaving open for remaining tasks." This may not be complete. |
@srawlins One task that I can see is that there's no bit in test_package_experiments that allows us to check the integration of the feature. Adding that may also help me discover what was meant by "remaining tasks", if any others exist. |
You could add that. I have been writing all new tests as unit tests instead of using the |
@srawlins. Saw that. That's probably for the best for most cases. Having something browsable helps make sure we didn't miss anything as I don't trust my brain to render all the test HTML as well as an actual web browser. |
Two things so far I've found that need to be fixed:
The type for this variable should be written out as
Given source:
I would expect |
As long as we stay in-line with the handling of other typedefs, SG. |
The second item (preserving typedef names) seems the most clearly in line with other typedef handling, so doing that first. I'll do some checking to make sure my plan for the first item remains consistent. |
This should be complete with #3344; any problems discovered later can be separate issues. |
No description provided.
The text was updated successfully, but these errors were encountered: