I saw a feature request, but my googling did not come up with anything
obvious.
The issue is that I wasted several days trying to figure out where a
function was dying, and it turned out to be I had a bad argument count, but
if I got into the recursion at all it would go into an infinate loop...
EBo --
Are you saying that you passed the wrong number of arguments to your
function? That is easily caught if you enable "stop on first warning" in
the preferences. There are a bunch of "warnings" that are actually fatal
errors and lead to a cascade of messages, so this option is basically
essential.
On Thu, Feb 27, 2025 at 10:56 PM John David via Discuss <
discuss@lists.openscad.org> wrote:
I saw a feature request, but my googling did not come up with anything
obvious.
The issue is that I wasted several days trying to figure out where a
function was dying, and it turned out to be I had a bad argument count, but
if I got into the recursion at all it would go into an infinate loop...
EBo --
OpenSCAD mailing list
To unsubscribe send an email to discuss-leave@lists.openscad.org
Thanks. I will set that. But it would still be nice to be able to flush
the stdout...
EBo --
On Fri, Feb 28, 2025 at 6:43 AM Adrian Mariano via Discuss <
discuss@lists.openscad.org> wrote:
Are you saying that you passed the wrong number of arguments to your
function? That is easily caught if you enable "stop on first warning" in
the preferences. There are a bunch of "warnings" that are actually fatal
errors and lead to a cascade of messages, so this option is basically
essential.
On Thu, Feb 27, 2025 at 10:56 PM John David via Discuss <
discuss@lists.openscad.org> wrote:
I saw a feature request, but my googling did not come up with anything
obvious.
The issue is that I wasted several days trying to figure out where a
function was dying, and it turned out to be I had a bad argument count, but
if I got into the recursion at all it would go into an infinate loop...
EBo --
OpenSCAD mailing list
To unsubscribe send an email to discuss-leave@lists.openscad.org
OpenSCAD mailing list
To unsubscribe send an email to discuss-leave@lists.openscad.org
Something changed a few years ago, and I haven't bothered to track down
what. It used to be that output was visible immediately.