[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-kawa] [bug #49431] Missing define-constant and define-early-constan
From: |
Per Bothner |
Subject: |
[Bug-kawa] [bug #49431] Missing define-constant and define-early-constant in (kawa base) |
Date: |
Mon, 31 Oct 2016 06:18:17 +0000 (UTC) |
User-agent: |
Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:49.0) Gecko/20100101 Firefox/49.0 |
Update of bug #49431 (project kawa):
Status: None => Fixed
Assigned to: None => bothner
_______________________________________________________
Follow-up Comment #1:
(1) I added define-constant and define-early-constant to (kawa base). It trned
out defined-constant was imported but not exported.
(2) I fixed it so you'll see the "no declaration seen for ..." after "exported
but never defined" - at least when compiling with -C. The problem is
"exported but never defined" is reported in an early compilation stage, while
"no declaration seen" is reported in a late compilation stage. So the
question is when to stop the compilation process. It's a bit trickier for
interactive mode, so I didn't try that change that.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?49431>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Bug-kawa] [bug #49431] Missing define-constant and define-early-constant in (kawa base),
Per Bothner <=