Skip to content

Put custom builders in their own file, enable build_test #154

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 5 commits into from
May 12, 2018
Merged

Conversation

kevmoo
Copy link
Collaborator

@kevmoo kevmoo commented May 12, 2018

Fix one nit in a doc comment in builder.dart

@kevmoo kevmoo requested review from jakemac53 and natebosch May 12, 2018 00:02
import 'package:source_gen/source_gen.dart';

final _copyrightContent =
'''// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
Copy link
Member

Choose a reason for hiding this comment

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

2018?


final copyrightHeader = '$_copyrightContent\n$defaultFileHeader';

Builder nonNull(_) => new LibraryBuilder(new _NonNullableGenerator(),
Copy link
Member

Choose a reason for hiding this comment

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

consider making the argument optional

@kevmoo kevmoo merged commit 19fe85b into master May 12, 2018
@kevmoo kevmoo deleted the build_config branch May 12, 2018 01:46
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