discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] SWIG Errors


From: Dave NotTelling
Subject: Re: [Discuss-gnuradio] SWIG Errors
Date: Sun, 3 Jul 2016 17:59:02 -0400

Sylvain,

     I'll attempt to gin something up tomorrow.  Thanks!

-Dave

On Sun, Jul 3, 2016 at 5:01 AM, Sylvain Munaut <address@hidden> wrote:
Hi,

> It's always
> something that's not quite 100% right in my C++ code, but it's seriously
> painful to debug as I have to resort to commenting code out and trying again
> over and over.

SWIG doesn't even look at the C++ source code, only the public headers.


>  Is there a way to have SWIG tell you that something is
> messed up instead of pretending all is well?

If the input to swig is invalid, it will report it as invalid.
If it didn't then that means that what it received was valid ... it
might not have been what you intended, but it's valid.


So please provide a _specific_ example OOT tree that has "messed up"
and the fix you had to do.

Cheers,

   Sylvain


reply via email to

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