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

Update connections notation in tutorials #91

Open
mstechly opened this issue Jul 19, 2024 · 0 comments
Open

Update connections notation in tutorials #91

mstechly opened this issue Jul 19, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@mstechly
Copy link
Contributor

Given the completion of PsiQ/qref#113, once new QREF version is released (i.e. higher than 0.6.2), we can update Bartiq to make use of the new, more concise way of defining connections.

Instead of:

connections = [{"source": "a.out", "target": "b.in"}]

we can now do:

connections = ["a.out -> b.in"]

Which should make examples slightly more pleasant to work with :)

@mstechly mstechly added enhancement New feature or request good first issue Good for newcomers labels Jul 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Development

No branches or pull requests

1 participant