Skip to content

make AssetGraph serializable #49

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

Merged
merged 1 commit into from
Feb 16, 2016
Merged

make AssetGraph serializable #49

merged 1 commit into from
Feb 16, 2016

Conversation

jakemac53
Copy link
Contributor

No description provided.

AssetGraphVersionError(this.versionSeen, this.currentVersion);

@override
String toString() => 'AssetGraphVersionError: saw version $versionSeen but '

Choose a reason for hiding this comment

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

Is it possible to be more concrete? What component of the system saw (read? deserialized?) the incorrect version?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Actually I need to rename this to Exception not Error. In practice I plan on catching this Exception and just starting the build from scratch in this case, so the user should never see the message.

@kegluneq
Copy link

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants