Nobuyoshi Nakada
0b826418af
Update before commit
2019-07-19 07:51:48 +09:00
Nobuyoshi Nakada
af07e07ac9
Separate pull-github from merge-github [ci skip]
2019-07-17 11:57:09 +09:00
Nobuyoshi Nakada
71d5b4c32e
Fixed the library path for tools
2019-07-16 08:25:39 +09:00
Nobuyoshi Nakada
c781b1b7a3
update-deps for dependencies
2019-07-15 17:06:35 +09:00
Hiroshi SHIBATA
eed9db39e5
Followed up e8ddbc0239
.
2019-07-15 10:11:07 +09:00
Nobuyoshi Nakada
8a831e5cb6
Do not make Unicode tables timestamp phony
2019-07-09 13:15:51 +09:00
Nobuyoshi Nakada
dcedf0a008
Fix order of tests
...
`check` includes `test-testframework`, `test-short` and its
preceeding tests, but `test-all` does not.
2019-07-03 14:28:25 +09:00
Nobuyoshi Nakada
efde19ce44
Revert expansion of test-all
2019-07-03 04:05:07 +09:00
Nobuyoshi Nakada
4d6c35d33a
Fix test-all substitution
2019-07-02 15:22:22 +09:00
Nobuyoshi Nakada
c6a131da64
Removed test-almost from TEST_TARGETS
2019-07-02 09:49:57 +09:00
Nobuyoshi Nakada
580b7600c7
Substitute autoconf variables by prereq.status
2019-07-02 09:44:37 +09:00
Nobuyoshi Nakada
f169043d81
Add pipeline operator [Feature #15799 ]
2019-06-13 18:44:32 +09:00
Nobuyoshi Nakada
c7477c3e1f
Moved Makefile.in under template
2019-06-07 09:09:58 +09:00
Nobuyoshi Nakada
200c840b95
Revert "Moved Makefile.in under template"
...
This reverts commits:
* 6f9d5fafe0
* bb3c89b643
And remove the dependency of Makefile on Makefile.in
transitionally.
2019-06-07 09:03:25 +09:00
Nobuyoshi Nakada
6f9d5fafe0
Moved Makefile.in under template
2019-06-07 08:44:37 +09:00
Nobuyoshi Nakada
8fd3b9fc5f
Force update all RDoc at install
...
RDoc needs to parse all files at once for the cross-reference.
2019-05-25 17:16:07 +09:00
Nobuyoshi Nakada
29fcb37a83
Fixed a typo
2019-05-08 17:00:12 +09:00
Nobuyoshi Nakada
fdcd640507
Makefiles need to be indented by tabs
2019-04-28 11:36:03 +09:00
Takashi Kokubun
3581a64239
BSD's mktemp does not have -p
2019-04-25 19:42:10 +09:00
Takashi Kokubun
57225dc07a
Show make checkout-github/merge-github
in help
2019-04-25 19:25:03 +09:00
Takashi Kokubun
b2e92bfd9f
Resurrect make xxx-github PR=1234
interface
...
`call xxx, yyy` seems to pass " yyy" instead of "yyy".
2019-04-25 18:54:44 +09:00
Nobuyoshi Nakada
70adfdcd8d
Added pr-%
...
May merge multiple github pull requests at once. e.g.,
$ make pr-123456789 pr-987654321
2019-04-25 18:29:58 +09:00
Nobuyoshi Nakada
44bb429bb1
Cache git config values
2019-04-25 18:27:16 +09:00
Takashi Kokubun
6de9128fe9
Add make checkout-github
too
...
You can use this like `make checkout-github PR=1234`
2019-04-25 18:05:52 +09:00
Nobuyoshi Nakada
116f91ab50
Make working tree under the source directory
2019-04-25 15:33:05 +09:00
Nobuyoshi Nakada
09ce223b0b
Rebase the pull request in a worktree
...
A pull request based on an old commit may rewind too many files,
even if unnecessary. As rewinding some files, e.g., common header
files, configure.ac, will result in full-rebuild, rebase in a
separate directory to get rid of such rewind.
2019-04-25 15:03:54 +09:00
Takashi Kokubun
6061aa0ac1
Automatically gpg-sign rebase when commit.gpgsign
...
is true
Closes: https://github.com/ruby/ruby/pull/2148
2019-04-25 00:12:13 +09:00
Takashi Kokubun
daff4cbd6c
Add make fetch-github
and make merge-github
...
Closes: https://github.com/ruby/ruby/pull/2147
2019-04-24 22:48:21 +09:00
Koichi Sasada
2ef6673708
force 10 chars SHA1 display.
...
`make update-src` shows latest commit hash for convinience.
However, `rev-parse --short` option shows different length
(maybe) between git versions. This fix force 10 chars
with `--short=10`.
2019-04-24 09:30:07 +09:00
nobu
0db89a38f2
Show the latest commit hash after update
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67662 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2019-04-21 03:30:38 +00:00
ktsj
9738f96fcf
Introduce pattern matching [EXPERIMENTAL]
...
[ruby-core:87945] [Feature #14912 ]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67586 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2019-04-17 06:48:03 +00:00
nobu
54b93ef1ac
compile.c: name a hidden local variable as a predefined ID
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67505 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2019-04-10 12:43:34 +00:00
kazu
25c1fd3b90
Reverting all commits from r67479 to r67496 because of CI failures
...
Because hard to specify commits related to r67479 only.
So please commit again.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67499 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2019-04-10 09:15:21 +00:00
nobu
91db3b6c6b
compile.c: name a hidden local variable as a predefined ID
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67496 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2019-04-10 07:18:25 +00:00
nobu
59a37c0283
gmake.mk: get rid of unicode normalization table timestamp
...
* common.mk, defs/gmake.mk: rid of unicode normalization tables
timestamp. update the target tables file only when only it
exists.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67438 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2019-04-04 12:11:53 +00:00
nobu
6faf266893
gmake.mk: update normalization table
...
* defs/gmake.mk: try to update Unicode normalization tables file
if Unicode data files exist.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67436 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2019-04-04 05:10:26 +00:00
mame
95f7992b89
Introduce beginless range [Feature#14799]
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67422 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2019-04-03 08:11:41 +00:00
nobu
cb57336e86
GNU make does not need srcs_vpath
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67075 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2019-02-14 14:21:14 +00:00
nobu
67c5747369
Method reference operator
...
Introduce the new operator for method reference, `.:`.
[Feature #12125 ] [Feature #13581 ]
[EXPERIMENTAL]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66667 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-12-31 15:00:37 +00:00
nobu
278648b599
CHDIR to follow symlink [ci skip]
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66444 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-12-18 16:01:58 +00:00
nobu
8a52020f95
Add separator for test/-ext-
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66235 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-12-06 05:29:04 +00:00
nobu
1a6ae0a99f
Always try to update revision.h with GNU make
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66089 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-11-29 07:07:40 +00:00
nobu
5a9066f22a
Executable scripts have been moved to libexec [ci skip]
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66081 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-11-28 14:56:19 +00:00
nobu
8c8e72fb8b
Add clean-srcs
...
Add `clean-srcs` target to clean sources in the build directory,
and `realclean-srcs` target to clean autogenerated sources in the
source directory. Also `realclean-srcs-extra` target to clean
sources which are generatable but need to install extra commands,
in addition.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65947 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-11-24 04:34:00 +00:00
nobu
259173ccc0
run single test [ci skip]
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65831 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-11-20 06:13:42 +00:00
nobu
312fc605c1
rdoc query
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65826 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-11-20 03:07:46 +00:00
nobu
cb592b3713
defs/known_errors.def: update on macOS Mojave Xcode 10.1
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65717 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-11-14 02:27:17 +00:00
nobu
2c989a6ff4
Makefile.in: update-known-errors
...
* Makefile.in (update-known-errors): update defs/known_errors.def
by using errno(1).
* defs/known_errors.def: sort alphabetically for merger.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65716 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-11-14 02:27:16 +00:00
nobu
c878cf5030
Moved REVISION_FORCE before uncommon.mk
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65704 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-11-13 06:16:56 +00:00
nobu
45295303ac
gmake.mk: force updating revision.h
...
Since `.revision.time` recipe needs `$(BASERUBY)`, it should not
try to get updated unconditionally, or tarballs fail to build on
environments where BASERUBY is not available.
All developers who build frequently use GNU make anyway, don't
you?
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65695 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-11-13 03:24:18 +00:00