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

Cannot make circular list #135

Closed
KeenS opened this issue Jun 17, 2014 · 3 comments
Closed

Cannot make circular list #135

KeenS opened this issue Jun 17, 2014 · 3 comments

Comments

@KeenS
Copy link
Member

KeenS commented Jun 17, 2014

#0=(list 1 #0#) and #0=(cons 1 #0#) raises seg fault while #0=#(1 #0#) dosen't

It seems that #0# causes infinite macroexpand and when gc run, it meets seg fault.

This prevent me from testing #118.

@nyuichi
Copy link
Member

nyuichi commented Jun 18, 2014

@KeenS

Confirmed. The fix will be a big change in some level. It takes a little time.

@KeenS
Copy link
Member Author

KeenS commented Jun 18, 2014

I see. I'll wrestle importing GMP and MPFR before this get fixed

@nyuichi nyuichi added medium and removed high labels Jun 22, 2014
@nyuichi
Copy link
Member

nyuichi commented Sep 9, 2014

Quoting them works without problems. Closing

@nyuichi nyuichi closed this as completed Sep 9, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants