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
{{ message }}
This repository has been archived by the owner on Jan 28, 2019. It is now read-only.
Not an error, because occasionally people do want to refresh ^:once defs. Maybe this is a redundant warning because a warning that ^:once is being discarded will already be emitted. Also the question of whether this should be implemented as part of the compiler in that a def form should emit this check, or whether it should be implemented as part of Var so that any alterRoot/bindRoot/swapRoot/commuteRoot call will emit such a warning.
The text was updated successfully, but these errors were encountered:
Not an error, because occasionally people do want to refresh
^:once
defs. Maybe this is a redundant warning because a warning that^:once
is being discarded will already be emitted. Also the question of whether this should be implemented as part of the compiler in that adef
form should emit this check, or whether it should be implemented as part ofVar
so that anyalterRoot
/bindRoot
/swapRoot
/commuteRoot
call will emit such a warning.The text was updated successfully, but these errors were encountered: