getappmap / appmap-ruby

AppMap client agent for Ruby
https://appland.org
Other
100 stars 13 forks source link

fix: Handle KeyError in signature lookup #328

Closed kgilpin closed 1 year ago

kgilpin commented 1 year ago

Encountered while mapping forem:

An error occurred while loading ./spec/models/reaction_category_spec.rb.
Failure/Error: end

TypeError:
  no implicit conversion of Hash into Integer
WARNING: Shared example group 'Taggable' has been previously defined at:
  /home/runner/work/forem/forem/spec/models/shared_examples/taggable_spec.rb:1
...and you are now defining it at:
  /home/runner/work/forem/forem/spec/models/shared_examples/taggable_spec.rb:1
The new definition will overwrite the original one.
kgilpin commented 1 year ago

:tada: This PR is included in version 0.99.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: