Skip to content

Commit 24e6c72

Browse files
author
Kadir Selçuk
authored
Merge pull request #86 from ruby/master
[pull] master from ruby:master
2 parents ee57c8b + 91dcce5 commit 24e6c72

File tree

291 files changed

+4666
-2458
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

291 files changed

+4666
-2458
lines changed

.cirrus.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ task:
5454
make_extract-extlibs_script: make extract-extlibs
5555
make_incs_script: make incs
5656
make_script: make
57-
make_leaked-globals_script: make leaked-globals
5857
make_test_script: make test
5958
make_install_script: make install
6059
install_gems_for_test_script: $RUBY_PREFIX/bin/gem install --no-doc timezone tzinfo

.github/workflows/annocheck.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ jobs:
124124
- run: make incs
125125
- run: make showflags
126126
- run: make
127-
- run: make leaked-globals
128127
- run: make test
129128
- run: make install
130129
if: ${{ matrix.entry.check }}

.github/workflows/baseruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
with:
5252
path: .downloaded-cache
5353
key: downloaded-cache
54-
- uses: ruby/setup-ruby@ec02537da5712d66d4d50a0f33b7eb52773b5ed1 # v1.144.2
54+
- uses: ruby/setup-ruby@55283cc23133118229fd3f97f9336ee23a179fcf # v1.146.0
5555
with:
5656
ruby-version: ${{ matrix.ruby }}
5757
bundler: none

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,18 +65,18 @@ jobs:
6565
run: sudo rm /usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb
6666

6767
- name: Initialize CodeQL
68-
uses: github/codeql-action/init@04df1262e6247151b5ac09cd2c303ac36ad3f62b # v2.2.9
68+
uses: github/codeql-action/init@d186a2a36cc67bfa1b860e6170d37fb9634742c7 # v2.2.11
6969
with:
7070
languages: ${{ matrix.language }}
7171

7272
- name: Set ENV
7373
run: echo "GNUMAKEFLAGS=-j$((1 + $(nproc --all)))" >> $GITHUB_ENV
7474

7575
- name: Autobuild
76-
uses: github/codeql-action/autobuild@04df1262e6247151b5ac09cd2c303ac36ad3f62b # v2.2.9
76+
uses: github/codeql-action/autobuild@d186a2a36cc67bfa1b860e6170d37fb9634742c7 # v2.2.11
7777

7878
- name: Perform CodeQL Analysis
79-
uses: github/codeql-action/analyze@04df1262e6247151b5ac09cd2c303ac36ad3f62b # v2.2.9
79+
uses: github/codeql-action/analyze@d186a2a36cc67bfa1b860e6170d37fb9634742c7 # v2.2.11
8080
with:
8181
category: "/language:${{matrix.language}}"
8282
upload: False
@@ -105,6 +105,6 @@ jobs:
105105
if: ${{ matrix.language == 'ruby' }}
106106

107107
- name: Upload SARIF
108-
uses: github/codeql-action/upload-sarif@04df1262e6247151b5ac09cd2c303ac36ad3f62b # v2.2.9
108+
uses: github/codeql-action/upload-sarif@d186a2a36cc67bfa1b860e6170d37fb9634742c7 # v2.2.11
109109
with:
110110
sarif_file: sarif-results/${{ matrix.language }}.sarif

.github/workflows/compilers.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,6 @@ jobs:
175175
# - { name: USE_THREAD_CACHE=0, env: { cppflags: '-DUSE_THREAD_CACHE=0' } }
176176
# - { name: USE_TRANSIENT_HEAP=0, env: { cppflags: '-DUSE_TRANSIENT_HEAP=0' } }
177177
- { name: USE_RUBY_DEBUG_LOG=1, env: { cppflags: '-DUSE_RUBY_DEBUG_LOG=1' } }
178-
- { name: USE_RVARGC=0, env: { cppflags: '-DUSE_RVARGC=0' } }
179-
# - { name: USE_RVARGC=1, env: { cppflags: '-DUSE_RVARGC=1' } }
180178
# - { name: USE_DEBUG_COUNTER, env: { cppflags: '-DUSE_DEBUG_COUNTER=1', RUBY_DEBUG_COUNTER_DISABLE: '1' } }
181179

182180
- { name: DEBUG_FIND_TIME_NUMGUESS, env: { cppflags: '-DDEBUG_FIND_TIME_NUMGUESS' } }
@@ -252,7 +250,6 @@ jobs:
252250
- run: make incs
253251
- run: make showflags
254252
- run: make
255-
- run: make leaked-globals
256253
- run: make test
257254
- run: make install
258255
if: ${{ matrix.entry.check }}

.github/workflows/macos.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ jobs:
7777
- run: make prepare-gems
7878
if: ${{ matrix.test_task == 'test-bundled-gems' }}
7979
- run: make
80-
- run: make leaked-globals
81-
if: ${{ matrix.test_task == 'check' }}
8280
- name: make ${{ matrix.test_task }}
8381
run: |
8482
make -s ${{ matrix.test_task }} ${TESTS:+TESTS=`echo "$TESTS" | sed 's| |$$/ -n!/|g;s|^|-n!/|;s|$|$$/|'`}

.github/workflows/mingw.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
path: src/.downloaded-cache
7373
key: downloaded-cache
7474
- name: Set up Ruby & MSYS2
75-
uses: ruby/setup-ruby@ec02537da5712d66d4d50a0f33b7eb52773b5ed1 # v1.144.2
75+
uses: ruby/setup-ruby@55283cc23133118229fd3f97f9336ee23a179fcf # v1.146.0
7676
with:
7777
ruby-version: ${{ matrix.base_ruby }}
7878
- name: set env
@@ -127,8 +127,6 @@ jobs:
127127
run: |
128128
make
129129
130-
- run: make leaked-globals
131-
132130
- name: make install
133131
run: |
134132
make DESTDIR=../install install-nodoc

.github/workflows/rjit-bindgen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
bison autoconf
5757
sudo apt-get install -q -y pkg-config || :
5858
- name: Set up Ruby
59-
uses: ruby/setup-ruby@ec02537da5712d66d4d50a0f33b7eb52773b5ed1 # v1.144.2
59+
uses: ruby/setup-ruby@55283cc23133118229fd3f97f9336ee23a179fcf # v1.146.0
6060
with:
6161
ruby-version: '3.1'
6262
- name: git config

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ jobs:
6767

6868
# Upload the results to GitHub's code scanning dashboard.
6969
- name: "Upload to code-scanning"
70-
uses: github/codeql-action/upload-sarif@04df1262e6247151b5ac09cd2c303ac36ad3f62b # v2.1.27
70+
uses: github/codeql-action/upload-sarif@d186a2a36cc67bfa1b860e6170d37fb9634742c7 # v2.1.27
7171
with:
7272
sarif_file: results.sarif

.github/workflows/spec_guards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
steps:
3939
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
40-
- uses: ruby/setup-ruby@ec02537da5712d66d4d50a0f33b7eb52773b5ed1 # v1.144.2
40+
- uses: ruby/setup-ruby@55283cc23133118229fd3f97f9336ee23a179fcf # v1.146.0
4141
with:
4242
ruby-version: ${{ matrix.ruby }}
4343
bundler: none

0 commit comments

Comments
 (0)