With respect to the bug mentioned here, I have made some changes in the code of the dead expression optimizer in the R/opt-dead-expr.R file. I have added the functionality to handle exprlist introduced due to the usage of ';'.
I have added some additional tests in tests/testthat/test-opt_dead_expr.R that handle cases of usage of ';'. I hope, this could provide a fix to issue # 107.
With respect to the bug mentioned here, I have made some changes in the code of the
dead expression optimizer
in theR/opt-dead-expr.R
file. I have added the functionality to handleexprlist
introduced due to the usage of';'
.I have added some additional tests in
tests/testthat/test-opt_dead_expr.R
that handle cases of usage of';'
. I hope, this could provide a fix to issue # 107.Thanks!