cl-difflib icon indicating copy to clipboard operation
cl-difflib copied to clipboard

A Common Lisp library for computing differences between sequences based on the Python difflib module.

Results 1 cl-difflib issues
Sort by recently updated
recently updated
newest added

Fix tests on ASDF v3. Fixes this error: ``` CL-USER> (ql:quickload "cl-difflib-tests") CL-USER> (asdf:test-system :cl-difflib) :FORCE and :FORCE-NOT arguments not allowed in a nested call to ASDF/OPERATE:OPERATE unless identically to...