Replies: 1 comment
-
Ah we inject some functions into the REPL when you connect to enable
capture and replay of taps. That injected code is only in the outer JVM
REPL. So we might need to do one of two things:
- Send the dump tap code to the outer JVM, not the inner JS (if taps flow
out but I doubt it)
- Inject Conjure's on connect code after shadow select as well.
I think the latter will be the solution.
…On Mon, 24 Feb 2025, 21:57 fggrtech, ***@***.***> wrote:
Reviewed #550 <#550> and am able to
use this functionality when leveraging the CLJ on JVM fine.
However, if I ConjureShadowSelect, attempting to view the tap queue
produces:
; --------------------------------------------------------------------------------
; eval (command): (conjure.internal/dump-tap-queue!)
; (err) ------ WARNING - :undeclared-ns ------------------------------------------------
; (err) Resource: <eval>:1:2
; (err) No such namespace: conjure.internal, could not locate conjure/internal.cljs, conjure/internal.cljc, or JavaScript source providing "conjure.internal"
; (err) --------------------------------------------------------------------------------
; (err)
; (err) ------ WARNING - :undeclared-var -----------------------------------------------
; (err) Resource: <eval>:1:2
; (err) Use of undeclared Var conjure.internal/dump-tap-queue!
; (err) --------------------------------------------------------------------------------
; (err)
Is this expected?
—
Reply to this email directly, view it on GitHub
<#653>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACM6XJLGYIVFHSF5Z2K6ML2ROITPAVCNFSM6AAAAABXZDCKHWVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZYGAYDSMJYGE>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Reviewed #550 and am able to use this functionality when leveraging the CLJ on JVM fine.
However, if I ConjureShadowSelect, attempting to view the tap queue produces:
Is this expected?
Beta Was this translation helpful? Give feedback.
All reactions