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

Use variadic join function in justfile to clean up globals #163

Merged
merged 1 commit into from
Nov 8, 2021
Merged

Use variadic join function in justfile to clean up globals #163

merged 1 commit into from
Nov 8, 2021

Conversation

FollowTheProcess
Copy link
Contributor

@FollowTheProcess FollowTheProcess commented Nov 8, 2021

Related to what we discussed during #160.

just version 0.10.3 made the join function accept variadic parameters, this means I could cut down a few of the intermediate global variables I introduced in the referenced PR.

I've also added the skellock.just VSCode extension to the devcontainer as it provides nicer syntax highlighting and some other handy stuff for the justfile 🙂

@brettcannon brettcannon merged commit 9635d7a into brettcannon:main Nov 8, 2021
@brettcannon
Copy link
Owner

Thanks!

@FollowTheProcess FollowTheProcess deleted the just-variadic-join branch November 9, 2021 07:47
@brettcannon brettcannon changed the title Use variadic join function in justfile to clean up globals Use variadic join function in justfile to clean up globals Mar 4, 2022
@brettcannon brettcannon added the impact-maintenance Maintenance of the code/project label Mar 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
impact-maintenance Maintenance of the code/project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants