Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • v1.0.5
  • v1.0.4
  • v1.0.3
  • v1.0.2
  • v1.0.1
6 results

liballocations.c

  • Yorick Peterse's avatar
    15d3a39f
    Allocations.to_hash should only contain classes · 15d3a39f
    Yorick Peterse authored
    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.
    15d3a39f
    History
    Allocations.to_hash should only contain classes
    Yorick Peterse authored
    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.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.