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

stackoverflow with nested m/map-of #175

Open
ribelo opened this issue Apr 6, 2021 · 0 comments
Open

stackoverflow with nested m/map-of #175

ribelo opened this issue Apr 6, 2021 · 0 comments
Labels

Comments

@ribelo
Copy link
Collaborator

ribelo commented Apr 6, 2021

this works

(m/search dx100k
  {_ {_ {:db/id ?e
           :name  "Ivan"}}} ?e)

this not

(m/rewrite dx100k
  (m/map-of _ (m/map-of _ {:db/id !e :name "Ivan"}))
  [!e ...])

code to reproduce

http://ix.io/2URI

stacktrace

http://ix.io/2URJ

@noprompt noprompt added the bug label Apr 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants