Ciao,

  with CHICKEN  5.0.0 this  form using  MATCH from  "matchable" (updated
right now):

(match '(#:a #:b c d)
  (((? keyword? k*) ... (? symbol? s*) ...)
   (pretty-print k*)
   (pretty-print s*))
  (_
   (pretty-print 'no)))

fails with:

Error: during expansion of (match-syntax-error283 ...) - no rule matches form: 
(match-syntax-error "multiple ellipsis patterns not allowed at same level")

which looks like an error while reporting an error.

  By  the way:  should this  be reported  directly on  the bugs  server,
without previous confirmation by someone else?   Of is it fine to report
it here first?   And do I really  need to privately contact  a person to
get an account on the bugs server?

TIA
-- 
Marco Maggi

_______________________________________________
Chicken-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to