Hi,

While writing some documentation in scribble, I've discovered that using 
defstruct with really long names gives an error:

the following code fails:

#lang scribble/manual

@require[@for-label[racket]]

@defstruct*[(abcdefghijklmnopqrstuvwxyzABCDEEFGHIJKLMNOPQRSTUVWX-Z ABCD) ()]{}


yet removing a character in either the long string or in ABCD makes it work.

Dr. Racket provides a stacktrace but I'm unable to understand what the issue 
is. 

I'd like to understand what kind of limit is being broken.

best,
carlos

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to