[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#34222] [PATCH 14/15] gnu: Add ruby-jaro-winkler.
From: |
Christopher Baines |
Subject: |
[bug#34222] [PATCH 14/15] gnu: Add ruby-jaro-winkler. |
Date: |
Sun, 27 Jan 2019 18:45:10 +0000 |
User-agent: |
mu4e 1.0; emacs 26.1 |
Ricardo Wurmus <address@hidden> writes:
> Christopher Baines <address@hidden> writes:
>
>> Required for ruby-rubocop.
>>
>> * gnu/packages/ruby.scm (ruby-jaro-winkler): New variable.
> […]
>> + (description
>> + "@code{jaro_winkler} is an implementation of Jaro-Winkler distance
>> +algorithm. It is written in C extension and will fallback to a pure Ruby
>> +implementation on platforms where this is unsupported.")
>
> “written in C” or “written as a C extension”?
The latter. I've updated the patch to say "written as a C extension".
signature.asc
Description: PGP signature
[bug#34222] [PATCH 10/15] gnu: Add ruby-ast., Christopher Baines, 2019/01/27
[bug#34222] [PATCH 12/15] gnu: Add ruby-parser., Christopher Baines, 2019/01/27
[bug#34222] [PATCH 13/15] gnu: Add ruby-unicode-display-width., Christopher Baines, 2019/01/27
[bug#34222] [PATCH 01/15] gnu: ruby-rspec-its: Enable tests., Ricardo Wurmus, 2019/01/27