vseloved / rutils

Radical Utilities for Common Lisp
Other
250 stars 37 forks source link

remove-empty-subseqs defaults to nil in split* #44

Open djr7C4 opened 4 years ago

djr7C4 commented 4 years ago

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.

vseloved commented 4 years ago

Thanks for pointing this out. The patch is welcome

djr7C4 commented 4 years ago

I've submitted a pull request.

djr7C4 commented 4 years ago

Let me know if you need any changes for this to be merged. Thanks!