Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / dry-rb/dry-struct issues and pull requests

#191 - Add class name to missing attribute error

Pull Request - State: closed - Opened by cllns 3 months ago - 1 comment

#189 - add document for `attribute :foo?`

Pull Request - State: closed - Opened by kuboon over 1 year ago - 1 comment

#187 - Nested optional struct does not inherit `transform_keys(&:to_sym)`

Issue - State: closed - Opened by hovsater over 1 year ago - 3 comments
Labels: invalid

#186 - byebugs currently unsupported by JRuby

Pull Request - State: closed - Opened by enebo over 1 year ago

#185 - Keep original error in failure object

Pull Request - State: closed - Opened by flash-gordon almost 2 years ago

#184 - Add extensions dir to Zeitwerk ignore list

Pull Request - State: closed - Opened by solnic almost 2 years ago

#183 - Release 1.5.0 breaks rails app boot with eager-loading

Issue - State: closed - Opened by timon almost 2 years ago - 8 comments
Labels: bug, help wanted

#182 - Updates ClassInstance#try to build failure obj using Dry::Types::Error obj instead String

Pull Request - State: closed - Opened by newx almost 2 years ago - 1 comment

#181 - Zeitwerkify

Pull Request - State: closed - Opened by flash-gordon about 2 years ago

#180 - Dry::Struct by including module

Issue - State: closed - Opened by dsisnero almost 3 years ago - 1 comment
Labels: bug, help wanted

#177 - Fixes behavior of `[]` method for optional key

Pull Request - State: open - Opened by ivleonov almost 3 years ago

#176 - Struct with optional nested struct requires key in nested struct

Issue - State: closed - Opened by multiplegeorges almost 3 years ago - 2 comments
Labels: bug, help wanted

#174 - plural of knife is knives :-)

Pull Request - State: closed - Opened by ptorrsmith about 3 years ago - 1 comment

#173 - Assigning nil to attribute returns hash if attribute struct has optional attibutes only

Issue - State: closed - Opened by thomasbaustert about 3 years ago - 3 comments
Labels: bug, help wanted

#172 - Adds support for module types

Pull Request - State: closed - Opened by oleander about 3 years ago

#171 - MissingAttributeError when access optional field with hash syntax

Issue - State: open - Opened by pricelessrabbit about 3 years ago
Labels: bug, help wanted

#170 - Add class name to MissingAttributeError exception message

Pull Request - State: closed - Opened by phillipoertel about 3 years ago - 1 comment

#169 - `define_accessors` eval block consumes nonsensical values

Issue - State: open - Opened by Slotos over 3 years ago
Labels: bug, help wanted

#168 - Fix pretty_print extension

Pull Request - State: closed - Opened by pyromaniac over 3 years ago - 3 comments

#167 - Expanding array item type in generated schema

Issue - State: closed - Opened by davidsevcik over 3 years ago - 2 comments
Labels: bug, help wanted

#166 - Missing attribute and maybe type

Issue - State: open - Opened by DawidJanczak over 3 years ago - 4 comments
Labels: bug, help wanted

#165 - Subclasses don't recognize properly when attribute described as Types::Array.of(Parent)

Issue - State: open - Opened by k0va1 over 3 years ago
Labels: bug, help wanted

#164 - Create base class from optional structs

Pull Request - State: closed - Opened by flash-gordon over 3 years ago

#163 - Support for wrapping constructors

Pull Request - State: closed - Opened by flash-gordon almost 4 years ago - 4 comments

#161 - Compose transforms

Issue - State: closed - Opened by jamiehodge about 4 years ago - 2 comments
Labels: feature

#160 - Instance method name attribute not available

Issue - State: closed - Opened by tsuwatch about 4 years ago - 1 comment

#159 - Document how sum types works with structs

Issue - State: open - Opened by solnic over 4 years ago - 4 comments
Labels: help wanted, docsite

#158 - Sum operator not working when default values are defined

Issue - State: closed - Opened by npearson72 over 4 years ago - 4 comments
Labels: bug

#157 - Update doc

Pull Request - State: closed - Opened by adis-io over 4 years ago

#156 - Error while using optional on Dry::Struct

Issue - State: closed - Opened by bilby91 over 4 years ago - 4 comments
Labels: bug

#155 - Include a recipe about how to not expose attribute readers

Pull Request - State: closed - Opened by j-a-m-l over 4 years ago - 2 comments

#154 - Does not create an accessor method when method exists into the mother class

Issue - State: closed - Opened by pyrsmk over 4 years ago - 5 comments
Labels: bug

#153 - YARD annotations: fix typos

Pull Request - State: closed - Opened by olleolleolle over 4 years ago

#152 - Strange validations being performed after include `Dry.types`

Issue - State: closed - Opened by rwehresmann over 4 years ago - 1 comment
Labels: bug

#150 - Fix Struct.attributes_from

Pull Request - State: closed - Opened by flash-gordon over 4 years ago

#149 - Rollback to_hash deprecation

Pull Request - State: closed - Opened by flash-gordon over 4 years ago - 1 comment

#148 - Implement Struct.to_ast

Pull Request - State: closed - Opened by flash-gordon over 4 years ago - 1 comment

#147 - Make Dry::Struct::Constructor a fully-featured type

Pull Request - State: closed - Opened by flash-gordon over 4 years ago

#146 - Store meta inside schema

Pull Request - State: closed - Opened by flash-gordon over 4 years ago - 1 comment

#145 - Abstract structs

Pull Request - State: closed - Opened by flash-gordon over 4 years ago - 1 comment

#143 - Deprecate Struct#to_hash

Pull Request - State: closed - Opened by flash-gordon over 4 years ago

#142 - Keep types and keys transformations for nested structs

Pull Request - State: closed - Opened by flash-gordon over 4 years ago

#141 - Memoize Struct.to_proc

Pull Request - State: closed - Opened by flash-gordon over 4 years ago

#140 - Re-define Struct.prepend

Pull Request - State: closed - Opened by flash-gordon over 4 years ago

#139 - Add struct composition

Pull Request - State: closed - Opened by waiting-for-dev over 4 years ago - 7 comments

#138 - Deprecate Dry::Struct::Value

Pull Request - State: closed - Opened by flash-gordon almost 5 years ago

#137 - Switch to immutable equalizer

Pull Request - State: closed - Opened by flash-gordon almost 5 years ago

#136 - Optional string keys set with `attribute?` ignore input values

Issue - State: closed - Opened by gorodulin almost 5 years ago - 1 comment
Labels: bug

#135 - Array.of(...).optional does not work as expected

Issue - State: closed - Opened by gorodulin almost 5 years ago - 1 comment
Labels: bug

#134 - Array of sum types of structs throwing exceptions

Issue - State: closed - Opened by mull almost 5 years ago - 1 comment

#133 - Dry::Struct::Constructor does not respond to `#optional?`

Issue - State: closed - Opened by ianks almost 5 years ago - 3 comments
Labels: bug, help wanted

#132 - Add .to_ast to Dry::Struct class

Pull Request - State: closed - Opened by tomgi almost 5 years ago - 1 comment

#131 - Add `.to_ast` for Dry::Struct class

Issue - State: closed - Opened by tomgi almost 5 years ago
Labels: feature

#130 - Dry::Struct::Constructor does not respond to `#meta`

Issue - State: closed - Opened by kj almost 5 years ago - 3 comments
Labels: bug, help wanted

#129 - [docsite] fix dry-types links

Pull Request - State: closed - Opened by skryukov almost 5 years ago

#128 - [docsite] fix hash schemas link

Pull Request - State: closed - Opened by skryukov almost 5 years ago

#127 - Use deconstruct_keys instead of deconstruct

Pull Request - State: closed - Opened by k-tsj almost 5 years ago - 2 comments

#126 - Fix doc examples

Pull Request - State: closed - Opened by skryukov almost 5 years ago - 1 comment

#125 - Add docsite for version 1.0

Pull Request - State: closed - Opened by solnic almost 5 years ago

#124 - How to use a double with an `Instance` attribute?

Issue - State: closed - Opened by fotanus about 5 years ago - 2 comments

#123 - Exclude specs using ruby 2.7 on spec_helper

Pull Request - State: closed - Opened by esparta about 5 years ago

#122 - Add experimental support for pattern matching

Pull Request - State: closed - Opened by flash-gordon about 5 years ago - 5 comments

#121 - Remove not needed branch about ruby 2.4

Pull Request - State: closed - Opened by esparta about 5 years ago - 2 comments

#120 - Change scope of block passed to Dry.Struct

Pull Request - State: closed - Opened by flash-gordon about 5 years ago

#118 - Require Error

Issue - State: closed - Opened by eduardoscottini over 5 years ago - 2 comments

#116 - Fix documentation: array cannot be used

Pull Request - State: closed - Opened by ka8725 over 5 years ago

#115 - Use success and failure methods to keep it DRY

Pull Request - State: closed - Opened by ka8725 over 5 years ago

#114 - CI: Use 2.6.3

Pull Request - State: closed - Opened by olleolleolle over 5 years ago

#113 - Sync with dry-types

Pull Request - State: closed - Opened by flash-gordon over 5 years ago

#112 - CI: Use jruby-9.2.7.0

Pull Request - State: closed - Opened by olleolleolle over 5 years ago

#111 - How to set the whole struct to its default value from it's attributes?

Issue - State: closed - Opened by sidguptajhs over 5 years ago - 1 comment

#110 - Ruby 2.6 warning with splat operator

Issue - State: closed - Opened by smandegar over 5 years ago - 4 comments

#108 - CI: Update Ruby versions

Pull Request - State: closed - Opened by olleolleolle over 5 years ago

#107 - Run specs in TruffleRuby in Travis CI

Pull Request - State: closed - Opened by deepj over 5 years ago

#106 - Use partial schema application in Struct#new

Pull Request - State: closed - Opened by flash-gordon over 5 years ago - 1 comment

#105 - Sync with schema updates from dry-types

Pull Request - State: closed - Opened by flash-gordon over 5 years ago

#104 - Modifying instance value affects the default one

Issue - State: closed - Opened by DawidJanczak over 5 years ago - 3 comments

#103 - Having optional nested structs

Issue - State: closed - Opened by ta almost 6 years ago - 2 comments

#102 - Compatibility with Hashie::Mash in latest version ?

Issue - State: closed - Opened by guizmaii about 6 years ago - 3 comments

#101 - Fix hashify for types nested within hash maps

Pull Request - State: closed - Opened by oeoeaio about 6 years ago - 2 comments

#100 - Type::Hash.map and to_h behaviour is unexpected

Issue - State: closed - Opened by jpaulgs about 6 years ago - 1 comment

#99 - Fix typo in doc

Pull Request - State: closed - Opened by daniels about 6 years ago

#98 - Add DSL for defining omittable keys

Pull Request - State: closed - Opened by flash-gordon about 6 years ago - 3 comments

#97 - Add changelog/sourcecode gem entries

Pull Request - State: closed - Opened by viraptor about 6 years ago - 2 comments

#96 - Omittable nested attributes

Issue - State: closed - Opened by siassaj about 6 years ago - 2 comments

#95 - Do not raise Dry::Struct::Error when nested type is defined in global scope

Pull Request - State: closed - Opened by jviney about 6 years ago - 1 comment

#94 - Restrict constant lookup

Pull Request - State: closed - Opened by piktur about 6 years ago - 6 comments

#93 - [Enhancement] Raise MissingAttributeError within block

Pull Request - State: closed - Opened by piktur about 6 years ago - 1 comment

#90 - Resolving default values on nil

Issue - State: closed - Opened by macosgrove over 6 years ago - 11 comments

#89 - Adding computed/dynamic attributes

Issue - State: closed - Opened by systemist over 6 years ago - 1 comment

#88 - #new not working with transform_types

Issue - State: closed - Opened by lasssim over 6 years ago - 4 comments