Skip to content
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

Local changes to package referenced with sdk: not linkable #3822

Open
gspencergoog opened this issue Jul 25, 2024 · 0 comments
Open

Local changes to package referenced with sdk: not linkable #3822

gspencergoog opened this issue Jul 25, 2024 · 0 comments
Assignees
Labels
P2 A bug or feature request we're likely to work on type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)

Comments

@gspencergoog
Copy link
Collaborator

Description

In PR flutter/flutter#149349 I added some new methods to the flutter_test package, and then tried to reference them from the flutter package, and Dartdoc failed when building docs for it.

I'm getting a failure in the Flutter docs build even though I had a @docImport for the flutter_test package. The link worked in the IDE, but not when building docs. I suspect that this is because dartdoc is looking at the published flutter_test package, and not the local one in the sdk, since I added a new method there in the same PR.

i'm submitting the PR without the links, and then I'll try adding the links in again and see if they work after the new methods are already present in the package.

@gspencergoog gspencergoog added the type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) label Jul 25, 2024
@srawlins srawlins added the P2 A bug or feature request we're likely to work on label Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P2 A bug or feature request we're likely to work on type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
Projects
None yet
Development

No branches or pull requests

2 participants