summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2021-08-31[rubygems/rubygems] Rename `Gem::PrintableUri#parsed_uri?` to `Gem::Printable...Daniel Niknam
2021-08-31[rubygems/rubygems] Refactor `Gem::RemoteFetcher::FetchError` initializer to ...Daniel Niknam
2021-08-31[rubygems/rubygems] Using `Gem::PrintableUri` in `Gem::Request` classDaniel Niknam
2021-08-31[rubygems/rubygems] Using `Gem::PrintableUri` in `Gem::Commands::InstallComma...Daniel Niknam
2021-08-31[rubygems/rubygems] Introduce `Gem::PrintableUri` that would redact URIs to b...Daniel Niknam
2021-08-31[rubygems/rubygems] Add a few tests for `Gem::UriParser.parse_uri`Daniel Niknam
2021-08-31[rubygems/rubygems] Pick the last founded gems when fetching metadataDaniel Niknam
2021-08-31[rubygems/rubygems] Remove unused fileDavid Rodríguez
2021-08-31[rubygems/rubygems] Remove helper method not buying us muchDavid Rodríguez
2021-08-31[rubygems/rubygems] Remove MacOS specific extra GEM_PATHDavid Rodríguez
2021-08-31[rubygems/rubygems] Replace StandardError with ExceptionDaniel Niknam
2021-08-31[rubygems/rubygems] Reword the messageDaniel Niknam
2021-08-31[rubygems/rubygems] Exclude truffleruby from the test for failure of operatin...Daniel Niknam
2021-08-31[rubygems/rubygems] Enhance error handling when loading the rubygems/defaults...Daniel Niknam
2021-08-31[rubygems/rubygems] Also load user installed rubygems pluginsDavid Rodríguez
2021-08-31[rubygems/rubygems] Recommend `bundle install` rather than `gem install -g`David Rodríguez
2021-08-31[rubygems/rubygems] Refactor reseting `RUBYGEMS_GEMDEPS` in testsDavid Rodríguez
2021-08-31[rubygems/rubygems] Use `Gem.use_gemdeps` only from binstubsDavid Rodríguez
2021-08-31[rubygems/rubygems] Remove misleading commentDavid Rodríguez
2021-08-31[rubygems/rubygems] Remove unnecessary spec manipulationDavid Rodríguez
2021-08-31[rubygems/rubygems] Remove redundant part of error messageDavid Rodríguez
2021-08-31Omit some tests until debugging is completeaycabta
2021-08-31[Feature #16972] Add mode: option to Pathname#mkpathNobuyoshi Nakada
2021-08-30[ruby/irb] Relax backtrace nest levelsNobuyoshi Nakada
2021-08-30[ruby/irb] Added the extra stdout message with test-unitHiroshi SHIBATA
2021-08-30[ruby/irb] Use capture_output instead of capture_ioHiroshi SHIBATA
2021-08-30[ruby/irb] Use pend instead of skipHiroshi SHIBATA
2021-08-30Add --autocomplete / --noautocomplete optionsaycabta
2021-08-30[ruby/reline] Disable autocompletion in testsaycabta
2021-08-30[ruby/irb] Remove path settings for debuggingaycabta
2021-08-29Support tracing of attr_reader and attr_writerJeremy Evans
2021-08-29[ruby/reline] Fix tests so that the completion journey starts on first C-n/C-paycabta
2021-08-29Free previously used tables [Bug #18134]Nobuyoshi Nakada
2021-08-29Add negative position tests [Bug #18138]Nobuyoshi Nakada
2021-08-29Add out of range tests for Array#slice!Nobuyoshi Nakada
2021-08-26Fix example fiber scheduler reg. writable eventsLars Kanis
2021-08-24Fix warnings in test_optimization.rbJeremy Evans
2021-08-24[ruby/fiddle] Simplify libc and libm path logics (https://github.com/ruby/fid...Nobuyoshi Nakada
2021-08-24[ruby/fiddle] Improve "offsetof" calculations (https://github.com/ruby/fiddle...Aaron Patterson
2021-08-22Fix Marshal.dump(closed_io) to raise TypeError and allow encoding on closed IOLars Kanis
2021-08-21Allow tracing of optimized methodsJeremy Evans
2021-08-20[ruby/error_highlight] Fixed the argument for DidYouMean.formatter=Yusuke Endoh
2021-08-20ast.c: Rename "save_script_lines" to "keep_script_lines"Yusuke Endoh
2021-08-20Module#ancestors should not return superclasses of refinementsShugo Maeda
2021-08-19Remove old warning aged nearly 8 yearsNobuyoshi Nakada
2021-08-19Allow omission of parentheses in one line pattern matching [Feature #16182]Kazuki Tsujimoto
2021-08-17Take into account data in emoji-variation-sequences.txt in tests.Martin Dürst
2021-08-15Extract the wrapped value when yydebug [Bug #18075]Nobuyoshi Nakada
2021-08-15Show verbose error messages when single pattern match failsKazuki Tsujimoto
2021-08-14[ruby/readline-ext] Give up Editlineaycabta