We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
it says snowball (+) (slow 2 . rev) 8 "0 ~ . -1 . 5 3 4 . ~ -2" https://github.com/tidalcycles/Tidal/blob/main/src/Sound/Tidal/UI.hs#L1919
snowball (+) (slow 2 . rev) 8 "0 ~ . -1 . 5 3 4 . ~ -2"
but it should be snowball 8 (+) (slow 2 . rev) "0 ~ . -1 . 5 3 4 . ~ -2" (the number of repetitions goes first).
snowball 8 (+) (slow 2 . rev) "0 ~ . -1 . 5 3 4 . ~ -2"
I can send MR (but probably not today).
The text was updated successfully, but these errors were encountered:
I wonder how bugs of this kind (code snippet in comments/documentation is out-of-synch with actual implementation) could be found automatically.
Do the examples consistently have d1 $ ... shape? then they'd be easier to detect.
d1 $ ...
Perhaps something like https://hackage.haskell.org/package/doctest-extract
Sorry, something went wrong.
70dbc1b
Merge pull request #987 from jwaldmann/fix-986
3d954c1
fix #986
No branches or pull requests
it says
snowball (+) (slow 2 . rev) 8 "0 ~ . -1 . 5 3 4 . ~ -2"
https://github.com/tidalcycles/Tidal/blob/main/src/Sound/Tidal/UI.hs#L1919
but it should be
snowball 8 (+) (slow 2 . rev) "0 ~ . -1 . 5 3 4 . ~ -2"
(the number of repetitions goes first).
I can send MR (but probably not today).
The text was updated successfully, but these errors were encountered: