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 Jul 16, 2024. It is now read-only.
If you are running cognitect.rebl as your main function, you never need to call inspect. You can just send the map directly. Is there a reason you are calling inspect?
On Mon, Dec 10, 2018, 9:58 AM Stuart Halloway ***@***.*** wrote:
Hi Ron,
If you are running cognitect.rebl as your main function, you never need to
call inspect. You can just send the map directly. Is there a reason you are
calling inspect?
Cheers,
Stu
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#8 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AACmIT6HzO9PUrReRR4xqwjrj0jTVNYqks5u3naNgaJpZM4ZBOO_>
.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
[Symptom]
clj -Rrebl -m cognitect.rebl
(in-ns 'cognitect.rebl)
(cognitect.rebl/inspect {:a 2 :b "abc"})
Results: the map is highlighted in the browse pane, but the view pane on the right shows the value of the first key:
1
Update: corrected names of panes in description
The text was updated successfully, but these errors were encountered: