chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] matchable egg: error while reporting error?


From: Marco Maggi
Subject: [Chicken-users] matchable egg: error while reporting error?
Date: Mon, 03 Jun 2019 06:21:56 +0200

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]