-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
uninitialized constant ClassifierReborn::BayesRedisBackend #109
Comments
So I should add a note that the readme on master is specific to master, 2.1.0 doesn't include the Let me know if that fixes the issue. |
This suggests that although the new changes are fully backward compatible, the scope of change warrants a second point release. |
You might be right, I'll look into it a bit more! |
I'm going to do a |
I would suggest to wait until documentation and tests are corrected to not use the magic |
That was the plan
…On Wed, Jan 18, 2017 at 3:47 PM Sawood Alam ***@***.***> wrote:
@Ch4s3 <https://github.com/Ch4s3>: I'm going to do a 2.2.0 release soon
I would suggest to wait until documentation and tests are corrected to not
use the magic method_missing style stuff and a deprecation warning is
added.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#109 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AB2n9GWM4OOg09KNrOjHG4nYwSuFg_vyks5rTnpYgaJpZM4LgAQq>
.
|
When trying to connect redis backend.
redis_backend = ClassifierReborn::BayesRedisBackend.new {host: "10.0.1.1", port: 6380, db: 15}
(version 2.1.0)
The text was updated successfully, but these errors were encountered: