aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/kernel/open_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate Kernel#open and IO support for subprocess creation/forkingMike Dalessio2023-08-101-8/+28
| | | | | | | | | | | | | | | | | Deprecate Kernel#open and IO support for subprocess creation and forking. This deprecates subprocess creation and forking in - Kernel#open - URI.open - IO.binread - IO.foreach - IO.readlines - IO.read - IO.write This behavior is slated to be removed in Ruby 4.0 [Feature #19630]
* Update to ruby/spec@30e1c35Benoit Daloze2023-06-261-29/+13
|
* Update to ruby/spec@e7dc804Benoit Daloze2023-02-271-2/+23
|
* spec: disable a part of Kernel.open spec where spawns a process for WASIYuta Saito2022-03-171-1/+1
| | | | WASI doesn't provide a way to spawn a new process
* Update to ruby/spec@21a48d9Benoit Daloze2021-10-281-0/+12
|
* Update to ruby/spec@b65d01fBenoit Daloze2021-07-291-1/+12
|
* Update to ruby/spec@875a09eBenoit Daloze2019-07-271-4/+4
|
* Update to ruby/spec@8d74d49Benoit Daloze2019-06-271-2/+4
|
* Update to ruby/spec@c1b568beregon2018-03-041-2/+2
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62656 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Update to ruby/spec@bacedc5eregon2017-12-011-2/+3
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60973 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Move spec/rubyspec to spec/ruby for consistencyeregon2017-09-201-0/+141
* Other ruby implementations use the spec/ruby directory. [Misc #13792] [ruby-core:82287] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59979 b2dd03c8-39d4-4d8f-98ff-823fe69b080e