useful icon indicating copy to clipboard operation
useful copied to clipboard

Call 0 arity function when all arguments to ignoring-nil are nil

Open danielcompton opened this issue 6 years ago • 0 comments

Previously this would return nil if three or more arguments were provided and all were nil.

The current behaviour looks like a bug, but changing this could potentially be breaking to consumers. I couldn't see this function being used in open source when searching with crossclj. Opening this as a PR to get feedback from others. At the very least this should be noted as a potentially breaking change.

Fixes #38

danielcompton avatar Dec 06 '18 08:12 danielcompton