-
Notifications
You must be signed in to change notification settings - Fork 24
Add utilities for different base directories #94
Conversation
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
ff8a7f2
to
ae0290b
Compare
note: the comment by the google bot is out of date. I have signed the CLA |
The contributor pinged me out of band asking for a reviewer, can you route this pull request appropriately @kevmoo? |
ping :) |
you'll have to rebase this. @devoncarew – thoughts? |
This should be used to eventually fix dart-lang/sdk#41560. See dart-lang/sdk#49166 (comment) Test plan: ``` $ dart test 00:01 +16: All tests passed! ``` run `dart doc` and inspect docs for correctness.
ae0290b
to
a625dad
Compare
done |
Gentle ping @devoncarew, this would be very nice to have :) |
Closing as the dart-lang/cli_util repository is merged into the dart-lang/tools monorepo. Please re-open this PR there! |
See related dart-lang/sdk#41560, dart-lang/sdk#49166 (comment)
Test plan:
run
dart doc
and inspect docs for correctness.