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

Split up model.dart and move to a subpackage #2067

Merged
merged 1 commit into from
Nov 11, 2019

Conversation

jdkoren
Copy link
Contributor

@jdkoren jdkoren commented Nov 11, 2019

No description provided.

@googlebot googlebot added the cla: yes Google CLA check succeeded. label Nov 11, 2019
@jdkoren jdkoren marked this pull request as ready for review November 11, 2019 16:46
Copy link
Contributor

@jcollins-g jcollins-g left a comment

Choose a reason for hiding this comment

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

The general approach and implementation is sound. I've at least run eyes over everything and don't see anything calling out to me that is a bad idea -- well, nothing that wasn't in the original, pre-moved code at any rate. I'm OK with landing as is and dealing with any problems (likely to be minor).

DartdocOptionContext config;
final Set<Categorization> _allItems = Set();

final List<Class> _classes = [];
Copy link
Contributor

Choose a reason for hiding this comment

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

Yes, I don't know why it wasn't this way in the first place.

@jcollins-g jcollins-g merged commit e340b1f into dart-lang:master Nov 11, 2019
@jdkoren jdkoren deleted the models branch January 7, 2020 21:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes Google CLA check succeeded.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants