[Gambas-user] [Gambas Bug Tracker] Bug #1210: "Compile all", partial operation

bugtracker at gambaswiki.org bugtracker at gambaswiki.org
Thu Oct 26 13:44:33 CEST 2017


http://gambaswiki.org/bugtracker/edit?object=BUG.1210&from=L21haW4-

Comment #1 by Benoît MINISINI:

This is by design. The compile has no global view of the classes, it compiles each class without any knowledge of the others.

In other words, there is no linker in Gambas. The linking is entirely dynamic and done at runtime. Each class is like a little dynamic shared library.

Benoît MINISINI changed the state of the bug to: Rejected.







More information about the User mailing list