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

add AssetGraph/AssetNode #42

Merged
merged 1 commit into from
Feb 10, 2016
Merged

add AssetGraph/AssetNode #42

merged 1 commit into from
Feb 10, 2016

Conversation

jakemac53
Copy link
Contributor

closes #5

@jakemac53 jakemac53 added this to the v0.1.2 release milestone Feb 10, 2016
class DuplicateAssetNodeException implements Exception {
final AssetNode assetNode;

DuplicateAssetNodeException(this.assetNode);

Choose a reason for hiding this comment

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

up to you whether to change, but this could be const

Copy link
Contributor Author

Choose a reason for hiding this comment

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

can't since AssetNode isn't const :(

@kegluneq
Copy link

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.

Keep track of a build dependency graph
2 participants