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
I was trying out to evade elission as per instructions from https://book.clerk.vision/#%F0%9F%94%93_elisions and notcied the following exception when viewers-without-lazy-loading is referenced in a notebook as a library call:
Unhandled clojure.lang.ExceptionInfo
Circular dependency between issue/viewers-without-lazy-loading and
issue/viewers-without-lazy-loading
{:reason :weavejester.dependency/circular-dependency,
:node issue/viewers-without-lazy-loading,
:dependency issue/viewers-without-lazy-loading}
To reproduce
In a new project, copy the viewers-without-lazy-loading fns from https://book.clerk.vision/ elission section in src/issue.clj file
This is actually an long-standing issue I've been meaning to fix but then forgot. The minimal repro is just referencing a var like clojure.core/inc. Thanks for the reminder.
mk
added a commit
that referenced
this issue
Nov 21, 2022
Hi,
I was trying out to evade elission as per instructions from https://book.clerk.vision/#%F0%9F%94%93_elisions and notcied the following exception when
viewers-without-lazy-loading
is referenced in a notebook as a library call:To reproduce
viewers-without-lazy-loading
fns from https://book.clerk.vision/ elission section insrc/issue.clj
filenotebook/test.clj
file, reference theviewers-without-lazy-loading
fnshow
the notebeook, the above exception is thrown as per belowIf I instead define the lazy fns inside the notebook, it works as expected without throwing, i.e.
Thanks
The text was updated successfully, but these errors were encountered: