Project

General

Profile

« Previous | Next » 

Revision 0536b2ce

Added by peterzhu2118 (Peter Zhu) almost 2 years ago

Replace assert with RUBY_ASSERT in weakmap.c

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.