Nobuyoshi Nakada
aeb9d11594
Revert irrelevant change [ci skip]
2020-04-20 21:26:55 +09:00
Nobuyoshi Nakada
e571bb8436
Removed phony atomic operations for void* and VALUE
2020-04-20 21:14:04 +09:00
Hiroshi SHIBATA
55a5a4bc03
Fixed to initialize ruby-core repository when it has no master branch
2020-04-09 18:23:49 +09:00
Hiroshi SHIBATA
7a26021d1d
Support one repository for updating the latest commits
2020-04-09 16:34:25 +09:00
Kazuhiro NISHIYAMA
f70ca6a1f9
Remove unnecessary escape
2020-04-04 00:35:51 +09:00
Nobuyoshi Nakada
691a15ebc7
[sync_default_gems.rb] Reset files to be ignored
...
[ci skip]
2020-04-03 10:49:45 +09:00
Nobuyoshi Nakada
668c97b72c
[sync_default_gems.rb] Ignore files under .github directory
...
[ci skip]
2020-04-03 10:49:38 +09:00
Nobuyoshi Nakada
3df764721a
[sync_default_gems.rb] Use block form `IO.popen` to reap zombies
...
[ci skip]
2020-04-03 10:49:28 +09:00
Hiroshi SHIBATA
4be2a891cc
The upstream repository of bundler was changed rubygems/rubygems now.
...
https://github.com/rubygems/rubygems/pull/3166
2020-03-16 19:28:52 +09:00
Kazuki Yamaguchi
61cfd6da84
tool/sync_default_gems.rb: update paths for openssl
...
Now ruby/openssl has a different directory structure. The test suite is
moved from /test/test_* to /test/openssl/test_*.
2020-03-10 17:41:01 +09:00
Hiroshi SHIBATA
8d3b7f0fda
Fixed net-pop, smtp, protocol and imap task for sync tool
2020-02-21 21:30:04 +09:00
Hiroshi SHIBATA
e7f8724fb2
Fixed net-ftp sync task and resync from standalone repo
2020-02-21 21:25:43 +09:00
Hiroshi SHIBATA
9cb1ffaa5c
Promote net-http to the default gems.
...
test/net/http/test_https.rb: rename fixture methods to read_fixture
because it conflicts with test-unit gem.
2020-02-21 21:21:14 +09:00
Hiroshi SHIBATA
f08d8e5e85
Promote net-ftp to default gems
2020-02-21 19:09:21 +09:00
Hiroshi SHIBATA
e9d872a06e
Promote net-imap to the default gems
2020-02-20 21:24:19 +09:00
Hiroshi SHIBATA
0ae9780352
Promote net-protocol to default gems
2020-02-17 22:15:20 +09:00
Hiroshi SHIBATA
2c5764ec22
Promote English to the default gems.
2020-02-13 20:35:34 +09:00
Hiroshi SHIBATA
bbd1ed626f
Promote tmpdir to the default gems
2020-02-12 20:34:19 +09:00
Hiroshi SHIBATA
b8e7bd9f44
Promote tempfile to the default gems.
2020-02-12 19:46:34 +09:00
Hiroshi SHIBATA
56f6973b68
Promote weakref to the default gems
2020-02-11 14:05:04 +09:00
aycabta
6891fd1580
Don't use upstream ext/readline/depend
2020-02-10 19:41:07 +09:00
aycabta
e323f50a9c
Fix readline-ext sync
2020-02-06 21:20:20 +09:00
Hiroshi SHIBATA
aacd918340
Do not use `git pull` because origin/master was already fetched.
2020-01-26 07:40:56 +09:00
Hiroshi SHIBATA
da2d6ca8f1
Show the repository name before update task
2020-01-26 07:38:20 +09:00
Hiroshi SHIBATA
9e3bfed53c
Added usage documentation for sync_default_gems
2020-01-22 16:02:10 +09:00
aycabta
cdaae38f79
Use gem name to specify
2020-01-22 13:44:49 +09:00
Hiroshi SHIBATA
83240f315a
Make rss library to the bundle gems
...
[Feature #16485 ][ruby-core:96683]
2020-01-12 12:28:29 +09:00
Hiroshi SHIBATA
c3ccf23d58
Make rexml library to the bundle gems
...
[Feature #16485 ][ruby-core:96683]
2020-01-12 12:28:29 +09:00
Hiroshi SHIBATA
e04366056a
Update the upstream repository of bundler
2020-01-10 22:56:46 +09:00
Nobuyoshi Nakada
1b86309b04
Squelch filter-branch warning and sleeping
2019-12-17 23:38:18 +09:00
Hiroshi SHIBATA
43544f8617
Added the missing gemspec of racc
2019-12-10 17:03:13 +09:00
aycabta
be13b897ea
Show failed commits only when exists
2019-12-07 22:02:24 +09:00
Kevin Deisz
171803d5d3
Promote did_you_mean to default gem
...
At the moment, there are some problems with regard to bundler + did_you_mean because of did_you_mean being a bundled gem. Since the vendored version of thor inside bundler and ruby itself explicitly requires did_you_mean, it can become difficult to load it when using Bundler.setup. See this issue: https://github.com/yuki24/did_you_mean/issues/117#issuecomment-482733159 for more details.
2019-11-30 21:08:19 -05:00
Hiroshi SHIBATA
80705e2c4f
Add to support the single commit for sync_default_gems.rb
2019-11-30 14:48:26 +09:00
Hiroshi SHIBATA
0b1b2f2442
Remove e2mmap from sync_default_gems.rb
2019-11-30 08:00:40 +09:00
Hiroshi SHIBATA
82525fcce1
Add sync task for ruby/openssl
2019-11-26 18:26:08 +09:00
Hiroshi SHIBATA
57dc3ff73d
Removed sync library from sync tool
2019-11-13 15:37:21 +09:00
Hiroshi SHIBATA
bcfe94b7f2
Revert "Revert "Promote uri to default gems""
...
This reverts commit fdfad90522
.
f1f27da6c4
resolved this.
2019-11-11 22:21:43 +09:00
Hiroshi SHIBATA
fdfad90522
Revert "Promote uri to default gems"
...
This reverts commit c5b4d2a259
.
This commit affects with activation feature of RubyGems.
[Bug #16337 ][ruby-core:95768]
2019-11-09 20:16:03 +09:00
Hiroshi SHIBATA
c5b4d2a259
Promote uri to default gems
2019-11-09 07:32:34 +09:00
Hiroshi SHIBATA
8c9438d219
Promote yaml to default gems
2019-11-09 07:32:34 +09:00
Hiroshi SHIBATA
2a0ed5691e
Promote timeout to default gems
2019-11-09 07:32:34 +09:00
Hiroshi SHIBATA
5f206cebb9
Promote observer to default gems. But not yet released
2019-11-09 07:32:34 +09:00
Hiroshi SHIBATA
3d731c3694
Promote readline to default gems named readline-ext
2019-11-09 07:32:34 +09:00
Hiroshi SHIBATA
fc1d06b25d
Added gemspec for readline gem that is wrapper library for reline and readline extension
2019-11-09 07:32:34 +09:00
Hiroshi SHIBATA
fc85bdeb77
Promote cgi to default gems
2019-11-07 16:36:14 +09:00
Hiroshi SHIBATA
223d3c460a
Promote net-smtp to default gems
2019-11-07 16:36:14 +09:00
Hiroshi SHIBATA
eb0b13596d
Promote net-pop to default gems
2019-11-07 16:36:14 +09:00
Hiroshi SHIBATA
77c94e0dd8
Promote benchmark to default gems
2019-11-07 16:36:14 +09:00
Hiroshi SHIBATA
1159dbf305
Promote delegate to default gems
2019-11-07 16:36:14 +09:00
Hiroshi SHIBATA
3b0bd34001
Promote pstore to default gems
2019-11-07 16:36:14 +09:00
Hiroshi SHIBATA
478f6e2b34
Fixed an Errno::ENOENT with non-test libraries
2019-11-07 16:36:13 +09:00
Hiroshi SHIBATA
d1630d41ad
Promote open3 to default gems
2019-11-07 07:16:27 +09:00
Hiroshi SHIBATA
ec2603c353
fallback standard structure library to sync_lib_gem method
2019-11-07 07:16:26 +09:00
Hiroshi SHIBATA
91135f6d29
Promote singleton to default gems
2019-11-07 07:16:26 +09:00
Nobuyoshi Nakada
823f25bb96
sync_default_gems.rb: Show the progress at fetching
...
It looks like hanging up when fetching from a remote first time.
2019-11-04 09:40:26 +09:00
Hiroshi SHIBATA
c38ba75780
Fixed the sync task for json
...
* Ignode to change ext/json/depend
* Fixed to ignore json_pure files
2019-10-31 10:19:57 +09:00
Hiroshi SHIBATA
d3272fcba3
Update the latest structure for racc upstream
2019-10-30 21:00:01 +09:00
Hiroshi SHIBATA
2791989a31
Fixed sync path of e2mmap structure for gemspec.
2019-10-24 16:11:01 +09:00
Hiroshi SHIBATA
1de242de0f
Fixed up 37c0839425
2019-09-20 14:22:32 +09:00
Hiroshi SHIBATA
9d25c652a9
Removed ThreadsWait from the ruby repository
2019-09-20 14:21:04 +09:00
Hiroshi SHIBATA
37c0839425
Removed Synchronizer from the ruby repository.
2019-09-20 14:06:22 +09:00
Hiroshi SHIBATA
3b56a0934f
Removed Shell from the ruby repository.
2019-09-20 12:56:18 +09:00
Hiroshi SHIBATA
67a6662032
Removed Scanf from the ruby repository.
2019-09-20 12:43:11 +09:00
Hiroshi SHIBATA
a3b8501614
Removed CMath from the ruby repository.
2019-09-20 12:31:37 +09:00
aycabta
2c1e902cba
Don't pick up lib/readline.rb from ruby/reline
2019-08-29 21:49:19 +09:00
aycabta
978ff1ff3a
Pick lib/readline.rb from ruby/reline
2019-08-27 05:24:13 +09:00
Nobuyoshi Nakada
af12172035
Removed unused literal assignments [ci skip]
2019-08-20 19:29:43 +09:00
Nobuyoshi Nakada
7a07c54bef
Subjects may contain a comma [ci skip]
2019-08-20 19:29:35 +09:00
Hiroshi SHIBATA
51edcbad5b
Use master branch instead of trunk.
2019-08-18 18:08:59 +09:00
Hiroshi SHIBATA
9132153930
Ignore tags on default gems from ruby core repository.
2019-08-18 18:08:59 +09:00
aycabta
0bbbe82986
Fix copy path of ruby/reline's test
2019-08-18 07:52:49 +09:00
Hiroshi SHIBATA
f5481e35ab
Added separator for failing commits from default gems.
2019-08-07 22:30:10 +09:00
Hiroshi SHIBATA
67cde179c5
Skip merge commit created by bundlerbot.
2019-08-07 22:29:02 +09:00
Hiroshi SHIBATA
58bb7f0ca1
Skip the some of commits when sync default gems from upstream.
...
* Skip failed to sync commits because it needs to pick manually.
* Skip empty commit.
2019-07-27 15:47:32 +08:00
Hiroshi SHIBATA
012d39c4e6
Added ignore files to sync_default_gems_with_commits and make constant them.
2019-07-27 15:47:24 +08:00
Hiroshi SHIBATA
95aa60f6cd
Ignore Merge commit and insufficiency commit for ruby core repository.
2019-07-26 17:20:07 +08:00
Hiroshi SHIBATA
071bf88970
Improve the commits list for cherry-picking from default gems.
...
* Ignore Merge commit from the commit lists before trying to
pick commit.
* Show the commits list at first.
2019-07-26 16:06:54 +08:00
Hiroshi SHIBATA
348c9687bf
Escape parentheses for syntax hilighting for VScode.
2019-07-26 15:45:18 +08:00
Hiroshi SHIBATA
51f22deadb
Adjust the test direcotry structure of rdoc.
2019-07-26 15:34:15 +08:00
Nobuyoshi Nakada
82ae462113
Do not fetch remote tags
2019-07-25 08:19:03 +09:00
Hiroshi SHIBATA
9f9a6dbc14
Allways fetch the latest commit from default gems repository.
2019-07-22 18:00:37 +09:00
Hiroshi SHIBATA
8549774430
Tweak upstream information of upstream commit.
2019-07-14 23:07:31 +09:00
Hiroshi SHIBATA
a3493521a5
abort sync commit history when it failed to modify commit message.
2019-07-14 21:53:19 +09:00
Hiroshi SHIBATA
8e6a68c18e
Use force flag for filter-branch.
2019-07-14 21:53:19 +09:00
Hiroshi SHIBATA
c8e1be6f1f
Skip merge commit with rubygems and bundler.
2019-07-14 21:53:19 +09:00
Hiroshi SHIBATA
46491af74c
Modified commit message with upstream repository name.
2019-07-14 21:53:19 +09:00
Hiroshi SHIBATA
265e94a7fa
Added chrry-pick feature from upstream repository.
2019-07-14 21:53:19 +09:00
Hiroshi SHIBATA
be082e2800
Try to sync with commit history for default gems.
2019-07-14 21:53:18 +09:00
Hiroshi SHIBATA
4ce935cd5d
Removed FileUtils for file manipulations with module inclusion.
2019-07-14 15:24:33 +09:00
Hiroshi SHIBATA
a73f452476
Use FileUtils.mkdir_p instead of mkdir command directoly.
2019-07-14 15:24:33 +09:00
Hiroshi SHIBATA
e91ff4dbaf
Use FileUtils.cp_r instead of cp command directoly.
2019-07-14 15:24:33 +09:00
Hiroshi SHIBATA
d25f355c65
Fixup dccb0e1ec94e7b9c13c715939ae7e0ccc4ffb23e
2019-07-14 15:24:33 +09:00
Hiroshi SHIBATA
7d24a7ed7b
Use FileUtils.rm_rf instead of rm command directly.
2019-07-14 15:24:33 +09:00
Hiroshi SHIBATA
7504d676c8
Do not use hard-coded file path of default gems upstream.
2019-07-14 15:24:32 +09:00
Hiroshi SHIBATA
ad38f02645
Adopt the directory structure of ruby repository for racc extension.
2019-07-08 20:31:40 +09:00
Hiroshi SHIBATA
9b23aab290
Fixed the wrong path for io-console.
2019-06-25 15:56:20 +09:00
Hiroshi SHIBATA
71ebf6d8e5
Update sync task for the directory structure of cparse and ignore JRuby files.
2019-06-20 16:11:03 +09:00
Hiroshi SHIBATA
4e218282d2
Added sync task for racc
2019-06-19 18:17:38 +09:00
aycabta
17350c7e55
Add Reline as a fallback library for Readline
...
* lib/reine.rb, lib/reline/*: Reline is a readline stdlib compatible
library.
* lib/readline.rb: Readline uses a fallback to Reline when ext/readline
doesn't exist.
* tool/sync_default_gems.rb: add ruby/reline as a default gem.
* appveyor.yml: add "set RELINE_TEST_ENCODING=Windows-31J" for test suit
of Reline, and add "--exclude readline" to "nmake test-all" on Visual
Studio builds because of strange behavior.
* spec/ruby/library/readline/spec_helper.rb: skip Reline as with
RbReadline.
2019-04-30 11:44:20 +09:00