You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
closesinsightsengineering/teal#1474
Problem happens when two or more symbols occur in the same time on rhs
and lhs. Due to this, `l` depends on `class` and `class` depends on `l`.
```r
code <- "l <- list(a = 1, b = 2)
class(l) <- c('new class', class(l))" # l depends on class and class depends on l
q <- eval_code(qenv(), code)
get_code(q, names = "l")
```
@donyunardi This was a serious bug and will require a new release. We
can wait a little to the day when `teal` is going to be submitted to
CRAN.
---------
Signed-off-by: Dawid Kałędkowski <[email protected]>
Co-authored-by: Aleksander Chlebowski <[email protected]>
0 commit comments