Age | Commit message (Collapse) | Author |
|
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/13126
|
|
I will restore the check after the preview release
Notes:
Merged: https://github.com/ruby/ruby/pull/13122
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/13121
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/13121
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/13121
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/13119
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/13119
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/13119
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/13103
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/13102
|
|
https://docs.github.com/en/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions#enabling-automerge-on-a-pull-request
|
|
via vcpkg
Notes:
Merged: https://github.com/ruby/ruby/pull/13049
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/12984
|
|
The following command doesn't work correctly since a backslash doesn't exist after `exec`. This PR fixes it.
```
if [ -n "${LAUNCHABLE_ORGANIZATION}" ]; then
exec
> >(tee launchable_stdout.log) \
2> >(tee launchable_stderr.log)
fi
```
Notes:
Merged-By: ono-max <[email protected]>
|
|
Currently, the Launchable team is developing a new feature to attach any logs. Attached log can be anything, such as system logs or stdout. Users can find these logs using any text search. Please note that this feature is a work in progress, so we can't use it yet.
I'm going to attach stdout and stderr as attached logs because they will be useful for finding interpreter bugs. When running tests, we sometimes see interpreter itself crash, and the stack is output to stderr. When debugging the cause of the issue, this feature is useful.
Notes:
Merged-By: ono-max <[email protected]>
|
|
Backport PRs are reviewed only by the branch maintainers.
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/12846
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/12846
|
|
(#12827)
Compilations actions are flaky and intermittently failing now. This run (https://github.com/ruby/ruby/actions/runs/13572112090) is an example of the issue. The job fails due to exceeding the timeout, resulting in termination. To prevent these intermittent failures, I'm going to increase the timeout.
Notes:
Merged-By: ono-max <[email protected]>
|
|
https://github.com/actions/runner-images/commit/e43209e1398efe7739e42509162b3187515b9359
```
user32.lib advapi32.lib shell32.lib ws2_32.lib iphlpapi.lib gmp.lib imagehlp.lib shlwapi.lib bcrypt.lib
linking miniruby.exe
Creating library miniruby.lib and object miniruby.exp
[BUG] heap_idx_for_size: allocation size too large (size=145u, heap_idx=25u)
ruby 3.5.0dev (2025-02-28T01:12:37Z pull/12827/merge 3d6a5a1883) [x64-mswin64_140]
```
```
user32.lib advapi32.lib shell32.lib ws2_32.lib iphlpapi.lib imagehlp.lib shlwapi.lib bcrypt.lib
linking miniruby.exe
NMAKE : fatal error U1077: '@ miniruby.exe -v' : return code '0xc0000005'
```
Notes:
Merged: https://github.com/ruby/ruby/pull/12830
|
|
to include WASI Preview 2 related changes added in the SDK.
Notes:
Merged: https://github.com/ruby/ruby/pull/12772
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/12763
|
|
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/12740
|
|
The default MMTk plan is no longer MarkSweep, so we shouldn't force it
to be MarkSweep.
Notes:
Merged: https://github.com/ruby/ruby/pull/12719
|
|
We are no longer running debug builds of MMTk here, so we don't need this
configuration anymore.
Notes:
Merged: https://github.com/ruby/ruby/pull/12719
|
|
The default timeout on GitHub Actions is 360 minutes, the job usually takes
around 20 to 30 minutes to complete. This commit sets the timeout to be
40 minutes so jobs that hang will timeout faster.
Notes:
Merged: https://github.com/ruby/ruby/pull/12712
|
|
see also https://github.com/llvm/llvm-project/pull/124870
|
|
|
|
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/12672
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/12630
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/12649
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/12649
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/12609
|
|
Or else it gets confused from all the different versions of LLVM in the
image.
Notes:
Merged: https://github.com/ruby/ruby/pull/12589
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/12589
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/12589
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/12589
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/12589
|
|
Use system default 3.2.3, until setup-ruby supports Ubuntu arm64
runners.
Notes:
Merged: https://github.com/ruby/ruby/pull/12594
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/12594
|
|
This reverts commit 58b4e249ed8d33fc78528bc77516d541c04d65f2.
The bug that it encountered was fixed in f76d40789d2c7185df26e925636827c06eda7157.
Notes:
Merged: https://github.com/ruby/ruby/pull/12543
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/12532
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/12064
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/12492
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/12492
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/12492
|
|
|