Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Inspecting map within REBL goes too deep #8

Open
luskwater opened this issue Dec 4, 2018 · 2 comments
Open

Inspecting map within REBL goes too deep #8

luskwater opened this issue Dec 4, 2018 · 2 comments

Comments

@luskwater
Copy link

luskwater commented Dec 4, 2018

[Symptom]

  1. Start a REBL from the CLI: clj -Rrebl -m cognitect.rebl
  2. Enter the REBL namespace: (in-ns 'cognitect.rebl)
  3. In the REBL evaluation pane, enter a map inspection: (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
screen shot 2018-12-04 at 1 02 31 pm

Update: corrected names of panes in description

@stuarthalloway
Copy link
Contributor

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

@luskwater
Copy link
Author

luskwater commented Dec 11, 2018 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants