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

A token consisting solely of multiple dots is illegal. when *print-length* is a small integer #1053

Open
digikar99 opened this issue Jan 29, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@digikar99
Copy link

The main branch (27574d1) produces multiple errors on SBCL 2.3.11 saying A token consisting solely of multiple dots is illegal. when cl:*print-length* is set to non-NIL, say 10:

; in: DEFINE-INTEGER-CONVERSIONS U8
;     (COALTON-LIBRARY/MATH/CONVERSIONS::DEFINE-INTEGER-CONVERSIONS COALTON:U8)
;
; caught COMMON-LISP:ERROR:
;   (during macroexpansion of (COALTON-TOPLEVEL
;     (DEFINE-INSTANCE #
;       ...)
;     ...))
;   A token consisting solely of multiple dots is illegal.

; in: DEFINE-INTEGER-CONVERSIONS I8
;     (COALTON-LIBRARY/MATH/CONVERSIONS::DEFINE-INTEGER-CONVERSIONS COALTON:I8)
;
; caught COMMON-LISP:ERROR:
;   (during macroexpansion of (COALTON-TOPLEVEL
;     (DEFINE-INSTANCE #
;       ...)
;     ...))
;   A token consisting solely of multiple dots is illegal.
.
.
.
@stylewarning stylewarning added the bug Something isn't working label Feb 1, 2024
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

No branches or pull requests

2 participants