You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ ruby example.rb
Traceback (most recent call last):
8: from example.rb:23:in `<main>'
7: from /Users/self/.rvm/gems/ruby-2.6.3/gems/dry-schema-1.4.1/lib/dry/schema/message_set.rb:79:in `[]'
6: from /Users/self/.rvm/gems/ruby-2.6.3/gems/dry-schema-1.4.1/lib/dry/schema/message_set.rb:67:in `to_h'
5: from /Users/self/.rvm/gems/ruby-2.6.3/gems/dry-schema-1.4.1/lib/dry/schema/message_set.rb:117:in `messages_map'
4: from /Users/self/.rvm/gems/ruby-2.6.3/gems/dry-schema-1.4.1/lib/dry/schema/message_set.rb:117:in `reduce'
3: from /Users/self/.rvm/gems/ruby-2.6.3/gems/dry-schema-1.4.1/lib/dry/schema/message_set.rb:117:in `each'
2: from /Users/self/.rvm/gems/ruby-2.6.3/gems/dry-schema-1.4.1/lib/dry/schema/message_set.rb:124:in `block in messages_map'
1: from /Users/self/.rvm/gems/ruby-2.6.3/gems/dry-schema-1.4.1/lib/dry/schema/message_set.rb:124:in `map!'
/Users/self/.rvm/gems/ruby-2.6.3/gems/dry-schema-1.4.1/lib/dry/schema/message.rb:55:in `dump': undefined method `empty?' for nil:NilClass (NoMethodError)
Expected behavior
Should not raise an error. Message should include the translated text as well as the metadata.
Your environment
Affects my production application: NO
Ruby version: 2.6.3
OS: macOS 10.14.6
The text was updated successfully, but these errors were encountered:
To Reproduce
Expected behavior
Should not raise an error. Message should include the translated text as well as the metadata.
Your environment
The text was updated successfully, but these errors were encountered: