Switch log_expr to carrying a full expr:u32 for level. Add log_full variant that parses that expr, prepare for snapshot.

This commit is contained in:
Graydon Hoare 2011-12-21 14:31:31 -08:00
parent 66856a39b3
commit 8d9e7deab5
9 changed files with 59 additions and 29 deletions

View file

@ -247,7 +247,7 @@ tag expr_ {
expr_cont;
expr_ret(option::t<@expr>);
expr_be(@expr);
expr_log(int, @expr);
expr_log(int, @expr, @expr);
/* just an assert, no significance to typestate */
expr_assert(@expr);