rutils icon indicating copy to clipboard operation
rutils copied to clipboard

remove-empty-subseqs defaults to nil in split*

Open djr7C4 opened this issue 6 years ago • 3 comments

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.

djr7C4 avatar Jan 06 '20 23:01 djr7C4

Thanks for pointing this out. The patch is welcome

vseloved avatar Jan 07 '20 03:01 vseloved

I've submitted a pull request.

djr7C4 avatar Jan 07 '20 04:01 djr7C4

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

djr7C4 avatar Jan 17 '20 02:01 djr7C4