fuzzy-string-match icon indicating copy to clipboard operation
fuzzy-string-match copied to clipboard

Hard-coded dependency warning

Open zdennis opened this issue 10 years ago • 0 comments

This doesn't seem to break anything, but it seemed a bit odd to be in a release...

ld: warning: directory not found for option '-L/Users/mpapis/.sm/pkg/active/lib'

From....

>> require 'fuzzystringmatch'
=> true
>> jarow = FuzzyStringMatch::JaroWinkler.create( :native )
ld: warning: directory not found for option '-L/Users/mpapis/.sm/pkg/active/lib'
=> #<FuzzyStringMatch::JaroWinklerInline:0x007f9e0c455e78>
>> p jarow.getDistance(  "jones",      "johnson" )
0.8323809523809523
=> 0.8323809523809523

This is with fuzzy-string-match 0.9.7

zdennis avatar May 28 '15 21:05 zdennis