issues
search
aetherknight
/
recursive-open-struct
OpenStruct subclass that returns nested hash attributes as RecursiveOpenStructs
Other
286
stars
54
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Failures using marshal_dump with v1.3.0
#79
agrare
closed
4 weeks ago
5
Add ostruct dependency due to default gem removal
#78
skipkayhil
closed
1 month ago
2
Get Defined Properties/Keys
#77
trevorh
opened
4 months ago
1
Raise NoMethodError if raise_on_missing option is enabled
#76
IlyaUmanets
closed
5 months ago
2
Fix Ruby 3.1 #freeze
#75
Richard-Degenne
closed
4 months ago
1
RecursiveOpenStruct#freeze does not play nice with Ruby 3.1
#74
Richard-Degenne
closed
4 months ago
0
Some performance numbers
#73
brauliobo
closed
1 year ago
0
Save info when dumped and loaded by Marshal
#72
wildmaples
closed
1 month ago
7
Unable to deserialize recursively
#71
wildmaples
closed
1 month ago
2
undefined method `map' for nil:NilClass
#70
lilith
closed
2 years ago
0
Can't serialize ROS as YAML
#69
aramgre
opened
3 years ago
0
Add Truffleruby head to CI
#68
gogainda
closed
4 years ago
1
Ruby ruby-head (3.0.0-dev) support
#67
casperisfine
closed
4 years ago
17
[help] Need help with this issue
#66
jvalrog
closed
4 years ago
1
WIP: Ruby 2.7.0 compat fix
#65
epk
closed
4 years ago
1
Use modifiable? (thanks to Ben Langfeld)
#64
pravi
closed
4 years ago
6
Test on newer rubies
#63
benlangfeld
closed
4 years ago
0
tests fail with ruby version 2.7 NoMethodError: undefined method `[]=' for nil:NilClass
#62
pravi
closed
4 years ago
2
Freeze is not working + add deep freeze / immutable
#61
kke
opened
5 years ago
2
Unknown key with a block returns nil
#60
kke
closed
5 years ago
2
Use https for the gemspec's homepage URL
#59
ekohl
closed
5 years ago
1
fix sub-element bug and dry internal handling of options
#58
fledman
closed
4 years ago
2
Do you follow SemVer? If yes, can you mention it in README/Changelog?
#57
pravi
closed
6 years ago
1
Hash#dig and Hash#fetch patches
#56
maxp-edcast
closed
5 years ago
7
correct spelling mistake
#55
EdwardBetts
closed
7 years ago
0
Fix O(n) check making accessing many elements O(n**2)
#54
cben
closed
7 years ago
4
Just curious, but why is the implementation here so complicated?
#53
banister
closed
7 years ago
3
Set is much faster than array for checking uniqueness
#52
jrafanie
closed
7 years ago
1
Doesn't work for a property `test`
#51
31piy
closed
7 years ago
6
Drop ruby 2.0 from travis
#50
aetherknight
closed
7 years ago
1
Make ROS work with Ruby 2.4.x
#49
aetherknight
closed
7 years ago
1
on ruby 2.3.1 recurse_over_arrays doesnt work
#48
kubenstein
closed
7 years ago
2
Fixes bug #46. recurse_over_arrays now preserves array
#47
PedroSena
closed
7 years ago
5
On ros.inspect I can't see my array if recurse_over_arrays: true
#46
PedroSena
closed
7 years ago
4
fix bug for YAML.load
#45
tangtao
closed
7 years ago
1
Add merge functionality
#44
davich
closed
7 years ago
3
recursive_ostruct_class option
#43
thorstenhirsch
closed
7 years ago
2
'test' key in source hash breaks RecursiveOpenStruct ros['test'] or ros[:test]
#42
SaltwaterC
closed
8 years ago
3
Not working with Ruby 2.3.0
#41
dglancy
closed
8 years ago
2
Mumuki feature use symbols for hash representation
#40
aetherknight
closed
8 years ago
2
Implemented lazy attribute creation in pair with Ruby's post version …
#39
Kris-LIBIS
closed
8 years ago
6
rspec fails on ruby-head
#38
Kris-LIBIS
closed
8 years ago
5
Provides marshalling support for use by the Marshal library
#37
akhiln
closed
7 years ago
0
Can't have numbers as methods
#36
ryanjones
closed
7 years ago
3
RSpec failure when testing RecursiveOpenStruct.new(nil)
#35
ckoch-ncsa
closed
9 years ago
4
to_h returns a hash with symbol keys
#34
faloi
closed
9 years ago
9
Reinstates indifferent access behaviour
#33
Kris-LIBIS
closed
9 years ago
7
Indifferent access broken in 0.6.3
#32
Kris-LIBIS
closed
9 years ago
0
Minor changes in README
#31
pyeremenko
closed
9 years ago
0
Fixed when the keys of hash are strings
#30
thiagogsr
closed
9 years ago
2
Next