mu-semtech/mu-search

delta handling is broken for composite types

Closed this issue · 1 comments

nvdk commented

I guess the current implementation is supposed to just ignore composite types, but it doesn't even do that due to a typo in

type_definitions.reject{ |type, config| config.has_key?("composite_tyes")}.each do |type, config|
and
type_definitions.reject{ |type, config| config.has_key?("composite_tyes")}.each do |type, config|

nvdk commented

this is fixed in #38