| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2021-07-13 | tool/sync_default_gems.rb: remove CRs | Nobuyoshi Nakada | |
| 2021-07-13 | sync_default_gems.rb: expand links to PRs of the upstream | Nobuyoshi Nakada | |
| 2021-06-30 | tool/sync_default_gems.rb: remove unneeded code for error_highlight sync | Yusuke Endoh | |
| 2021-06-30 | tool/sync_default_gems.rb: Add error_highlight gem | Yusuke Endoh | |
| 2021-05-31 | Tweak skipped files in bundler gemspec | David Rodríguez | |
| We won't be using the `extra_rdoc_files` field, because it's very slow for markdown files. Notes: Merged: https://github.com/ruby/ruby/pull/4537 | |||
| 2021-05-27 | Fixed target directory when copying from upstream | Hiroshi SHIBATA | |
| 2021-05-27 | Removed dbm from sync_default_gems | Hiroshi SHIBATA | |
| 2021-05-27 | Promote net-smtp to the bundled gems | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4530 | |||
| 2021-05-27 | Promote net-pop to the bundled gems | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4530 | |||
| 2021-05-27 | Promote net-imap to the bundled gems | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4530 | |||
