constructive icon indicating copy to clipboard operation
constructive copied to clipboard

detect circularity when constructing an environment

Open moodymudskipper opened this issue 1 year ago • 1 comments

This will run forever, though it doesn't have to :

env <- new.env() env$e <- env construct(env) We should keep a table of visited environments, and fall back to new.env() when we find circularity. Maybe this should be done for first release since it's a bad look when nothing happens.

moodymudskipper avatar Oct 28 '22 18:10 moodymudskipper

moved since now default behavior doesn't trigger this

moodymudskipper avatar Apr 02 '23 15:04 moodymudskipper