Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from ruby:master #402

Merged
merged 211 commits into from
Apr 2, 2024
Merged

[pull] master from ruby:master #402

merged 211 commits into from
Apr 2, 2024

Conversation

pull[bot]
Copy link

@pull pull bot commented Mar 24, 2024

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

tompng and others added 6 commits March 24, 2024 10:45
(ruby/reline#645)

* Add assertion assert_cursor_line to test helper

* Autofix key_actor test to use assert_cursor_line

* Rename the assertion to assert_line_around_cursor and remove other assertions for line and cursor

ruby/reline@e4773800c6
(ruby/reline#658)

* Add mode_string to prompt calculation dependencies

* Update vi show-mode-in-prompt test

ruby/reline@a0cee06ec5
These macros have not been used since the commit "Stop exporting
symbols for MJIT" 233ddfa, and
renamed as RJIT.
It is more 2 years since #5109, probably enough time to warn.

rubygems/rubygems@1e9433e77f
@pull pull bot added the ⤵️ pull label Mar 24, 2024
yui-knk and others added 23 commits March 25, 2024 08:34
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.6.0 to 2.0.0.
- [Release notes](https://github.com/dependabot/fetch-metadata/releases)
- [Commits](dependabot/fetch-metadata@c9c4182...0fb2170)

---
updated-dependencies:
- dependency-name: dependabot/fetch-metadata
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Instead of hardcoded "ext".
So that it also includes requirable features provided by extensions.
It holds the root directory for each type of default gem (ext/ or lib/).
It's really a property of the EC; each fiber (which has its own EC) also
has its own asan_fake_stack_handle.

[Bug #20310]
Currently, we check the values on the machine stack & register state to
see if they're actually a pointer to an ASAN fake stack, and mark the
values on the fake stack too if required. However, we are only doing
that for the _current_ thread (the one actually running the GC), not for
any other thread in the program.

Make rb_gc_mark_machine_context (which is called for marking non-current
threads) perform the same ASAN fake stack handling that
mark_current_machine_context performs.

[Bug #20310]
Currently, fiber stacks are marked separately from the rest of the
execution context. The fiber code deliberately does _NOT_ set
ec->machine.stack_end on the saved EC, so that the code in
`rb_execution_context_mark` does not mark it; instead, the stack marking
is done in `cont_mark`.

Instead, we can set ec->machine.stack_end, and skip out on doing the
stack marking separately in `cont_mark`; that way, all machine stack
marking shares the same code (which does the nescessary ASAN things).

[Bug #20310]
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.8 to 3.24.9.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@05963f4...1b1aada)

---
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>
We need to purge `git ls-files` from gemspec in default gems.
deivid-rodriguez and others added 29 commits April 1, 2024 15:03
…ing errors

We just need to filter versions belonging to the range, but don't need
anything else.

rubygems/rubygems@8355a225d7
(ruby/reline#647)

* Refactor completion: split autocompletion and tabcompletion logic and state

* Move completion candidate listup logic from dialog proc to LineEditor

ruby/reline@c3c09ac9c2
In the past, it was imemo. However a075c55 changed it.
Therefore no need to use `VALUE` for the first field.
…nd when clause duplication

This commit simplifies warnings for hash keys duplication and when clause duplication,
based on the discussion of https://bugs.ruby-lang.org/issues/20331.
Warnings are reported only when strings are same to ohters.
@pull pull bot merged commit 457a30d into wapm-packages:master Apr 2, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.