Skip to content

Fix multiple anchors bug - #627

Merged
kchanqvq merged 1 commit into
jscl-project:masterfrom
hemml:master
Aug 23, 2026
Merged

Fix multiple anchors bug#627
kchanqvq merged 1 commit into
jscl-project:masterfrom
hemml:master

Conversation

@hemml

@hemml hemml commented Aug 23, 2026

Copy link
Copy Markdown
Contributor

The bug causes anchors to be defined multiple times in some cases when *print-circle* is T:

(let ((*print-circle* t)(x '(1 2 3))) (print `(1 2 3 ,x 4 5 ,x ,x)))

(1 2 3 #2=(1 2 3) 4 5 #2=(1 2 3) #2=(1 2 3)) 

@kchanqvq
kchanqvq merged commit 7981e5a into jscl-project:master Aug 23, 2026
1 check passed
@kchanqvq

Copy link
Copy Markdown
Member

Thanks!

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

Successfully merging this pull request may close these issues.

2 participants