Skip to content

Arranging each_backtrace() - #6221

Merged
matz merged 1 commit into
mruby:masterfrom
dearblue:arrange-each_backtrace
Mar 31, 2024
Merged

Arranging each_backtrace()#6221
matz merged 1 commit into
mruby:masterfrom
dearblue:arrange-each_backtrace

Conversation

@dearblue

@dearblue dearblue commented Mar 31, 2024

Copy link
Copy Markdown
Contributor

Highlights are:

  • Integrate the blocks if (!ci->proc || MRB_PROC_CFUNC_P(ci->proc)) and if (loc.irep == NULL).
  • Folding some other conditionals.
  • Assertions ensure that procs are not aliases.

Highlights are:
  - `Integrate the blocks `if (!ci->proc || MRB_PROC_CFUNC_P(ci->proc))` and `if (loc.irep == NULL)`.
  - Folding some other conditionals.
  - Assertions ensure that procs are not aliases.
@dearblue
dearblue requested a review from matz as a code owner March 31, 2024 01:17
@github-actions github-actions Bot added the core label Mar 31, 2024
@matz
matz merged commit 4982999 into mruby:master Mar 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants