| Age | Commit message (Collapse) | Author |
|
Sync erb.gemspec to under the `lib/erb/ directory.
|
|
They cause flakies when different tests start them in parallel, and also
make the specs more complicated.
|
|
|
|
These files, including `.github` directory, are useless unless the
repository itself is contained as well.
|
|
`executables` are often extracted from the `files` in gemspec files.
|
|
Use the actual files unpacked from the gem. The recent rdoc.gemspec
uses different code than expected by rbinstall.rb, which resulted in
the result list not being overwritten and the template files not being
installed.
|
|
As Set is now a core collection class, it should have special inspect
output. Ideally, inspect output should be suitable to eval, similar
to array and hash (assuming the elements are also suitable to eval):
set = Set[1, 2, 3]
eval(set.inspect) == set # should be true
The simplest way to do this is to use the Set[] syntax.
This deliberately does not use any subclass name in the output,
similar to array and hash. It is more important that users know they
are dealing with a set than which subclass:
Class.new(Set)[]
# this does: Set[]
# not: #<Class:0x00000c21c78699e0>[]
This inspect change breaks the power_assert bundled gem tests, so
add power_assert to TEST_BUNDLED_GEMS_ALLOW_FAILURES in the workflows.
Implements [Feature #21389]
|
|
|
|
|
|
|
|
|
|
- Send outputs from debugger to stderr
- Use `%W` to interpolate the pid
Notes:
Merged: https://github.com/ruby/ruby/pull/13656
|
|
|
|
Ruby HEAD
|
|
Because they are required markdown.rb provided by release package.
|
|
Just a bit of minor cleanup
Signed-off-by: Tim Smith <tsmith84@gmail.com>
Notes:
Merged: https://github.com/ruby/ruby/pull/13636
|
|
* Update method names.
* Sort shuffled tests by names.
Notes:
Merged: https://github.com/ruby/ruby/pull/13640
|
|
This reverts commit 980f61935f6e8331e0908dc963e60fb727ab4d8c, which
seems no longer needed.
Notes:
Merged: https://github.com/ruby/ruby/pull/13640
|
|
Do not clear the commit-wide flags per file.
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/13626
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/13634
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/13634
|
|
It is checked against the given `list`, do not print the same output
twice.
Notes:
Merged: https://github.com/ruby/ruby/pull/13624
|
|
It directs the program to continue repeating the tests the specified
number of times, even if any tests fail along the way.
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/13618
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/13520
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/13563
|
|
|
|
|
|
This reverts commit e90282be7ba1bc8e3119f6e1a2c80356ceb3f80a, a commit miss.
|
|
If the revision of bundled gems is specified for ruby master (and
`git` is usable), checkout that revision and build a snapshot gem, and
use it for `test-spec` instead of the downloaded release version.
|
|
|
|
https://github.com/ruby/test-unit-ruby-core/pull/9
https://github.com/ruby/test-unit-ruby-core/pull/10
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/13484
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/13445
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/13461
|
|
* Skip CGI tests
* Bundle rbs-3.9.4
Notes:
Merged-By: soutaro <matsumoto@soutaro.com>
|
|
CGI::Cookie
https://github.com/rubygems/rubygems/commit/cecc280f61
|
|
https://github.com/rubygems/rubygems/commit/5d5e37bf23
|
|
net-http-persistent
https://github.com/rubygems/rubygems/commit/b9a4722d5e
|
|
Notes:
Merged-By: k0kubun <takashikkbn@gmail.com>
|
|
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/13275
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/13275
|
|
|
|
The JIT bindgens need this.
Notes:
Merged: https://github.com/ruby/ruby/pull/13229
|
|
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/13224
|
|
https://github.com/ruby/repl_type_completor/pull/62
Notes:
Merged: https://github.com/ruby/ruby/pull/13211
|
|
|