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

refactor(makefile): refactor Makefile struct to Runner enum to be able to add other command runner like pnpm, yarn, etc. #315 #321

Merged
merged 22 commits into from
Nov 11, 2024

Conversation

kyu08
Copy link
Owner

@kyu08 kyu08 commented Nov 5, 2024

Refactor for #315.

What this PR does

  • This PR focuses to refactor Makefile struct to Runner enum to be able to add other command runner like pnpm, yarn... .
  • History function is disabled temporary because of implementation cost.

What this PR does not do

History functionality compatible with multiple runners will be implemented in another PR.

TODO

  • self design review
  • update PR title

@kyu08 kyu08 force-pushed the refactor-for-315 branch 2 times, most recently from fdddc36 to 2ca30a4 Compare November 10, 2024 01:35
@kyu08 kyu08 force-pushed the refactor-for-315 branch 2 times, most recently from 745849c to 2f01742 Compare November 10, 2024 15:11
@kyu08 kyu08 changed the title refactor(makefile): implement Runner trait for Makefile struct #315 refactor(makefile): refactor Makefile struct to Runner enum to be able to add other command runner like pnpm, yarn, etc. #315 Nov 11, 2024
@kyu08 kyu08 marked this pull request as ready for review November 11, 2024 15:10
@kyu08 kyu08 merged commit 2ea6fc8 into main Nov 11, 2024
4 checks passed
@kyu08 kyu08 deleted the refactor-for-315 branch November 11, 2024 15:10
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.

1 participant