Allowed path values in blame s-expressions.
svn: r17708
This commit is contained in:
parent
4e3874a1c5
commit
4d22b7a5f4
|
@ -71,7 +71,8 @@ improve method arity mismatch contract violation error messages?
|
|||
(let loop ([seen #hasheq()] [x v])
|
||||
(unless (or (null? x) (boolean? x) (number? x)
|
||||
(string? x) (bytes? x) (regexp? x) (char? x)
|
||||
(symbol? x) (keyword? x))
|
||||
(symbol? x) (keyword? x)
|
||||
(path? x))
|
||||
(when (hash-has-key? seen x)
|
||||
(error f-name
|
||||
"expected ~a to be acyclic; found a cycle in ~e at ~e"
|
||||
|
|
Loading…
Reference in New Issue
Block a user