We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bab24bb commit b99cc9aCopy full SHA for b99cc9a
1 file changed
build/ruby/lib/tucana/shared/shared.data_type.rb
@@ -249,10 +249,10 @@ def from_hash(config)
249
DataTypeIdentifier.from_hash(source)
250
end
251
252
- self.generic_combinations = []
253
if config.key?(:generic_combinations)
+ self.generic_combinations.clear
254
config[:generic_combinations].each do |combo|
255
- self.generic_combinations << combo
+ self.generic_combinations << GenericMapper::GenericCombinationStrategy.resolve(combo)
256
257
258
0 commit comments