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

Convert clang-format wrapper to a Promise-based API #10

Merged
merged 1 commit into from
Sep 6, 2020
Merged

Conversation

lopopolo
Copy link
Member

@lopopolo lopopolo commented Sep 6, 2020

Change the implementation to return a Promise of formatted source code
rather than access to a spawned process.

This significantly simplifies the index.js runners.

Bump version to 0.3.0.

Change the implementation to return a `Promise` of formatted source code
rather than access to a spawned process.

This significantly simplifies the `index.js` runners.

Bump version to 0.3.0.
@lopopolo lopopolo added C-quality Category: Refactoring, cleanup, and quality improvements. A-clang-format Area: Wrapper around clang-format. labels Sep 6, 2020
@lopopolo lopopolo merged commit a59dbfb into trunk Sep 6, 2020
@lopopolo lopopolo deleted the refactor2 branch September 6, 2020 00:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-clang-format Area: Wrapper around clang-format. C-quality Category: Refactoring, cleanup, and quality improvements.
Development

Successfully merging this pull request may close these issues.

1 participant