-
- Downloads
There was an error fetching the commit references. Please try again later.
Allocations.to_hash should only contain classes
Sometimes, for whatever reason, this output may contain instances of objects. For example, in a test script I ended up with an Enumerable instance in the output (which then triggers an error as Enumerable doesn't respond to #hash). I have no idea how on earth an Enumerable can 1) get initialized since it's a module 2) ends up in the output.
-
Mentioned in commit pfjason/gitlab-ce@852bd109
-
Mentioned in commit pfjason/gitlab-ce@300e1606
Please register or sign in to comment