Skip to content

Hard-coded dependency warning #13

Description

@zdennis

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions