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

Regression on the develop branch since 5119706fa08ecb1efa72fb9d6e68bb965d259015 #526

Closed
dharrigan opened this issue Aug 27, 2023 · 3 comments

Comments

@dharrigan
Copy link
Contributor

Hi,

Since this commit https://github.com/Olical/conjure/commit/5119706fa08ecb1efa72fb9d6e68bb965d259015, when eval'ing a buffer, a screenful of this (below) is presented:

:
; (err) Error printing return value (ArityException) at clojure.lang.AFn/throwArity (AFn.java:429).
; (err) Wrong number of args (3) passed to: clojure.pprint/pprint
; (err) Error printing return value (ArityException) at clojure.lang.AFn/throwArity (AFn.java:429).
; (err) Wrong number of args (3) passed to: clojure.pprint/pprint
; (err) Error printing return value (ArityException) at clojure.lang.AFn/throwArity (AFn.java:429).
; (err) Wrong number of args (3) passed to: clojure.pprint/pprint

and so on and so on.

Reverting to the previous commit e5586b7bfaad4e1319cd357f5101ab50b59f8689, the error goes away.

-=david=-

Olical added a commit that referenced this issue Aug 27, 2023
@Olical
Copy link
Owner

Olical commented Aug 27, 2023

Sorry about this and thanks for pointing it out. I can't wait to port this to nfnl where this bug would be impossible 😅 it came out of some #406 experimentation, I had changed the pprint fn back to the correct one but hadn't compiled after the previous attempt. Should be okay now!

@dharrigan
Copy link
Contributor Author

Thanks Oliver for taking a look and fixing quickly :-)

Have a lovely day.

-=david=-

@dharrigan
Copy link
Contributor Author

All working grand. I'll close this issue.

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

2 participants