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 an archive descriptor #21

Merged
merged 5 commits into from
Jun 12, 2019
Merged

Add an archive descriptor #21

merged 5 commits into from
Jun 12, 2019

Conversation

nex3
Copy link
Member

@nex3 nex3 commented Jun 11, 2019

No description provided.

@nex3 nex3 requested a review from srawlins June 11, 2019 22:52
Copy link
Member

@srawlins srawlins left a comment

Choose a reason for hiding this comment

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

Looks good!

lib/src/archive_descriptor.dart Outdated Show resolved Hide resolved
: contents = List.unmodifiable(contents),
super(name);

Future create([String parent]) async {
Copy link
Member

Choose a reason for hiding this comment

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

Should this be typed as Future<void>, for understandability?

Copy link
Member Author

Choose a reason for hiding this comment

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

I was matching the superclass's signature. Probably the whole package should be converted to Future<void>, but I don't think this is the PR for it.

lib/src/utils.dart Show resolved Hide resolved
@nex3 nex3 merged commit 5bbbcf9 into master Jun 12, 2019
@nex3 nex3 deleted the archive branch June 12, 2019 00:48
mosuem pushed a commit to dart-lang/test that referenced this pull request Dec 12, 2024
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