summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2023-04-26Wrap `undef_method :a` with `ensure`Gary Tou
2023-04-26Test: `defined?(super)` in `BasicObject` returns `nil`Gary Tou
2023-04-26[ruby/irb] Fix Locale's encoding lookup for Japanese encodingsStan Lo
2023-04-26Revert "Temporary skipped failing assertions"Hiroshi SHIBATA
2023-04-25[ruby/pp] Remove patch added for Ruby 2.6/JRuby 9.3Stan Lo
2023-04-25[ruby/pp] Skip certain tests for JRubyStan Lo
2023-04-25Speed up calling iseq bmethodsJeremy Evans
2023-04-25Generalize cfunc large array splat fix to fix many additional cases raising S...Jeremy Evans
2023-04-25Temporary skipped failing assertionsHiroshi SHIBATA
2023-04-25[ruby/irb] Add tests for Locale classStan Lo
2023-04-24[rubygems/rubygems] Bump rb-sysdependabot[bot]
2023-04-24Allow anonymous memberless StructJeremy Evans
2023-04-24[ruby/irb] Simplify the help command's implementationStan Lo
2023-04-24[ruby/irb] Filter out top-level methods when using `lsStan Lo
2023-04-23Use UTF-8 encoding for literal extended regexps with UTF-8 characters in comm...Jeremy Evans
2023-04-20YJIT: invokesuper: Remove cme mid matching checkJohn Hawthorn
2023-04-20[rubygems/rubygems] Revert "Bundler::YAMLSerializer.load couldn't raise error...Hiroshi SHIBATA
2023-04-19Hide Gem::MockGemUi. It's only used by testsHiroshi SHIBATA
2023-04-19[rubygems/rubygems] Added tests for load_with_rubygems_config_hash and dump_w...Hiroshi SHIBATA
2023-04-19[rubygems/rubygems] Bundler::YAMLSerializer.load couldn't raise error when in...Hiroshi SHIBATA
2023-04-19[rubygems/rubygems] Replaced Gem::ConfigFile.dump_with_rubygems_yaml for save...Hiroshi SHIBATA
2023-04-19[rubygems/rubygems] Introduce self.load_with_rubygems_config_hashHiroshi SHIBATA
2023-04-19[rubygems/rubygems] Wrap self.convert_rubygems_config_hash from Bundler::YAML...Hiroshi SHIBATA
2023-04-19[rubygems/rubygems] Move all changes only in RubyGemsHiroshi SHIBATA
2023-04-19[rubygems/rubygems] Added guard condition for replacing __ variable in YAML keysHiroshi SHIBATA
2023-04-19[rubygems/rubygems] Replaced load_yaml_file with Bundler::YAMLSerializerHiroshi SHIBATA
2023-04-19[rubygems/rubygems] api_key is always contained stringHiroshi SHIBATA
2023-04-19fix `NameError` messageKoichi Sasada
2023-04-19* remove trailing spaces. [ci skip]git
2023-04-19Refactor `Regexp#match` cache implementation (#7724)TSUYUSATO Kitsune
2023-04-19MatchData#named_captures: add optional symbolize_names keyword (#6952)Vladimir Dementyev
2023-04-17[rubygems/rubygems] Bump rb-sysdependabot[bot]
2023-04-16skip if `DidYouMean.formatter=` is not definedKoichi Sasada
2023-04-15Implement ObjectSpace::WeakMap#delete and ObjectSpace::WeakKeyMap#deleteJean Boussier
2023-04-15[ruby/reline] Change Reline.add_dialog_proc(name, nil) to properlytomoya ishida
2023-04-14[Bug #19533] Fix infinite range inclusion with numeric valueNobuyoshi Nakada
2023-04-13Emit a performance warning when a class reached max variationsJean Boussier
2023-04-13[rubygems/rubygems] Extract alias variables for long name classHiroshi SHIBATA
2023-04-13[rubygems/rubygems] Downcase camel like cases of instance variableHiroshi SHIBATA
2023-04-13[Feature #19590] Show the invalid clock argumentNobuyoshi Nakada
2023-04-12[Bug #19587] Fix `reset_match_cache` argumentsNobuyoshi Nakada
2023-04-12[rubygems/rubygems] Close the server for testNobuyoshi Nakada
2023-04-12Ensure api_key is sent if basic auth not provided on webauthn_verification_urlAshley Ellis Pierce
2023-04-12Add message for otp bypassEric Herscovich
2023-04-12Terminate interaction when rescuing WebauthnVerificationError during wait_for...Jenny Shen
2023-04-12Use Webauthn Listener in wait_for_otpJenny Shen
2023-04-12Add wait for webauthn otp when fetching otpJenny Shen
2023-04-12[rubygems/rubygems] Refactor Webauthn listener response - Makes the response ...Jenny Shen
2023-04-12[rubygems/rubygems] Add access control headers for all requests to allow Ruby...Jenny Shen
2023-04-12[rubygems/rubygems] Add otp command testsJenny Shen