Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
4b4238dc50
fixed the return in the catch block bug. the try_exist instruction should not have been emitted for return when directly in a catch block
175e666954
fixed the return in try bug. when compiling return, it was emitting the try_exit instruction too early before instructions for return value evaluation
a0b6e3b12b
updated hawk_rtx_refupval_inline()/hawk_rtx_refdownval_inline() macros to use temporary variables for the compilers that don't support inline