Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Take special care of aggressive elision in certain tagged elements #31

Open
volrath opened this issue Jan 23, 2018 · 0 comments
Open

Take special care of aggressive elision in certain tagged elements #31

volrath opened this issue Jan 23, 2018 · 0 comments

Comments

@volrath
Copy link
Member

volrath commented Jan 23, 2018

Some tagged elements, like unrepl/object, have data structures as their "element", and in this cases, we want to make sure these data structures are not elided when :nesting-depth is reached.

Example:

[:eval
 #unrepl/object [#unrepl.java/class datomic.promise$settable_future$reify__7020
                 "0x735919a8"
                 {:unrepl.ref/status :ready,
                  :unrepl.ref/val {:db-before #datomic.db.Db {:id "datomic:dev://localhost:2718/ng",
                                                              :memidx #datomic.db.IndexSet {:eavt #{#unrepl/object [#unrepl/... {:get (unrepl.replG__8056/fetch :G__8575)}]
 ;; etc...
 5]

In this snippet, the most nested element is a tagged #unrepl/object, which is represented by a vector and it's elided.

a4bfbfe is a step towards solving this.

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

No branches or pull requests

1 participant