index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ostruct
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ruby/ostruct] Fix class and method as attribute names
Ladislav Gallay
2022-03-07
1
-0
/
+6
*
[ruby/ostruct] Alias less methods
Marc-André Lafortune
2021-12-06
1
-0
/
+1
*
[ruby/ostruct] Allow properties to be accessed even when the object is moved ...
rm155
2021-09-28
1
-0
/
+12
*
Partly picked from https://github.com/ruby/ostruct/commit/20d0b8c065392a22ba6...
Hiroshi SHIBATA
2021-07-29
1
-2
/
+2
*
[lib/ostruct] Fix YAML test
Marc-Andre Lafortune
2021-06-14
1
-3
/
+3
*
[lib/ostruct] Allow overriding of `block_given?`
Marc-Andre Lafortune
2021-06-14
1
-0
/
+3
*
Add fallback block to `OpenStruct#delete_field` (#1409)
jfrazx
2021-06-14
1
-1
/
+11
*
test/ostruct/test_ostruct.rb: Use YAML.unsafe_load instead of YAML.load
Yusuke Endoh
2021-05-17
1
-3
/
+3
*
Guard for < Ruby 3.0
Hiroshi SHIBATA
2021-04-28
1
-1
/
+1
*
Fix method protection for modules in the ancestry chain.
Marc-Andre Lafortune
2021-01-12
1
-0
/
+34
*
strip trailing spaces [ci skip]
Nobuyoshi Nakada
2021-01-06
1
-1
/
+1
*
[ruby/ostruct] Allow ostruct to return a value on super (#4028)
Adam Hess
2021-01-05
1
-0
/
+8
*
[ruby/ostruct] Add Ractor test
Marc-Andre Lafortune
2020-12-19
1
-12
/
+11
*
[lib/ostruct] Fix Marshal loading
Marc-Andre Lafortune
2020-10-06
1
-0
/
+6
*
stop Ractor test in test-all
Koichi Sasada
2020-10-01
1
-0
/
+3
*
[ruby/ostruct] Improved YAML serialization.
Marc-Andre Lafortune
2020-09-30
1
-0
/
+21
*
[ruby/ostruct] Add test that frozen OpenStructs are Ractor-shareable
Marc-Andre Lafortune
2020-09-30
1
-0
/
+11
*
[ruby/ostruct] Protect subclass' methods and our bang methods.
Marc-Andre Lafortune
2020-09-30
1
-1
/
+23
*
[ruby/ostruct] Avoid calling initialize
Marc-Andre Lafortune
2020-09-30
1
-0
/
+9
*
test/ostruct/test_ostruct.rb: Prevent "method redefined; discarding old foo"
Yusuke Endoh
2020-09-24
1
-0
/
+3
*
Fix typos [ci skip]
Kazuhiro NISHIYAMA
2020-09-17
1
-2
/
+2
*
[ruby/ostruct] Avoid self calling our public methods.
Marc-Andre Lafortune
2020-09-14
1
-0
/
+18
*
[ruby/ostruct] Reinstate recent changes
Marc-Andre Lafortune
2020-09-14
1
-0
/
+16
*
[ruby/ostruct] Revert recent changes
Marc-Andre Lafortune
2020-09-14
1
-16
/
+0
*
[ruby/ostruct] Add access to public instance methods in case they are overriden
Marc-Andre Lafortune
2020-09-14
1
-0
/
+5
*
[ruby/ostruct] Allow overriding public methods
Marc-Andre Lafortune
2020-09-14
1
-0
/
+6
*
[ruby/ostruct] Add really basic test that was missing
Marc-Andre Lafortune
2020-09-14
1
-0
/
+5
*
[ruby/ostruct] Revert "ostruct.rb: deferred accessors"
Marc-Andre Lafortune
2020-09-14
1
-1
/
+6
*
lib/ostruct.rb: Revert "To use RuntimeError instead of FrozenError for old ru...
Marc-Andre Lafortune
2020-09-04
1
-4
/
+3
*
Prefer dedicated assertion method
Nobuyoshi Nakada
2020-02-25
1
-1
/
+1
*
ostruct.rb: Accept block for to_h [#15451].
marcandre
2018-12-22
1
-0
/
+7
*
Support old versions of Ruby with FrozenError.
hsbt
2018-08-07
1
-3
/
+4
*
lib/ostruct.rb: Use `FrozenError` instead of `RuntimeError`.
marcandre
2018-02-06
1
-3
/
+3
*
test/ostruct: Specify frozen_string_literal: true.
kazu
2017-10-25
1
-1
/
+1
*
lib/ostruct.rb: Use frozen literals.
marcandre
2017-10-24
1
-0
/
+2
*
ostruct.rb: refine visibility failure message
nobu
2017-03-28
1
-0
/
+24
*
ostruct.rb: fix OpenStruct.allocate
nobu
2017-03-24
1
-0
/
+9
*
lib/ostruct.rb: Fix returned value of each_pair.
marcandre
2017-02-03
1
-0
/
+1
*
test_ostruct.rb: sort method names
nobu
2016-01-04
1
-1
/
+1
*
* lib/ostruct.rb: Fix case of frozen object with initializer.
marcandre
2016-01-01
1
-1
/
+2
*
* lib/ostruct.rb: Fix new_ostruct_member to correctly avoid redefinition
marcandre
2015-12-31
1
-0
/
+17
*
ostruct.rb: respond_to?
nobu
2015-12-29
1
-0
/
+4
*
Add frozen_string_literal: false for all files
naruse
2015-12-16
1
-0
/
+1
*
* lib/ostruct.rb: Have OpenStruct#dig raise if argument is not a symbol
marcandre
2015-12-12
1
-1
/
+1
*
OpenStruct#dig
nobu
2015-11-17
1
-0
/
+11
*
* test/ostruct/test_ostruct.rb: Add tests for OpenStruct#respond_to.
eregon
2015-10-14
1
-0
/
+13
*
Revert GH-808
nobu
2015-01-08
1
-6
/
+0
*
ostruct.rb: append suffixes to protected methods
nobu
2015-01-05
1
-0
/
+6
*
Suppress warnings: ambiguous first argument; put parentheses or even spaces
naruse
2013-11-06
1
-2
/
+2
*
* lib/ostruct.rb: raise NoMethodError with a #name and #args.
marcandre
2013-10-23
1
-0
/
+10
[next]