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

#140: added realtime buildrunner logging #141

Merged
merged 4 commits into from
Aug 30, 2023

Conversation

jorre127
Copy link
Contributor

fixes #140

print('Successfully generated the jsonSerializable generated files');
print('');
} else {
Future<void> _runProcess(String command, List<String> args) async {
Copy link
Contributor

Choose a reason for hiding this comment

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

this should not be part of the model_generator.dart file. Move this to a separate file that is not exported

Base automatically changed from #124-make-type-detector-smarter to master August 30, 2023 08:55
@vanlooverenkoen
Copy link
Contributor

Can be done in another issue. But we should write tests to get back to to the correct test coverage.

@vanlooverenkoen vanlooverenkoen merged commit 798afc9 into master Aug 30, 2023
@vanlooverenkoen vanlooverenkoen deleted the feature/#140-made-model-gen-more-verbose branch September 7, 2023 10:26
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.

Update the Process.run command
2 participants