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

Request


Hi Benoît,

One of the most annoying things when coding with Gambas or any other
language is this:

gbx3: warning: circular references detected:
gbx3: warning:     1 Settings

gbx3: warning: 30 allocation(s) non freed.

We spend hours trying to find where references are duplicated or looped.
Is there really no way to optimize this?

Without this difficulty, Gambas would be even better than it was...

A way to control the shared scope, like Rust?

Or traceability of references at a given point in time?

I don't know, but it would be a great help. Because even if I limit direct
references, there's always a point where things go wrong.

-- 
Fabien Bodard

Follow-Ups:
Re: RequestBenoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>