Nobuyoshi Nakada
91c004885f
[Bug #19025 ] Numbered parameter names are always local variables
2023-05-14 22:16:15 +09:00
Nobuyoshi Nakada
bdaa491565
Add user argument to some macros used by bison
2023-05-14 15:38:48 +09:00
Nobuyoshi Nakada
3150516aab
Preprocess input parse.y from stdin
2023-05-14 15:38:48 +09:00
Yuta Saito
edca57e6e3
[wasm] Fix unreachable
error during printing setjmp trace message
2023-05-14 14:17:30 +09:00
S-H-GAMELINKS
b632566f7e
Introduce anddot_multiple_assignment_check function
2023-05-14 10:32:25 +09:00
git
cee6903763
Update bundled gems list at 2023-05-13
2023-05-13 06:59:15 +00:00
S-H-GAMELINKS
38ef5f7b35
Introduce math_arc macro
2023-05-13 14:54:18 +09:00
Hiroshi SHIBATA
5f411b9b3e
[rubygems/rubygems] Bump up thor-1.2.2
...
https://github.com/rubygems/rubygems/commit/d9a003b4e7
2023-05-13 02:21:33 +00:00
Martin Dürst
30326844c7
fix wording of spec description [ci skip]
2023-05-13 10:07:00 +09:00
TSUYUSATO Kitsune
93dd13d97a
Remove warnings and errors in regexec.c
with ONIG_DEBUG_...
macros ( #7803 )
2023-05-13 10:04:28 +09:00
Nobuyoshi Nakada
c803e92d66
Return errno
as the result instead of the global variable
2023-05-12 18:36:02 +09:00
Nobuyoshi Nakada
30d7205671
Add rb_sys_fail_sprintf
macro
2023-05-12 18:36:02 +09:00
Nobuyoshi Nakada
e3385f8783
[Bug #19635 ] Preserve errno
...
The following functions are turned into macros and no longer can be
used as expressions in core.
- rb_sys_fail
- rb_sys_fail_str
- rb_sys_fail_path
2023-05-12 18:36:01 +09:00
Yuichiro Kaneko
a1b01e7701
Use Lrama LALR parser generator instead of Bison
...
https://bugs.ruby-lang.org/issues/19637
Co-authored-by: Nobuyoshi Nakada <nobu@ruby-lang.org>
v3_3_0_preview1
2023-05-12 18:25:10 +09:00
NARUSE, Yui
d314fe42f9
Revert "Don't call action-slack if SLACK_WEBHOOK_URL is not set"
...
This reverts commit 223a79e6830ca9c3619258ac00eebffb7754a0a1.
2023-05-12 17:15:13 +09:00
卜部昌平
27a21ad201
give up checking old compilers
...
These old compilers needed old OSes, which are getting EODed. We
cannot maintain healthy binary of them (building compilers on our
own is quite haed). Let us just retire them. Fixes [Bug #19353 ]
2023-05-12 16:22:42 +09:00
NARUSE, Yui
223a79e683
Don't call action-slack if SLACK_WEBHOOK_URL is not set
...
For a PR, SLACK_WEBHOOK_URL is not set
2023-05-12 15:40:10 +09:00
Janosch Müller
b742fb029d
[DOC] Update how to run tool/enc-unicode.rb
2023-05-12 14:15:47 +09:00
Yusuke Endoh
a19fa9b2bd
Prevent warning: assigned but unused variable
...
http://rubyci.s3.amazonaws.com/debian10/ruby-master/log/20230510T123003Z.log.html.gz
```
/home/chkbuild/chkbuild/tmp/build/20230510T123003Z/ruby/test/objspace/test_objspace.rb:224: warning: assigned but unused variable - c4
/home/chkbuild/chkbuild/tmp/build/20230510T123003Z/ruby/test/ruby/test_class.rb:362: warning: assigned but unused variable - e
/home/chkbuild/chkbuild/tmp/build/20230510T123003Z/ruby/test/ruby/test_process.rb:2602: warning: assigned but unused variable - parent_pid
```
2023-05-10 23:49:44 +09:00
Nobuyoshi Nakada
2d9bc3efe5
[Bug #19597 ] Freeze script name
2023-05-10 17:14:20 +09:00
Nobuyoshi Nakada
0e5aecea11
[DOC] Move docs of Array#first
and Array#last
to array.rb
2023-05-10 15:47:39 +09:00
Hiroshi SHIBATA
8866e08207
Removed sync task for ext/readline
2023-05-10 15:03:58 +09:00
Hiroshi SHIBATA
0ef6e718d9
Merge https://github.com/rubygems/rubygems/pull/6655 manually.
2023-05-10 15:02:29 +09:00
Samuel Giddins
9ed189e9aa
Update SPDX license list
2023-05-10 14:58:55 +09:00
Hiroshi SHIBATA
71dc88df38
Added entry about ext/readline
2023-05-10 09:56:54 +09:00
Hiroshi SHIBATA
172077232e
readline or libedit is no longer required to build ruby
2023-05-10 09:55:27 +09:00
Hiroshi SHIBATA
aec4e2d678
Removed duplicated entry of readline.rb
2023-05-10 09:53:02 +09:00
Hiroshi SHIBATA
507801c6d7
ext/readline is retired
2023-05-10 09:52:33 +09:00
Noah Gibbs
e1c84e8ee6
For YJIT stats, set avg_len_in_yjit to 0 if denominator would be 0 ( #7793 )
2023-05-10 04:40:26 +09:00
Jeremy Evans
986268afae
Document that Array#{&,intersection,intersect?} use hash method [ci skip]
...
Fixes [Bug #19622 ]
2023-05-09 02:25:56 -07:00
git
091d04ccce
Update bundled gems list at 9d6bfe3815118e7734515d29f9f51c [ci skip]
2023-05-09 03:57:54 +00:00
Jemma Issroff
6404a0f2f8
Fix broken link to maintainers page
2023-05-09 12:57:36 +09:00
Hiroshi SHIBATA
9d6bfe3815
Use debug-1.8.0
2023-05-09 12:57:12 +09:00
Hiroshi SHIBATA
59646e8798
Allow to use development version of bundled gems for packaging
2023-05-09 12:57:12 +09:00
Hiroshi SHIBATA
bb75e83d9f
We should not validate development version of bundled gems with fetch timing.
...
We want to notify above situation when release time. So, I move this check into ruby/actions.
2023-05-09 12:57:12 +09:00
Hiroshi SHIBATA
7397642021
Use HEAD version of ruby/debug for testing
2023-05-09 12:57:12 +09:00
Hiroshi SHIBATA
9d3ab15827
Relax regexp for console assertion
2023-05-09 12:57:12 +09:00
Hiroshi SHIBATA
59fd67fc3d
Extract ext/readline
2023-05-09 12:57:12 +09:00
Takumasa Ochi
5831f7c831
[rubygems/rubygems] Simplify code by Gem::Specification#runtime_dependencies
...
https://github.com/rubygems/rubygems/commit/324139af8f
2023-05-08 08:56:22 +00:00
Nobuyoshi Nakada
6987ec45b1
[ruby/stringio] Drop support for ruby 2.6 or earlier
...
(https://github.com/ruby/stringio/pull/47 )
`rb_io_extract_modeenc` has been exported since ruby 2.7.
2023-05-08 07:21:21 +00:00
卜部昌平
fb23fba082
add CI matrix for clang 17 / GCC 13
...
- 603c286334
- cc035c5d86
2023-05-08 12:23:39 +09:00
tomoya ishida
5eca327fc5
[ruby/reline] Fix dialog corrupts rendering by pushing up input line
...
too much
(https://github.com/ruby/reline/pull/524 )
* Do not render dialog where it overflows screen
* Dialog rendering should Scroll down only when needed
* Refactor screen_y_range calculation
Co-authored-by: Stan Lo <stan001212@gmail.com>
---------
https://github.com/ruby/reline/commit/bc0e3d1310
Co-authored-by: Stan Lo <stan001212@gmail.com>
2023-05-07 13:18:13 +00:00
zzak
8b2884c0b5
[ruby/rdoc] Isolate root dir if specified
...
This ensures only files from the root directory are chosen, in order to allow a clean build from outside the source directory.
https://github.com/ruby/rdoc/commit/f3b389aa9e
2023-05-06 07:39:24 +00:00
Nobuyoshi Nakada
40438fc4d3
[ruby/rdoc] Drop the support for 2.5 or earlier because of CVE-2021-31799
...
https://github.com/ruby/rdoc/commit/26136138aa
2023-05-05 14:01:50 +00:00
Nobuyoshi Nakada
da75560b6c
Continue checking all gemspec files after errors
2023-05-05 18:52:37 +09:00
Nobuyoshi Nakada
cfa6a892d0
Redirect to IO::NULL
for the portability
2023-05-05 18:52:36 +09:00
dependabot[bot]
085a8709b5
Bump github/codeql-action from 2.3.2 to 2.3.3
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 2.3.2 to 2.3.3.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](f3feb00acb...29b1f65c5e
)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-05 12:43:58 +09:00
Nobuyoshi Nakada
cc4c28d0ce
[ruby/uri] Define test cases as qualified class names
...
https://github.com/ruby/uri/commit/aaa22a2443
2023-05-05 00:46:11 +00:00
Nobuyoshi Nakada
c598bc4603
[ruby/uri] Increase repeat orders of magnitude
...
https://github.com/ruby/uri/commit/cfbeade935
2023-05-05 00:46:10 +00:00
Takashi Kokubun
b4e4ad9545
Write up NEWS entries for RJIT [ci skip]
2023-05-04 16:10:14 -07:00