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

⚡ Prevent stages beyond parsing when formatting #179

Merged
merged 1 commit into from Mar 17, 2021
Merged

⚡ Prevent stages beyond parsing when formatting #179

merged 1 commit into from Mar 17, 2021

Conversation

spenserblack
Copy link
Contributor

Resolves #178


I apologize if this is an overly simple solution, but it seemed to me that, if formatting the code is the user's goal, that no other phases should be performed (except maybe the analysis phase 🤔 ). Please let me know if the more changes should be made 😃

Ensures that formatting happens quickly, and that the user won't be
forced to wait for generation to complete (or force quit).
@thbwd thbwd merged commit 23d5c66 into emojicode:master Mar 17, 2021
@thbwd
Copy link
Member

thbwd commented Mar 17, 2021

Cool! ✌️

@spenserblack spenserblack deleted the format-without-compile branch March 17, 2021 18:23
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.

Allow --format option without compiling
2 participants