Hello, Han-Wen Nienhuys <[EMAIL PROTECTED]> writes:
> Ludovic Courtès escreveu: >>> * libguile/gc.c (scm_i_gc): Change assert into deprecation warning. >> >> Why? It's not a deprecation but really an invariant, right? > > Yes, but it probably does not warrant crashing the program; memory > allocation sizes will just be a bit off as a result. While the thing is under development, it probably makes sense to have an `assert ()'. Hitting these assertions wouldn't be a problem if there was a separate GC development branch. In the meantime, `printf ()' seems better suited than `scm_c_issue_deprecation_warning ()'. > Let's just remove the variable, since scm_i_last_marked_cell_count is a > more exact name. OK. Thanks, Ludo'.