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

Re: Preparing the release of Gambas 3.20


Le 04/01/2025 à 12:07, Christof Thalhofer a écrit :

It happens is a testmodule inside a lib of mine which tests the functionality of that lib. In Gambas 3.19.5 the test passes but not in the current Gambas master.

So sth must have changed.

Alles Gute

Christof Thalhofer


I will check.

Anyway, "../" means that you are looking a file in the component/library/project that calls the current component/library/project, directly or indirectly.

Let's suppose that the stackbacktrace is:

<AnotherLibrary>.FunctionF
<MyLibrary>.FunctionE
<MyLibrary>.FunctionD
<MyLibrary>.FunctionC
<Main project>.FunctionB
<Main project>.FunctionA

If you open the file "../file.txt" in <AnotherLibrary>.FunctionF, then the file will be searched in <MyLibrary> project.

And if you open the file "../../file.txt", it will be searched in the main project. And so on...

There are other syntaxes I need to document.

Regards,

--
Benoît Minisini.


Follow-Ups:
Re: Preparing the release of Gambas 3.20Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>
References:
Preparing the release of Gambas 3.20Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>
Re: Preparing the release of Gambas 3.20Christof Thalhofer <chrisml@xxxxxxxxxxx>
Re: Preparing the release of Gambas 3.20BB <adamnt42@xxxxxxxxx>
Re: Preparing the release of Gambas 3.20Christof Thalhofer <chrisml@xxxxxxxxxxx>