[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Preparing the release of Gambas 3.20
[Thread Prev] | [Thread Next]
- Subject: Re: Preparing the release of Gambas 3.20
- From: Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>
- Date: Sat, 4 Jan 2025 12:18:55 +0100
- To: user@xxxxxxxxxxxxxxxxxxxxxx
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>.FunctionAIf 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.
Re: Preparing the release of Gambas 3.20 | Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx> |
Preparing the release of Gambas 3.20 | Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx> |
Re: Preparing the release of Gambas 3.20 | Christof Thalhofer <chrisml@xxxxxxxxxxx> |
Re: Preparing the release of Gambas 3.20 | BB <adamnt42@xxxxxxxxx> |
Re: Preparing the release of Gambas 3.20 | Christof Thalhofer <chrisml@xxxxxxxxxxx> |