bug-kawa
[Top][All Lists]
Advanced

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

[Bug-kawa] [bug #48888] warning - no declaration seen for syntax-error


From: AdriánMedraño Calvo
Subject: [Bug-kawa] [bug #48888] warning - no declaration seen for syntax-error
Date: Wed, 24 Aug 2016 20:26:20 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:48.0) Gecko/20100101 Firefox/48.0

URL:
  <http://savannah.gnu.org/bugs/?48888>

                 Summary: warning - no declaration seen for syntax-error
                 Project: Kawa
            Submitted by: medranocalvo
            Submitted on: Wed Aug 24 20:26:17 2016
                Category: None
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

Evaluating the following code, which contains misstyped >=:

~~~
(define-library (abc)
  (import
    ;; Scheme
    (scheme base)
    (kawa base))
  (begin (=> 1 2)))
~~~

results in the following output:
/tmp/abc.scm:6:10: warning - no declaration seen for syntax-error

Whereas when not wrapped in `define-library':

~~~
(=> 1 2)
~~~

the following is output:
/tmp/abc.scm:7:1: invalid use of '=>




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?48888>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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