rutils
rutils copied to clipboard
remove-empty-subseqs defaults to nil in split*
The tutorial states that the split* functions use a default value of t for remove-empty-subseqs. However, a value of nil is actually used.
I am using the quicklisp version (20191130-git) but looking at core/sequence.lisp, I see that it contains (remove-empty-subseqs nil) in the argument list for the split function, so I assume that the issue is present there as well.
Thanks for pointing this out. The patch is welcome
I've submitted a pull request.
Let me know if you need any changes for this to be merged. Thanks!