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
Note that structure(NA, class = "DotDotDotList") global object with a where attribute being NULL. This is meant to signal a potential misuse. However, I think it's time to graduate globals from this conservative approach and instead drop that ... element, i.e.
HenrikBengtsson
changed the title
CLEANUP: globalsOf() should not return ... if ... is not a global
CLEANUP: globalsOf() should not return ..., if ... is not a global
May 7, 2022
Adopted from #72: Currently
globalsOf()
reports on...
even when it "already knows" it's not one, e.g.Note that
structure(NA, class = "DotDotDotList")
global object with awhere
attribute beingNULL
. This is meant to signal a potential misuse. However, I think it's time to graduate globals from this conservative approach and instead drop that...
element, i.e.Comment: To do this, we also need to adjust the current package tests that assumes
...
is returned.BTW, can we fix this also for
globals::findGlobals()
?The text was updated successfully, but these errors were encountered: