git
77a073239c
* expand tabs.
2019-07-01 14:00:37 +09:00
Nobuyoshi Nakada
99dc885974
Fixed inadvertent ID creation in rb_iv_get
2019-07-01 13:56:55 +09:00
Nobuyoshi Nakada
6982a9049e
Assert obsolete method warnings in IPAddr
2019-07-01 13:02:23 +09:00
Nobuyoshi Nakada
fe03bbaf34
bootstraptest/runner.rb (show_limit): show dots only when printing to a tty
2019-07-01 10:16:47 +09:00
Takashi Kokubun
dbe834ab5a
Prefer master rather than trunk in README [ci skip]
2019-07-01 01:05:29 +09:00
Kazuhiro NISHIYAMA
d3d903cb5f
[DOC] Fix typos [ci skip]
2019-07-01 00:48:11 +09:00
Takashi Kokubun
3d1536e618
Build AppVeyor only on master
2019-07-01 00:24:14 +09:00
Nobuyoshi Nakada
f13fb814e0
Return the result of the block given to assert_warning/assert_no_warning
2019-07-01 00:22:39 +09:00
Nobuyoshi Nakada
51b2b605e7
Call deprecated method only inside assert_warning block
2019-07-01 00:22:39 +09:00
Nobuyoshi Nakada
9cb58f1698
Suppress unused variable warning
2019-07-01 00:22:38 +09:00
git
fc4abbfcd0
* 2019-07-01
2019-07-01 00:15:04 +09:00
Takashi Kokubun
35cf3e8904
The default branch is changed to master
...
and now Travis should run on master, instead of trunk.
(this is testing git push to master branch)
2019-07-01 00:14:12 +09:00
Nobuyoshi Nakada
c5eb24349a
[DOC] update target_thread to TracePoint#enable
2019-06-30 21:23:54 +09:00
Nobuyoshi Nakada
8640153e59
Added test for require-return hook
2019-06-30 21:21:06 +09:00
Nobuyoshi Nakada
1eca2f3ca9
TracePoint#__enable requires 3 arguments now
2019-06-30 21:20:16 +09:00
Nobuyoshi Nakada
62e66b8e18
Allow dtrace without pty, i.e., with miniruby
2019-06-30 21:15:56 +09:00
Nobuyoshi Nakada
b89f6ac843
Check for the privileges by the current process groups
...
Group membership of login user is not activated until login after
adding to the group.
2019-06-30 21:12:15 +09:00
Nobuyoshi Nakada
3b86ec2251
dtrace: check for the command availablity with sudo
2019-06-30 20:56:49 +09:00
Nobuyoshi Nakada
126cf11d33
Producer threads check is the primary condition
2019-06-30 20:19:21 +09:00
Nobuyoshi Nakada
75129c62eb
Suppress "statement not reached" warning
2019-06-30 11:53:02 +09:00
Nobuyoshi Nakada
cc68084652
Suppress method redefinition warnings
2019-06-30 11:49:41 +09:00
Nobuyoshi Nakada
5f736d4319
Suppress "literal in condition" warnings
2019-06-30 11:49:40 +09:00
Nobuyoshi Nakada
4a063546e7
Suppress unused literal warnings in verbose mode
2019-06-30 11:49:40 +09:00
Nobuyoshi Nakada
3620568d3a
Suppress void context warnings in verbose mode
2019-06-30 11:49:40 +09:00
Nobuyoshi Nakada
c400c0b4a0
Skip instead of return
2019-06-30 11:45:38 +09:00
Nobuyoshi Nakada
b43d6e5709
Fixed non-working test
2019-06-30 11:45:38 +09:00
Nobuyoshi Nakada
8fe3590864
Fixed ClosedQueueError by a timing issue
2019-06-30 11:45:38 +09:00
Nobuyoshi Nakada
44eca1b22f
Reset the result between assertions
2019-06-30 11:45:38 +09:00
Nobuyoshi Nakada
ad3820886b
Fixed an assertion
2019-06-30 11:45:37 +09:00
Nobuyoshi Nakada
409b0ec4c3
Suppress unused variable warnings
2019-06-30 11:45:37 +09:00
Nobuyoshi Nakada
84837e6d16
Wait for the helper thread to terminate
2019-06-30 11:41:10 +09:00
Nobuyoshi Nakada
41012f2e2b
Add parentheses to suppress warnings
2019-06-30 11:41:10 +09:00
Nobuyoshi Nakada
78a8888c3e
Hoisted out f_rest_marg
...
* parse.y (f_rest_marg): extract named and unnamed rest parameter
in parenthesized method arguments, and should not be warned as
unused.
2019-06-30 10:57:24 +09:00
git
81e8830a76
* 2019-06-30
2019-06-30 08:50:35 +09:00
Nobuyoshi Nakada
45ba027d08
Removed unused variables
2019-06-30 08:45:01 +09:00
Nobuyoshi Nakada
9f648262f9
Fix predicate to assert if object is same
2019-06-29 21:45:59 +09:00
Nobuyoshi Nakada
cbb7dc21a8
Fix predicate to assert if object is same
2019-06-29 19:17:51 +09:00
Nobuyoshi Nakada
792d1deb94
Escape control codes in regexp warning message
2019-06-29 19:07:25 +09:00
Nobuyoshi Nakada
27723b699b
Should not warn massign parameters as unused
2019-06-29 18:45:24 +09:00
Nobuyoshi Nakada
a17fba6989
Rmove old TestTimeTZ::TZ#abbr attribute
2019-06-29 17:55:22 +09:00
Nobuyoshi Nakada
7ba14b029c
Add max option to TestProtocol#create_mockio
...
* test/net/protocol/test_protocol.rb (TestProtocol#create_mockio):
max option to limit maximum writable size at once, and unify
mock method in test_write0_multibyte.
2019-06-29 17:52:57 +09:00
git
a88107c44d
* expand tabs.
2019-06-29 10:17:37 +09:00
Nobuyoshi Nakada
2f6cc15cdb
Fixed String#grapheme_clusters with wide encodings
...
* string.c (get_reg_grapheme_cluster): make regexp from properly
encoded sources fro wide-char encodings. [Bug #15965 ]
* regparse.c (node_extended_grapheme_cluster): suppress false
duplicated range warning for the time being.
2019-06-29 10:10:17 +09:00
Nobuyoshi Nakada
8aecc90974
Hoisted out WIDE_ENCODINGS
2019-06-29 10:02:04 +09:00
git
14da3009f0
* 2019-06-29
2019-06-29 08:12:36 +09:00
Nobuyoshi Nakada
ede056909b
Set file name and line number
2019-06-29 01:31:52 +09:00
Nobuyoshi Nakada
d12d53a6c8
Adjust caller's line number, expect the next line as here-doc
2019-06-29 01:30:43 +09:00
Nobuyoshi Nakada
2bb217bfb7
Removed unused variables
2019-06-28 23:21:37 +09:00
Nobuyoshi Nakada
d233f9175c
[DOC] Re-apply r11000, 41256fd43275c8bf66460510da7ab958a802e2a2
...
* eval.c (rb_thread_kill): fix Thread#kill docs, which returns
the thread object in all cases.
From: why the lucky stiff <why@ruby-lang.org>
2019-06-28 23:21:25 +09:00
aycabta
c718f56ed9
Remove auto indent of continuation line
2019-06-28 22:25:35 +09:00