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
/
bootstraptest
/
test_ractor.rb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add test that `Ractor.make_shareable` calls user defined `#freeze`
Marc-Andre Lafortune
2020-12-08
1
-1
/
+8
*
Ractor.select requires an argument or yield_value
Marc-Andre Lafortune
2020-12-07
1
-0
/
+9
*
fix Thread's interrupt and Ractor#take issue
Koichi Sasada
2020-12-07
1
-0
/
+20
*
should not use rb_str_modify(), too
Koichi Sasada
2020-12-01
1
-1
/
+9
*
should not use rb_ary_modify()
Koichi Sasada
2020-12-01
1
-0
/
+7
*
Fix `Ractor.make_shareable` for recursive structures with unfreezable components
Marc-Andre Lafortune
2020-11-30
1
-0
/
+11
*
Fixed Ractor.shareable? on cross-recursive objects [Bug #17344]
Nobuyoshi Nakada
2020-11-30
1
-0
/
+9
*
Skip test_ractor.rb:137 for --jit-min-calls=5
Takashi Kokubun
2020-11-24
1
-1
/
+1
*
Report a more detailed situation of test_ractor.rb:137
Takashi Kokubun
2020-11-24
1
-2
/
+2
*
remove Ractor#close
Koichi Sasada
2020-11-11
1
-2
/
+2
*
ignore yield_atexit if outgoing port is closed
Koichi Sasada
2020-11-11
1
-0
/
+10
*
Threads in a ractor will be killed with the ractor
Koichi Sasada
2020-11-11
1
-1
/
+33
*
Copy for Ractor.send() without marshal.
Koichi Sasada
2020-11-02
1
-1
/
+1
*
add a test of define_method with shareable Proc.
Koichi Sasada
2020-10-30
1
-0
/
+11
*
Ractor.make_shareable(a_proc)
Koichi Sasada
2020-10-30
1
-0
/
+27
*
Use 'shareable' with an 'e' [ci skip]
Marc-Andre Lafortune
2020-10-25
1
-8
/
+8
*
Tweak a few Ractor tests that were missing comments [ci skip]
Marc-Andre Lafortune
2020-10-25
1
-0
/
+4
*
Remove trailing whitespace [ci skip]
Marc-Andre Lafortune
2020-10-25
1
-1
/
+1
*
allow to access ivars of frozen shareable objects
Koichi Sasada
2020-10-22
1
-0
/
+12
*
Ractor.make_shareable(obj)
Koichi Sasada
2020-10-21
1
-0
/
+74
*
fix condition
Koichi Sasada
2020-10-20
1
-1
/
+1
*
skip `echo foo` on Solaris
Koichi Sasada
2020-10-20
1
-1
/
+1
*
ObjectSpace.each_object with Ractors
Koichi Sasada
2020-10-20
1
-0
/
+9
*
Some global variables can be accessed from ractors
Koichi Sasada
2020-10-20
1
-0
/
+59
*
sync generic_ivtbl
Koichi Sasada
2020-10-14
1
-0
/
+17
*
sync enc_table and rb_encoding_list
Koichi Sasada
2020-10-14
1
-0
/
+14
*
Add Ractor#receive and Ractor.receive and use it in all places
Benoit Daloze
2020-10-10
1
-24
/
+24
*
fix typo [ci skip]
Koichi Sasada
2020-09-27
1
-2
/
+2
*
freeze all Range objects.
v3_0_0_preview1
Koichi Sasada
2020-09-25
1
-4
/
+3
*
prohibi method call by defined_method in other racotrs
Koichi Sasada
2020-09-25
1
-0
/
+11
*
Range is based on Struct.
Koichi Sasada
2020-09-25
1
-0
/
+4
*
Frozen Struct can be shareable.
Koichi Sasada
2020-09-25
1
-0
/
+6
*
refactoring a test code.
Koichi Sasada
2020-09-25
1
-17
/
+49
*
Ractor.yield should raise if out-port is closed
Koichi Sasada
2020-09-25
1
-0
/
+21
*
frozen T_OBJECT can be shareable.
Koichi Sasada
2020-09-25
1
-0
/
+27
*
Ractor#close_outgoping cancel Ractor.yield
Koichi Sasada
2020-09-25
1
-0
/
+1
*
Fulfill missing tests and stabilize tests
Quang-Minh Nguyen
2020-09-20
1
-22
/
+126
*
Validate name during initialization
Quang-Minh Nguyen
2020-09-20
1
-17
/
+33
*
Add status to Ractor#inspect
Quang-Minh Nguyen
2020-09-20
1
-0
/
+21
*
sync fstring pool
Koichi Sasada
2020-09-15
1
-0
/
+17
*
Fix typos [ci skip]
Kazuhiro NISHIYAMA
2020-09-13
1
-2
/
+2
*
don't use toplevel return
Koichi Sasada
2020-09-04
1
-2
/
+5
*
skip Ractor tests on Compiler tests
Koichi Sasada
2020-09-03
1
-1
/
+6
*
Introduce Ractor mechanism for parallel execution
Koichi Sasada
2020-09-03
1
-0
/
+516
[prev]