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

Update PackageGraph class, add tests #21

Merged
merged 2 commits into from
Feb 1, 2016
Merged

Update PackageGraph class, add tests #21

merged 2 commits into from
Feb 1, 2016

Conversation

jakemac53
Copy link
Contributor

No description provided.

…nge allPackages to a Map<String, PackageNode>
/// running.
factory PackageGraph.forThisPackage() {
/// Creates a [PackageGraph] for the package whose top level directory lives
/// at [path] (no trailing slash).
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[path] should be `packagePath`

(I think)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep, done

@kegluneq
Copy link

kegluneq commented Feb 1, 2016

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants