GitHub / aetherknight/recursive-open-struct issues and pull requests
#79 - Failures using marshal_dump with v1.3.0
Issue -
State: closed - Opened by agrare 10 months ago
- 5 comments
#78 - Add ostruct dependency due to default gem removal
Pull Request -
State: closed - Opened by skipkayhil 11 months ago
- 2 comments
#77 - Get Defined Properties/Keys
Issue -
State: open - Opened by trevorh about 1 year ago
- 1 comment
#76 - Raise NoMethodError if raise_on_missing option is enabled
Pull Request -
State: closed - Opened by IlyaUmanets about 1 year ago
- 2 comments
#75 - Fix Ruby 3.1 #freeze
Pull Request -
State: closed - Opened by Richard-Degenne over 2 years ago
- 1 comment
#74 - RecursiveOpenStruct#freeze does not play nice with Ruby 3.1
Issue -
State: closed - Opened by Richard-Degenne over 2 years ago
#73 - Some performance numbers
Issue -
State: closed - Opened by brauliobo over 2 years ago
#72 - Save info when dumped and loaded by Marshal
Pull Request -
State: closed - Opened by wildmaples over 2 years ago
- 7 comments
#71 - Unable to deserialize recursively
Issue -
State: open - Opened by wildmaples over 2 years ago
- 2 comments
#70 - undefined method `map' for nil:NilClass
Issue -
State: closed - Opened by lilith over 3 years ago
#69 - Can't serialize ROS as YAML
Issue -
State: open - Opened by aramgre over 4 years ago
#68 - Add Truffleruby head to CI
Pull Request -
State: closed - Opened by gogainda almost 5 years ago
- 1 comment
#67 - Ruby ruby-head (3.0.0-dev) support
Pull Request -
State: closed - Opened by casperisfine almost 5 years ago
- 17 comments
#66 - [help] Need help with this issue
Issue -
State: closed - Opened by jvalrog over 5 years ago
- 1 comment
#65 - WIP: Ruby 2.7.0 compat fix
Pull Request -
State: closed - Opened by epk over 5 years ago
- 1 comment
#64 - Use modifiable? (thanks to Ben Langfeld)
Pull Request -
State: closed - Opened by pravi over 5 years ago
- 6 comments
#63 - Test on newer rubies
Pull Request -
State: closed - Opened by benlangfeld over 5 years ago
#62 - tests fail with ruby version 2.7 NoMethodError: undefined method `[]=' for nil:NilClass
Issue -
State: closed - Opened by pravi over 5 years ago
- 2 comments
#61 - Freeze is not working + add deep freeze / immutable
Issue -
State: open - Opened by kke almost 6 years ago
- 1 comment
#60 - Unknown key with a block returns nil
Issue -
State: closed - Opened by kke almost 6 years ago
- 2 comments
#59 - Use https for the gemspec's homepage URL
Pull Request -
State: closed - Opened by ekohl over 6 years ago
- 1 comment
#58 - fix sub-element bug and dry internal handling of options
Pull Request -
State: closed - Opened by fledman almost 7 years ago
- 2 comments
#57 - Do you follow SemVer? If yes, can you mention it in README/Changelog?
Issue -
State: closed - Opened by pravi over 7 years ago
- 1 comment
#56 - Hash#dig and Hash#fetch patches
Issue -
State: closed - Opened by maxp-edcast over 7 years ago
- 7 comments
#55 - correct spelling mistake
Pull Request -
State: closed - Opened by EdwardBetts almost 8 years ago
#54 - Fix O(n) check making accessing many elements O(n**2)
Pull Request -
State: closed - Opened by cben about 8 years ago
- 4 comments
#53 - Just curious, but why is the implementation here so complicated?
Issue -
State: closed - Opened by banister about 8 years ago
- 3 comments
#52 - Set is much faster than array for checking uniqueness
Pull Request -
State: closed - Opened by jrafanie over 8 years ago
- 1 comment
#51 - Doesn't work for a property `test`
Issue -
State: closed - Opened by 31piy over 8 years ago
- 6 comments
#50 - Drop ruby 2.0 from travis
Issue -
State: closed - Opened by aetherknight over 8 years ago
- 1 comment
#49 - Make ROS work with Ruby 2.4.x
Issue -
State: closed - Opened by aetherknight over 8 years ago
- 1 comment
Labels: feature
#48 - on ruby 2.3.1 recurse_over_arrays doesnt work
Issue -
State: closed - Opened by kubenstein almost 9 years ago
- 2 comments
#47 - Fixes bug #46. recurse_over_arrays now preserves array
Pull Request -
State: closed - Opened by PedroSena almost 9 years ago
- 5 comments
#46 - On ros.inspect I can't see my array if recurse_over_arrays: true
Issue -
State: closed - Opened by PedroSena almost 9 years ago
- 4 comments
Labels: bug
#45 - fix bug for YAML.load
Pull Request -
State: closed - Opened by tangtao about 9 years ago
- 1 comment
#44 - Add merge functionality
Pull Request -
State: closed - Opened by davich about 9 years ago
- 3 comments
#43 - recursive_ostruct_class option
Pull Request -
State: closed - Opened by thorstenhirsch about 9 years ago
- 2 comments
#42 - 'test' key in source hash breaks RecursiveOpenStruct ros['test'] or ros[:test]
Issue -
State: closed - Opened by SaltwaterC over 9 years ago
- 3 comments
Labels: bug
#41 - Not working with Ruby 2.3.0
Issue -
State: closed - Opened by dglancy over 9 years ago
- 2 comments
#40 - Mumuki feature use symbols for hash representation
Pull Request -
State: closed - Opened by aetherknight over 9 years ago
- 2 comments
#39 - Implemented lazy attribute creation in pair with Ruby's post version …
Pull Request -
State: closed - Opened by Kris-LIBIS almost 10 years ago
- 6 comments
#38 - rspec fails on ruby-head
Issue -
State: closed - Opened by Kris-LIBIS almost 10 years ago
- 5 comments
#37 - Provides marshalling support for use by the Marshal library
Pull Request -
State: closed - Opened by akhiln almost 10 years ago
#36 - Can't have numbers as methods
Issue -
State: closed - Opened by ryanjones about 10 years ago
- 3 comments
Labels: feature
#35 - RSpec failure when testing RecursiveOpenStruct.new(nil)
Issue -
State: closed - Opened by ckoch-ncsa about 10 years ago
- 4 comments
Labels: bug
#34 - to_h returns a hash with symbol keys
Pull Request -
State: closed - Opened by faloi about 10 years ago
- 9 comments
#33 - Reinstates indifferent access behaviour
Pull Request -
State: closed - Opened by Kris-LIBIS about 10 years ago
- 7 comments
#32 - Indifferent access broken in 0.6.3
Issue -
State: closed - Opened by Kris-LIBIS about 10 years ago
Labels: bug
#31 - Minor changes in README
Pull Request -
State: closed - Opened by pyeremenko about 10 years ago
#30 - Fixed when the keys of hash are strings
Pull Request -
State: closed - Opened by thiagogsr over 10 years ago
- 2 comments
#29 - When using recurse_over_arrays true, adding and populating hash in an array doesn't work in some cases
Issue -
State: open - Opened by abonas over 10 years ago
- 3 comments
Labels: bug
#28 - Keys defined as strings return nil values
Issue -
State: closed - Opened by jromigh over 10 years ago
- 6 comments
#27 - Apply fix of #dup method for older ruby version
Pull Request -
State: closed - Opened by fervic over 10 years ago
#26 - Issue with specs that call dup
Issue -
State: closed - Opened by fervic over 10 years ago
#25 - Reset memoized values on assignment
Pull Request -
State: closed - Opened by viguza over 10 years ago
#24 - Simplify initialize method
Pull Request -
State: closed - Opened by fervic over 10 years ago
#23 - Make subscript notation behave as dotted notation
Pull Request -
State: closed - Opened by fervic over 10 years ago
- 1 comment
#22 - Fix recursive update of parent node tables
Pull Request -
State: closed - Opened by fervic over 10 years ago
- 5 comments
#21 - Alias arrays as recurse_over_arrays
Pull Request -
State: closed - Opened by michaelachrisco over 10 years ago
- 3 comments
#20 - is there support to create ROS in an object oriented way?
Issue -
State: closed - Opened by abonas over 10 years ago
- 1 comment
#19 - Is recursive-open-struct really necessary?
Issue -
State: closed - Opened by jocubeit over 10 years ago
- 3 comments
#18 - Can't add methods to a RecursiveOpenStruct
Issue -
State: closed - Opened by brandondrew over 10 years ago
- 1 comment
#17 - RecursiveOpenStruct lost when object[:prop] called instead of object.prop
Pull Request -
State: closed - Opened by Nowaker almost 11 years ago
- 3 comments
#16 - RecursiveOpenStruct lost when object[:prop] called instead of object.prop
Issue -
State: closed - Opened by Nowaker almost 11 years ago
- 2 comments
#15 - Add `arrays` as an alias for the `recurse_over_arrays` constructor option
Issue -
State: closed - Opened by Nowaker almost 11 years ago
- 4 comments
Labels: feature
#14 - An array breaks nesting
Issue -
State: closed - Opened by pboettcher almost 11 years ago
- 9 comments
#13 - Minor updates that affect rspec and rake. Added a #to_hash alias for #to_h
Pull Request -
State: closed - Opened by tomchapin about 11 years ago
- 2 comments
#12 - Could we add a respond_to?
Pull Request -
State: closed - Opened by jakobjanot over 11 years ago
- 2 comments
#11 - New RubyGems release?
Issue -
State: closed - Opened by drewfradette almost 12 years ago
- 3 comments
#10 - Installed with unusual file permissions
Issue -
State: closed - Opened by Odaeus almost 12 years ago
- 6 comments
#9 - nested RecursiveOpenStructs are not updated in @table
Issue -
State: closed - Opened by mculp about 12 years ago
- 8 comments
#8 - use self.class instead of constant name to allow inheritance
Pull Request -
State: closed - Opened by mculp about 12 years ago
#7 - `recurse_over_arrays` doesn't work at 2+ levels deep
Issue -
State: closed - Opened by mculp about 12 years ago
- 1 comment
#6 - Two new features for recurse_over_arrays
Pull Request -
State: closed - Opened by SebastianVomMeer about 12 years ago
- 1 comment
#5 - Cannot change the properties of a nested RecursiveOpenStruct
Issue -
State: closed - Opened by SebastianVomMeer about 12 years ago
- 3 comments
#4 - NameError: uninitialized constant RecursiveOpenStruct in Rails 3.2.9?
Issue -
State: closed - Opened by serv over 12 years ago
- 13 comments
#3 - Filename confusion over hypens vs underscores
Issue -
State: closed - Opened by aetherknight almost 13 years ago
- 1 comment
#2 - Support for Arrays(lists) in Recursive Open Struct
Pull Request -
State: closed - Opened by mattheworiordan about 13 years ago
- 1 comment
#1 - Packaging into a gem
Pull Request -
State: closed - Opened by Offirmo about 14 years ago
- 2 comments