[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Request
[Thread Prev] | [Thread Next]
- Subject: Request
- From: Fabien Bodard <gambas.fr@xxxxxxxxx>
- Date: Fri, 3 Oct 2025 14:37:43 +0200
- To: Gambas Mailing List <user@xxxxxxxxxxxxxxxxxxxxxx>
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
Re: Request | Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx> |