8000 Merge branch 'master' into iseq-inline · tenderlove/ruby@657a212 · GitHub
[go: up one dir, main page]

Skip to content

Commit 657a212

Browse files
committed
Merge branch 'master' into iseq-inline
* master: (315 commits) Raise RuntimeError if Kernel#binding is called from a non-Ruby frame * 2022-03-25 [ci skip] Update formatting per feedback Delete ID from constant cache table if it becomes empty on ISEQ free Finer-grained inline constant cache invalidation Add ISEQ_BODY macro Update default gems list at 4c4a1e2 [ci skip] [ruby/ostruct] v0.5.4 [ruby/ostruct] Avoid aliasing `block_given?` for JRuby [Fixes ruby#40] Bump actions/checkout from 2 to 3 Bump actions/cache from 2 to 3 Added dependabot configuration for actions dependencies [rubygems/rubygems] Maybe this is now fixed [DOC] Refine flip-flop Add Yuta Saito (katei) as the platform maintainer of WebAssembly/WASI extlibs.rb: Add fallback `Colorize` extlibs.rb: Enclose `Vars` in `ExtLibs` class extlibs.rb: Extract ExtLibs#process regint.h: Reduce the frequency of rb_thread_check_ints Now all extension libraries must consider the ABI header ...
2 parents c28de28 + 343ea99 commit 657a212

File tree

445 files changed

+18143
-7849
lines changed

Some content is hidden

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

445 files changed

+18143
-7849
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: 'github-actions'
4+
directory: '/'
5+
schedule:
6+
interval: 'weekly'

.github/workflows/baseruby.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
- ruby-3.1
3535

3636
steps:
37-
- uses: actions/checkout@v2
38-
- uses: actions/cache@v2
37+
- uses: actions/checkout@v3
38+
- uses: actions/cache@v3
3939
with:
4040
path: .downloaded-cache
4141
key: downloaded-cache

.github/workflows/bundled_gems.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
echo "GNUMAKEFLAGS=-j$((1 + $(nproc --all)))" >> $GITHUB_ENV
2929
echo "TODAY=$(date +%F)" >> $GITHUB_ENV
3030
31-
- uses: actions/checkout@v2
31+
- uses: actions/checkout@v3
3232

33-
- uses: actions/cache@v2
33+
- uses: actions/cache@v3
3434
with:
3535
path: .downloaded-cache
3636
key: downloaded-cache-${{ github.sha }}

.github/workflows/check_dependencies.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
run: |
4040
git config --global advice.detachedHead 0
4141
git config --global init.defaultBranch garbage
42-
- uses: actions/checkout@v2
43-
- uses: actions/cache@v2
42+
- uses: actions/checkout@v3
43+
- uses: actions/cache@v3
4444
with:
4545
path: .downloaded-cache
4646
key: downloaded-cache

.github/workflows/check_misc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
checks:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v3
1313
- name: Check if C-sources are US-ASCII
1414
run: |
1515
! grep -r -n '[^ -~]' *.[chy] include internal win32/*.[ch]
@@ -23,7 +23,7 @@ jobs:
2323
done | grep -F .
2424
working-directory: include
2525

26-
- uses: actions/cache@v2
26+
- uses: actions/cache@v3
2727
with:
2828
path: .downloaded-cache
2929
key: downloaded-cache-${{ github.sha }}

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ jobs:
3636
sudo apt-get install --no-install-recommends -q -y build-essential libssl-dev libyaml-dev libreadline6-dev zlib1g-dev libncurses5-dev libffi-dev bison autoconf ruby
3737
3838
- name: Checkout repository
39-
uses: actions/checkout@v2
39+
uses: actions/checkout@v3
4040

41-
- uses: actions/cache@v2
41+
- uses: actions/cache@v3
4242
with:
4343
path: .downloaded-cache
4444
key: downloaded-cache

.github/workflows/compilers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,10 +201,10 @@ jobs:
201201
run: |
202202
echo "${{ matrix.entry.key }}=${{ matrix.entry.value }}" >> $GITHUB_ENV
203203
echo "GNUMAKEFLAGS=-sj$((1 + $(nproc --all)))" >> $GITHUB_ENV
204-
- uses: actions/checkout@v2
204+
- uses: actions/checkout@v3
205205
with:
206206
path: src
207-
- uses: actions/cache@v2
207+
- uses: actions/cache@v3
208208
with:
209209
path: src/.downloaded-cache
210210
key: downloaded-cache

.github/workflows/mingw.yml

< D7AE span aria-hidden="true" class="f6 text-bold fgColor-success">+2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ jobs:
5252
git config --global core.eol lf
5353
git config --global advice.detachedHead 0
5454
git config --global init.defaultBranch garbage
55-
- uses: actions/checkout@v2
55+
- uses: actions/checkout@v3
5656
with:
5757
path: src
58-
- uses: actions/cache@v2
58+
- uses: actions/cache@v3
5959
with:
6060
path: src/.downloaded-cache
6161
key: downloaded-cache

.github/workflows/mjit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ jobs:
4040
run: |
4141
git config --global advice.detachedHead 0
4242
git config --global init.defaultBranch garbage
43-
- uses: actions/checkout@v2
43+
- uses: actions/checkout@v3
4444
with:
4545
path: src
46-
- uses: actions/cache@v2
46+
- uses: actions/cache@v3
4747
with:
4848
path: src/.downloaded-cache
4949
key: downloaded-cache

.github/workflows/spec_guards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- ruby-3.1
3131

3232
steps:
33-
- uses: actions/checkout@v2
33+
- uses: actions/checkout@v3
3434
- uses: ruby/setup-ruby@v1
3535
with:
3636
ruby-version: ${{ matrix.ruby }}

0 commit comments

Comments
 (0)
0