| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-10-19 | sync_default_gems.rb: commit all after replaced rdoc-ref [ci skip] | Nobuyoshi Nakada | |
| 2022-10-18 | sync_default_gems.rb: fold too long subject [ci skip] | Nobuyoshi Nakada | |
| Line with substituted issue references with URLs are often very long. Although Git (and GitHub) recommends folding subject lines less than 50 columns, but many commits ignore this, so fold at 68 columns for now. | |||
| 2022-10-17 | ruby/ruby-commit-hook has been renamed [ci skip] | Takashi Kokubun | |
| to ruby/git.ruby-lang.org | |||
| 2022-10-18 | sync_default_gems.rb: fix links to GitHub issues | Nobuyoshi Nakada | |
| - Substitute `GH-xxxx` which does not contain `#` too. - Split each substitutions. | |||
| 2022-10-12 | sync_default_gems: Replace the URIs to be redirected | Nobuyoshi Nakada | |
| The reference generated by using RDoc without the proper `--page-dir` option (or `.rdoc_options`) file may contain `/doc/`. Since these URIs are redirected by the server now, replace such URIs with the corresponding rdoc-refs too. | |||
| 2022-10-12 | sync_default_gems: Add rdoc-ref command to test | Nobuyoshi Nakada | |
| 2022-10-12 | sync_default_gems: Replace the external URIs to docs with rdoc-ref | Nobuyoshi Nakada | |
| 2022-10-12 | sync_default_gems: Should match with the beginning of the strings | Nobuyoshi Nakada | |
| `git status -z` result is NUL-separated, and can contain newline characters. | |||
| 2022-09-14 | Replace "Fixes"/"Fixed" in commit logs as well as vcs.rb [ci skip] | Nobuyoshi Nakada | |
| Use the same regexp to replace "(#NNNN)" and "GH-NNNN" style references in vcs.rb, too. | |||
| 2022-09-01 | Ignore test libraries like assert_ractor from did_you_mean | Hiroshi SHIBATA | |
| 2022-08-29 | Support main branch for syntax_suggest | Hiroshi SHIBATA | |
| 2022-08-26 | Sync examples and cli from syntax_suggest | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/6287 | |||
| 2022-08-19 | syntax_suggest moved to under the ruby organization. | Hiroshi SHIBATA | |
| 2022-08-19 | Setup SyntaxSuggest as default gem | schneems | |
| Adds the `syntax_suggest` syntax error display tool to Ruby through the same mechanism as `error_highlight` and `did_you_mean`. Reference ticket: https://bugs.ruby-lang.org/issues/18159 close #4845 ## What is syntax_suggest? When a syntax error is raised by requiring a file, dead_end will use a combination of indentation and lexing to identify the problem. > Note: Previously this tool was named `dead_end`. ## Known issues - SyntaxSearch's approach of showing syntax errors only works through integration with `require`, `load`, `autoload`, and `require_relative` (since it monkeypatches them to detect syntax errors). It does not work with direct Ruby file invocations https://github.com/zombocom/dead_end/issues/31. - This causes failure in the test suite (test_expected_backtrace_location_when_inheriting_from_basic_object_and_including_kernel) and confusion when inspecting backtraces if there's a different error when trying to require a file such as measuring memory (https://github.com/zombocom/syntax_suggest/issues/124#issuecomment-1006705016). - Discussed fix. We previously talked about opening up `SyntaxError` to be monkeypatched in the same way that other gems hook into `NoMethodError`. This is currently not possible and requires development work. When we last talked about it at RubyKaigi Nobu expressed an ability to make such a change. Notes: Merged: https://github.com/ruby/ruby/pull/5859 | |||
| 2022-08-05 | Sync new doc in Date (#6215) | Burdette Lamar | |
| Notes: Merged-By: BurdetteLamar <BurdetteLamar@Yahoo.com> | |||
| 2022-07-29 | Keep gitignore for libyaml source with psych | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/6200 | |||
| 2022-07-26 | 8fa66467de is broken with rubygems/rubygems and flori/json. | Hiroshi SHIBATA | |
| Revert "Fix sync_default_gems.rb to use absolute path" This reverts commit 8fa66467de82f787ead9dd901ad06694c79d88dc. | |||
| 2022-07-25 | Fix sync_default_gems.rb to use absolute path | Peter Zhu | |
| Notes: Merged: https://github.com/ruby/ruby/pull/6182 | |||
| 2022-07-25 | For rdoc, copy doc/rdoc to doc/ (#6181) | Burdette Lamar | |
| Notes: Merged-By: BurdetteLamar <BurdetteLamar@Yahoo.com> | |||
| 2022-04-16 | Extract `pipe_readlines` method which reads from the pipeline | Nobuyoshi Nakada | |
| 2022-04-16 | Simplify the condition expression to ignore commits | Nobuyoshi Nakada | |
| 2022-04-16 | Do not import any files under rakelib | Nobuyoshi Nakada | |
| 2022-03-10 | Ignore pre-release for sync target on sync_default_gems | Hiroshi SHIBATA | |
| 2022-03-08 | Added release option to sync only released version of the default gems | Hiroshi SHIBATA | |
| 2022-02-01 | Sync latest Bundler & RubyGems | David Rodríguez | |
| Notes: Merged: https://github.com/ruby/ruby/pull/5512 | |||
| 2021-12-24 | sync_default_gems.rb: Expand GH-xxxx style GitHub links [ci skip] | Nobuyoshi Nakada | |
| 2021-12-24 | sync_default_gems.rb: GitHub links at word boundary only [ci skip] | Nobuyoshi Nakada | |
| 2021-12-09 | Followed up f5d80c26d493c14241d4e3320437e62d7f54eabb for sync_default_gems.rb | Hiroshi SHIBATA | |
| 2021-12-06 | sync_default_gems.rb: convert commit hashes to github URLs [ci skip] | Nobuyoshi Nakada | |
| 2021-11-26 | Move win32ole.gemspec to the proper place | Nobuyoshi Nakada | |
| 2021-11-25 | Add win32ole to sync_default_gems.rb | Nobuyoshi Nakada | |
| 2021-11-16 | Ignore LUCENSE files of standard libraries for sync target | Hiroshi SHIBATA | |
| 2021-11-16 | Added LICENSE entry of vendored net-http-persistent to LEGAL | Hiroshi SHIBATA | |
| 2021-11-16 | Added LICENSE entry of vendored connection_pool to LEGAL | Hiroshi SHIBATA | |
| 2021-11-16 | Added LICENSE entry of vendored molinillo to LEGAL | Hiroshi SHIBATA | |
| 2021-11-16 | Added LICENSE entry of vendored thor to LEGAL | Hiroshi SHIBATA | |
| 2021-11-16 | Merge digest-3.0.3.pre3 and ↵ | Hiroshi SHIBATA | |
| https://github.com/ruby/digest/commit/efd76821b8a467c193c753104c29b476debbb2c9 | |||
| 2021-10-14 | Removed redundant digest namespace | Hiroshi SHIBATA | |
| 2021-10-14 | separate pure ruby location under the digest/* extensions | Hiroshi SHIBATA | |
| 2021-10-14 | Move pure ruby files under the ext/gemname/lib directory. | Hiroshi SHIBATA | |
| 2021-10-10 | Add comments in sync_default_gems.rb | Takashi Kokubun | |
| to ease the maintenance of ruby-commit-hook/bin/update-default-gem.sh | |||
| 2021-10-10 | chmod +x tool/sync_default_gems.rb | Takashi Kokubun | |
| I'm too lazy to start the command with `ruby`. | |||
| 2021-09-28 | Removed needless rake and bundler files for rdoc | Hiroshi SHIBATA | |
| 2021-08-31 | No commits to pick is success [ci skip] | Nobuyoshi Nakada | |
| 2021-08-31 | Exit with the syncing status [ci skip] | Nobuyoshi Nakada | |
| 2021-08-30 | Add irb section to tool/sync_default_gems.rb | aycabta | |
| 2021-08-25 | Added bundle install before bundle exec on rdoc sync | Hiroshi SHIBATA | |
| 2021-08-24 | Added ruby/un entry | Hiroshi SHIBATA | |
| 2021-08-10 | Import Gemfile and Rakefile of rdoc by tool/sync_default_gems.rb | aycabta | |
| 2021-07-28 | Support document sync for optparse | Hiroshi SHIBATA | |
