6
15
Fork
You've already forked vortex
1

Adding pattern chaining via kwargs #55

Open
taconi wants to merge 3 commits from taconi/vortex:kwargs-link-patterns into main
pull from: taconi/vortex:kwargs-link-patterns
merge into: uzu:main
uzu:main
Contributor
Copy link

Both codes below would be equivalent

s('<bd!3 hh!1>').euclid('4','12').mask('<0!2 1!6>').fast(4)
s('<bd!3 hh!1>', euclid=('4','12'), mask='<0!2 1!6>', fast=4)
Both codes below would be equivalent ``` python s('<bd!3 hh!1>').euclid('4','12').mask('<0!2 1!6>').fast(4) s('<bd!3 hh!1>', euclid=('4','12'), mask='<0!2 1!6>', fast=4) ```
Add call_kwargs to s() function
All checks were successful
CI / build (3.11) (pull_request) Successful in 1m25s
CI / build (3.12) (pull_request) Successful in 1m27s
CI / build (3.13) (pull_request) Successful in 1m28s
9c18b8197b
All checks were successful
CI / build (3.11) (pull_request) Successful in 1m25s
CI / build (3.12) (pull_request) Successful in 1m27s
CI / build (3.13) (pull_request) Successful in 1m28s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u kwargs-link-patterns:taconi-kwargs-link-patterns
git switch taconi-kwargs-link-patterns

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff taconi-kwargs-link-patterns
git switch taconi-kwargs-link-patterns
git rebase main
git switch main
git merge --ff-only taconi-kwargs-link-patterns
git switch taconi-kwargs-link-patterns
git rebase main
git switch main
git merge --no-ff taconi-kwargs-link-patterns
git switch main
git merge --squash taconi-kwargs-link-patterns
git switch main
git merge --ff-only taconi-kwargs-link-patterns
git switch main
git merge taconi-kwargs-link-patterns
git push origin main
Sign in to join this conversation.
No reviewers
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
uzu/vortex!55
Reference in a new issue
uzu/vortex
No description provided.
Delete branch "taconi/vortex:kwargs-link-patterns"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?