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

Panic on missing source node #482

Closed
DavePearce opened this issue Dec 21, 2024 · 0 comments · Fixed by #495
Closed

Panic on missing source node #482

DavePearce opened this issue Dec 21, 2024 · 0 comments · Fixed by #495
Assignees
Labels
bug Something isn't working

Comments

@DavePearce
Copy link
Collaborator

The following results in a panic: missing mapping for source node error:

(defpurefun ((eq! :@loob) x y) (- x y))
;;
(defcolumns
  (STAMP :i32)
  (MXP_TYPE :binary@prove :array [5]))

(defconstraint type-flag-sum (:guard STAMP)
  (eq! 1
       (reduce + (for i [0:5] [MXP_TYPE i]))))
@DavePearce DavePearce added the bug Something isn't working label Dec 21, 2024
@DavePearce DavePearce linked a pull request Dec 22, 2024 that will close this issue
@DavePearce DavePearce self-assigned this Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant