On Tue, Jan 29, 2013 at 10:05 PM, Karsten Poeck <karsten.po...@gmail.com>wrote:

>
> I thought the whole purpose of with-compilation-unit was to defer
> warnings about undefined functions (forward references).
>

ECL does not ever create such warnings. The only warnings it produces is
about undefined variables, but those would be actual errors, and not the
source of forward definitions -- i.e. for the code to be properly compiled
some defvar/defparameter should have been executed before and then the
warning would disappear.

In view of this the main questions are:

a. Should I add those style warnings about undefined functions?

b. What other actions should ECL defer until the end and thus become useful
w.r.t. with-compilation-unit?

c. How can I help improve the interaction between ASDF and ECL in this
respect? A hook into with-compilation-unit? A hook into the signaling of
warnings to keep track of them?

Juanjo

-- 
Instituto de Física Fundamental, CSIC
c/ Serrano, 113b, Madrid 28006 (Spain)
http://juanjose.garciaripoll.googlepages.com
------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to