Skip to content

Commit

Permalink
Replace assert with RUBY_ASSERT in bignum.c
Browse files Browse the repository at this point in the history
assert does not print the bug report, only the file and line number of
the assertion that failed. RUBY_ASSERT prints the full bug report, which
makes it much easier to debug.
  • Loading branch information
peterzhu2118 committed Feb 12, 2024
1 parent 1228751 commit 6906e50
Showing 1 changed file with 67 additions and 67 deletions.

0 comments on commit 6906e50

Please sign in to comment.