Skip to content

mruby-bigint: handle rhs bigint in int_mod and int_divmod functions - #6454

Merged
matz merged 1 commit into
mruby:masterfrom
hoshiumiarata:fix_rhs_bigint_mod_and_divmod
Dec 12, 2024
Merged

mruby-bigint: handle rhs bigint in int_mod and int_divmod functions#6454
matz merged 1 commit into
mruby:masterfrom
hoshiumiarata:fix_rhs_bigint_mod_and_divmod

Conversation

@hoshiumiarata

Copy link
Copy Markdown
Contributor

Handle the case where the rhs of an int_mod or int_divmod operation is a bigint.
Partially fixes #6452 (except for the bug in bigint division).

@hoshiumiarata
hoshiumiarata requested a review from matz as a code owner December 11, 2024 12:01
@github-actions github-actions Bot added the core label Dec 11, 2024
@matz
matz merged commit ceb1885 into mruby:master Dec 12, 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.

Bigint: weird mod behavior

2 participants