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
/
ruby
/
test_struct.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
A positional Hash is not keyword arguments [Bug #18632]
Nobuyoshi Nakada
2022-03-17
1
-2
/
+3
*
Initialize Struct by calling with keyword arguments
Nobuyoshi Nakada
2021-12-26
1
-3
/
+2
*
Pass UnboundMethod to 2nd arg of define_method
Koichi Sasada
2021-12-13
1
-2
/
+2
*
fix Struct's setter arity
Koichi Sasada
2021-12-13
1
-0
/
+14
*
Struct setter's parameters == `[:req, :_]`
Koichi Sasada
2021-12-13
1
-0
/
+15
*
Fix setting struct member by public_send
Nobuyoshi Nakada
2021-11-21
1
-0
/
+8
*
Make Struct#keyword_init? return nil by default [Feature #18008]
Nobuyoshi Nakada
2021-07-15
1
-0
/
+3
*
Add tests and NEWS [Feature #18008]
NARUSE, Yui
2021-07-15
1
-0
/
+8
*
Use the dedicated assertion
Nobuyoshi Nakada
2021-01-17
1
-2
/
+2
*
Warn Struct#initialize with only keyword args (#4070)
Takashi Kokubun
2021-01-17
1
-0
/
+12
*
Classes made from Struct should have default `new` singleton method.
Marc-Andre Lafortune
2020-05-08
1
-4
/
+14
*
support multi-run for test/ruby/test_struct.rb
Koichi Sasada
2020-01-28
1
-2
/
+14
*
Update tests for full keyword argument separation
Jeremy Evans
2020-01-02
1
-1
/
+1
*
Reword keyword arguments warning messages to convey these are deprecation war...
Marc-Andre Lafortune
2019-12-23
1
-1
/
+1
*
vm_args.c: rephrase the warning message of keyword argument separation
Yusuke Endoh
2019-12-20
1
-1
/
+1
*
Fixed misspellings
Nobuyoshi Nakada
2019-12-20
1
-1
/
+1
*
Reduce duplicated warnings for the change of Ruby 3 keyword arguments
Yusuke Endoh
2019-11-29
1
-1
/
+2
*
Avoid needless object allocation
Kazuki Tsujimoto
2019-11-19
1
-1
/
+1
*
Fix typo
Kazuki Tsujimoto
2019-11-08
1
-1
/
+1
*
Define Struct#deconstruct_keys
Kazuki Tsujimoto
2019-11-08
1
-0
/
+12
*
Allow only one argument for keyword_init struct
Alan Wu
2019-10-31
1
-0
/
+1
*
Pass the called keyword arguments if `keyword_init`
Nobuyoshi Nakada
2019-10-21
1
-0
/
+4
*
Fix warning when doing Struct.new(:x, keyword_init: true){}
Jeremy Evans
2019-09-27
1
-0
/
+10
*
Do not turn on keyword_init for Struct subclass if keyword hash is empty
Jeremy Evans
2019-09-03
1
-0
/
+4
*
Disallow use of attrset symbols as Struct members
Jeremy Evans
2019-08-29
1
-0
/
+4
*
struct.c: force hash values fixable
nobu
2019-04-08
1
-0
/
+1
*
Enumerable#to_h with block and so on
nobu
2018-09-20
1
-0
/
+7
*
Alias Struct#select as Struct#filter. Patch by Kenichi Kamiya.
marcandre
2018-09-16
1
-0
/
+7
*
struct.c: show `keyword_init: true` on inspect
k0kubun
2017-12-12
1
-0
/
+2
*
test_struct.rb: rename constants to clarify
k0kubun
2017-12-12
1
-10
/
+10
*
struct.c: add keyword_init option to Struct.new
k0kubun
2017-12-12
1
-0
/
+17
*
* test/ruby/test_module.rb: Method tables are not guaranteed to be
headius
2016-11-14
1
-1
/
+1
*
hash method values
nobu
2016-05-21
1
-1
/
+1
*
Use Integer instead of Fixnum and Bignum.
akr
2016-05-17
1
-1
/
+1
*
struct.c: unique members
nobu
2016-04-16
1
-0
/
+7
*
Add frozen_string_literal: false for all files
naruse
2015-12-16
1
-0
/
+1
*
* test_struct.rb: Test that initialize is overridable [#11708]
marcandre
2015-12-16
1
-0
/
+6
*
struct.c: dig
nobu
2015-11-16
1
-0
/
+7
*
struct.c: fix index in message
nobu
2015-11-16
1
-4
/
+4
*
iseq.c: struct accessors
nobu
2014-12-16
1
-0
/
+33
*
struct: avoid all O(n) behavior on access
normal
2014-12-09
1
-0
/
+9
*
* test/lib/envutil.rb: Moved from test/ruby/.
akr
2014-11-13
1
-1
/
+0
*
struct.c: avoid pinning down
nobu
2014-03-28
1
-0
/
+4
*
parse.y: attrset from junk ID
nobu
2014-02-13
1
-0
/
+4
*
* struct.c (rb_struct_set): return assigned value from setter method
charliesome
2014-01-04
1
-0
/
+6
*
test/ruby: better assertions
nobu
2013-12-13
1
-13
/
+13
*
test_struct.rb: use assert_same
nobu
2013-12-07
1
-4
/
+6
*
test_struct.rb: use assert_predicate
nobu
2013-12-07
1
-2
/
+2
*
* test/ruby/test_struct.rb: Add regression test for question marks and
charliesome
2013-12-06
1
-0
/
+12
*
struct.c: fix warning message
nobu
2013-10-27
1
-43
/
+76
[next]