issues
search
dry-rb
/
dry-struct
Typed struct and value objects
https://dry-rb.org/gems/dry-struct
MIT License
410
stars
62
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add class name to missing attribute error
#191
cllns
closed
3 months ago
1
`Dry::Types::ConstraintError` not propagated when originating from inside a `Dry::Types::Map`
#190
hovsater
opened
8 months ago
0
add document for `attribute :foo?`
#189
kuboon
closed
1 year ago
1
Nested optional struct does not inherit `transform_keys(&:to_sym)`
#187
hovsater
closed
1 year ago
3
byebugs currently unsupported by JRuby
#186
enebo
closed
1 year ago
0
Keep original error in failure object
#185
flash-gordon
closed
2 years ago
0
Add extensions dir to Zeitwerk ignore list
#184
solnic
closed
2 years ago
0
Release 1.5.0 breaks rails app boot with eager-loading
#183
timon
closed
2 years ago
8
Updates ClassInstance#try to build failure obj using Dry::Types::Error obj instead String
#182
newx
closed
2 years ago
1
Zeitwerkify
#181
flash-gordon
closed
2 years ago
0
Dry::Struct by including module
#180
dsisnero
closed
2 years ago
1
[Security] Workflow ci.yml is using vulnerable action actions/checkout
#179
Freakston
closed
2 years ago
0
[Security] Workflow ci.yml is using vulnerable action actions/checkout
#178
igibek
closed
2 years ago
0
Fixes behavior of `[]` method for optional key
#177
ivleonov
opened
2 years ago
0
Struct with optional nested struct requires key in nested struct
#176
multiplegeorges
closed
2 years ago
2
Errors in structs nested inside a Types::Hash raise as `#<NoMethodError: undefined method 'message' for #<String` instead of Dry Errors with the actual message
#175
jornvandebeek
closed
2 years ago
1
plural of knife is knives :-)
#174
ptorrsmith
closed
3 years ago
1
Assigning nil to attribute returns hash if attribute struct has optional attibutes only
#173
thomasbaustert
closed
3 years ago
3
Adds support for module types
#172
oleander
closed
2 years ago
0
MissingAttributeError when access optional field with hash syntax
#171
pricelessrabbit
opened
3 years ago
0
Add class name to MissingAttributeError exception message
#170
phillipoertel
closed
3 months ago
1
`define_accessors` eval block consumes nonsensical values
#169
Slotos
opened
3 years ago
0
Fix pretty_print extension
#168
pyromaniac
closed
3 years ago
3
Expanding array item type in generated schema
#167
davidsevcik
closed
3 years ago
2
Missing attribute and maybe type
#166
DawidJanczak
opened
3 years ago
4
Subclasses don't recognize properly when attribute described as Types::Array.of(Parent)
#165
k0va1
opened
3 years ago
0
Create base class from optional structs
#164
flash-gordon
closed
3 years ago
0
Support for wrapping constructors
#163
flash-gordon
closed
3 years ago
4
Compose transforms
#161
jamiehodge
closed
4 years ago
2
Instance method name attribute not available
#160
tsuwatch
closed
4 years ago
1
Document how sum types works with structs
#159
solnic
opened
4 years ago
4
Sum operator not working when default values are defined
#158
npearson72
closed
4 years ago
4
Update doc
#157
adis-io
closed
4 years ago
0
Error while using optional on Dry::Struct
#156
bilby91
closed
3 years ago
4
Include a recipe about how to not expose attribute readers
#155
j-a-m-l
closed
4 years ago
2
Does not create an accessor method when method exists into the mother class
#154
pyrsmk
closed
4 years ago
5
YARD annotations: fix typos
#153
olleolleolle
closed
4 years ago
0
Strange validations being performed after include `Dry.types`
#152
rwehresmann
closed
4 years ago
1
Store weak reference to struct class to prevent memory leakages in environments with reloadable constants
#151
flash-gordon
closed
4 years ago
0
Fix Struct.attributes_from
#150
flash-gordon
closed
4 years ago
0
Rollback to_hash deprecation
#149
flash-gordon
closed
4 years ago
1
Implement Struct.to_ast
#148
flash-gordon
closed
4 years ago
1
Make Dry::Struct::Constructor a fully-featured type
#147
flash-gordon
closed
4 years ago
0
Store meta inside schema
#146
flash-gordon
closed
4 years ago
1
Abstract structs
#145
flash-gordon
closed
4 years ago
1
Support adding attributes from another struct (way of struct composition)
#144
flash-gordon
closed
4 years ago
0
Deprecate Struct#to_hash
#143
flash-gordon
closed
4 years ago
0
Keep types and keys transformations for nested structs
#142
flash-gordon
closed
4 years ago
0
Memoize Struct.to_proc
#141
flash-gordon
closed
4 years ago
0
Re-define Struct.prepend
#140
flash-gordon
closed
4 years ago
0
Next