summaryrefslogtreecommitdiff
path: root/tool/sync_default_gems.rb
Commit message (Collapse)AuthorAgeFilesLines
* Removed sync task for ext/readlineHiroshi SHIBATA2023-05-101-7/+0
|
* Ignore to sync used_cassettes.txtHiroshi SHIBATA2023-05-011-1/+1
|
* Skip added tool filesNobuyoshi Nakada2023-04-291-2/+4
| | | | Get rid of accidents like 966f0d91e2a86fa1347cdafbe1af47e7350aa4ca.
* Skip commits only for toolsNobuyoshi Nakada2023-03-281-0/+16
| | | | Get rid of accidents like 67feb782f947046f65951303893713052a19a546.
* Set FILTER_BRANCH_SQUELCH_WARNING only in child environmentNobuyoshi Nakada2023-03-281-3/+3
|
* Fixed a typoHiroshi SHIBATA2023-01-101-1/+1
|
* Adjust spec of bundler like as `sync_default_gems` [ci skip]Nobuyoshi Nakada2023-01-081-1/+12
|
* Ignore LICENSE files of libraries vendored in rubygems [ci skip]Nobuyoshi Nakada2023-01-081-13/+1
|
* Generate parser-text.rb of racc when sync itHiroshi SHIBATA2022-12-261-0/+9
|
* Fix the case trailer without newlineNobuyoshi Nakada2022-12-221-2/+2
| | | | cf0b413ef8b794ef6e7436f22fd5a998050dada9
* Removed temporary workaround for syntax_suggest tagsHiroshi SHIBATA2022-12-161-5/+0
|
* Use versioning sort for released version detectionHiroshi SHIBATA2022-12-141-1/+1
|
* Pin syntax_suggest-1.0.1 manually because it mixed dead_end tagsHiroshi SHIBATA2022-12-141-0/+5
|
* Don't leave backup file aroundDavid Rodríguez2022-12-131-1/+0
| | | | | I suspect this was for debugging? If not, these days we have source control tools, so this wouldn't seem necessary?
* Don't sync jar artifact of CGIHiroshi SHIBATA2022-12-081-0/+1
|
* sync_default_gems.rb: move default_branch to REPOSITORIESNobuyoshi Nakada2022-11-281-15/+25
| | | | `sync_default_gems_with_commits` also needs the default branch.
* sync_default_gems.rb: suppress a duplicated range warningNobuyoshi Nakada2022-11-281-1/+1
|
* sync_default_gems.rb: adjust indent [ci skip]Nobuyoshi Nakada2022-11-281-659/+659
|
* sync_default_gems.rb: extend for singleton methodsNobuyoshi Nakada2022-11-281-0/+1
|
* Fix the case of multiple trailersNobuyoshi Nakada2022-11-281-2/+2
|
* Add tests for sync_default_gems.rbNobuyoshi Nakada2022-11-281-0/+5
|
* Do not use the same variable for multiple thingsTakashi Kokubun2022-11-251-5/+5
| | | | | | | `conv` proc is used before and after the `url` variable is updated. So this script didn't seem to behave correctly for the "Close #xxx" syntax. Reusing the same variable name for different things seems prone to errors.
* Support other GitHub PR/issue syntaxesTakashi Kokubun2022-11-251-1/+1
| | | | https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue
* Fix a broken interpolation #{head}Takashi Kokubun2022-11-201-2/+3
|
* sync_default_gems.rb: Fix substitution [ci skip]Nobuyoshi Nakada2022-11-201-3/+9
| | | | | | As there should be no modified files just affter `git cherry-pick` succeeded in `sync_default_gems_with_commits`, reset to the previous revision once to pick up the committed files.
* sync_default_gems.rb: fix a typo [ci skip]Nobuyoshi Nakada2022-11-041-1/+1
|
* sync_default_gems.rb: fix the position to insert the original URLNobuyoshi Nakada2022-11-041-2/+3
| | | | | Since the regexp had expected an empty line before `Co-Authored-By:` trailer lines, it failed to match when the body has the trailer only.
* sync_default_gems.rb: accept log input from other than STDINNobuyoshi Nakada2022-11-041-4/+6
|
* sync_default_gems.rb: do not add extra empty lines [ci skip]Nobuyoshi Nakada2022-10-281-2/+2
|
* sync_default_gems.rb: append orignal commit URLs to subject only logNobuyoshi Nakada2022-10-281-1/+4
|
* sync_default_gems.rb: Ignore unmergeable files [ci skip]Nobuyoshi Nakada2022-10-251-1/+1
|
* sync_default_gems.rb: commit all after replaced rdoc-ref [ci skip]Nobuyoshi Nakada2022-10-191-1/+1
|
* sync_default_gems.rb: fold too long subject [ci skip]Nobuyoshi Nakada2022-10-181-10/+24
| | | | | | | 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.
* ruby/ruby-commit-hook has been renamed [ci skip]Takashi Kokubun2022-10-171-1/+1
| | | | to ruby/git.ruby-lang.org
* sync_default_gems.rb: fix links to GitHub issuesNobuyoshi Nakada2022-10-181-3/+6
| | | | | - Substitute `GH-xxxx` which does not contain `#` too. - Split each substitutions.
* sync_default_gems: Replace the URIs to be redirectedNobuyoshi Nakada2022-10-121-1/+1
| | | | | | | 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.
* sync_default_gems: Add rdoc-ref command to testNobuyoshi Nakada2022-10-121-0/+11
|
* sync_default_gems: Replace the external URIs to docs with rdoc-refNobuyoshi Nakada2022-10-121-0/+29
|
* sync_default_gems: Should match with the beginning of the stringsNobuyoshi Nakada2022-10-121-2/+2
| | | | | `git status -z` result is NUL-separated, and can contain newline characters.
* Replace "Fixes"/"Fixed" in commit logs as well as vcs.rb [ci skip]Nobuyoshi Nakada2022-09-141-1/+1
| | | | | Use the same regexp to replace "(#NNNN)" and "GH-NNNN" style references in vcs.rb, too.
* Ignore test libraries like assert_ractor from did_you_meanHiroshi SHIBATA2022-09-011-0/+1
|
* Support main branch for syntax_suggestHiroshi SHIBATA2022-08-291-2/+8
|
* Sync examples and cli from syntax_suggestHiroshi SHIBATA2022-08-261-0/+5
|
* syntax_suggest moved to under the ruby organization.Hiroshi SHIBATA2022-08-191-1/+1
|
* Setup SyntaxSuggest as default gemschneems2022-08-191-0/+1
| | | | | | | | | | | | | | | | | 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.
* Sync new doc in Date (#6215)Burdette Lamar2022-08-051-0/+1
|
* Keep gitignore for libyaml source with psychHiroshi SHIBATA2022-07-291-1/+1
|
* 8fa66467de is broken with rubygems/rubygems and flori/json.Hiroshi SHIBATA2022-07-261-1/+1
| | | | | | Revert "Fix sync_default_gems.rb to use absolute path" This reverts commit 8fa66467de82f787ead9dd901ad06694c79d88dc.
* Fix sync_default_gems.rb to use absolute pathPeter Zhu2022-07-251-1/+1
|
* For rdoc, copy doc/rdoc to doc/ (#6181)Burdette Lamar2022-07-251-0/+1
|