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

Auto await samples #955

Merged
merged 3 commits into from
Feb 21, 2024
Merged

Auto await samples #955

merged 3 commits into from
Feb 21, 2024

Conversation

felixroos
Copy link
Collaborator

@felixroos felixroos commented Feb 21, 2024

this one will automatically prepend samples calls with await, so it's not required anymore:

before:

await samples('github:tidalcycles/dirt-samples')

after:

samples('github:tidalcycles/dirt-samples')
  • I've created a main branch on the dirt-samples repo, so /master is not needed anymore (main is the default)

+ remove /master from dirt-samples calls (there is now a main branch)
+ remove /main endings from some places
@felixroos felixroos merged commit 3d80da9 into main Feb 21, 2024
2 checks passed
@felixroos felixroos deleted the auto-await-samples branch February 21, 2024 09:27
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