You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that celluloid's leaky versions are defined like this:
---
gem: celluloid
url: https://github.com/celluloid/celluloid/issues/670
title: Memory Leak using Celluloid::Future
date: 2015-08-31
description: |
The Celluloid::Group::Spawner appears to never clean up the completed Threads
that it creates.
leaky_versions:
- "> 0.16.0, < 0.17.2"
patched_versions:
- ">= 0.17.3"
Hey,
I noticed that celluloid's leaky versions are defined like this:
Shouldn't leaky_versions say this?
The patch made it into v0.17.2 (see celluloid/celluloid@5725fee)
It seems that it is misreporting a leaky gem when you are using 0.17.2:
The text was updated successfully, but these errors were encountered: